논문 읽기 연습

    Exploring Simple Siamese Representation Learning

    https://arxiv.org/abs/2011.10566 Exploring Simple Siamese Representation Learning Siamese networks have become a common structure in various recent models for unsupervised visual representation learning. These models maximize the similarity between two augmentations of one image, subject to certain conditions for avoiding collapsing sol arxiv.org https://www.youtube.com/watch?v=Z1Os54oND8s&ab_ch..

    Representation Learning with Contrastive Predictive Coding (CPC)

    https://www.youtube.com/watch?v=X4fwPhGaR8Q&ab_channel=%EA%B3%A0%EB%A0%A4%EB%8C%80%ED%95%99%EA%B5%90%EC%82%B0%EC%97%85%EA%B2%BD%EC%98%81%EA%B3%B5%ED%95%99%EB%B6%80DSBA%EC%97%B0%EA%B5%AC%EC%8B%A4 밑은 CNN이든 뭐든 어쨌든 latent vector를 만들고 위는 GRU, LSTM등의 시계열로 처리해서 관계성. 나중엔 여기에 내 목적용 classification 용 layer만 붙여 fine tuning해서 사용. 밑은 다른 코드에서 cpc를 작성한거 분석한것. https://github.com/hhi-aml/ecg-selfsupervised/blob/m..

    Self-supervised representation learning from 12-lead ECG data 내용 요약

    ※ 본인은 Self-supervised learning이 뭔지 몰라 막 대충 함. 기대하지 말아주세요. 개인 작성용임. https://github.com/hhi-aml/ecg-selfsupervised GitHub - hhi-aml/ecg-selfsupervised: Self-supervised representation learning from 12-lead ECG data Self-supervised representation learning from 12-lead ECG data - GitHub - hhi-aml/ecg-selfsupervised: Self-supervised representation learning from 12-lead ECG data github.com 0. abstract ..

    RetinaFace 논문 리뷰 연습

    ※ 학사 졸업생으로 전문적인 연구원으로써 분석하는게 아니라 메모용으로 기록하는 것이라 부족한 점이 많을 수 있음. ※ 그래서 혹시나 보는 사람이 있다면 피드백 주시면 감사하겠습니다. 논문은 이거 https://paperswithcode.com/paper/190500641 Papers with Code - RetinaFace: Single-stage Dense Face Localisation in the Wild #2 best model for Face Detection on WIDER Face (Hard) (AP metric) paperswithcode.com 코드는 누가 pytorch로 번형한 https://github.com/biubug6/Pytorch_Retinaface GitHub - biubug..

    참고 가이드 라인들 및 자잘한것들

    논문 읽기와 ML/DL 커리어 경력에 대한 조언 by 앤드류 응 논문 읽기와 ML/DL 커리어 경력에 대한 조언 by 앤드류 응 이번 포스팅은 medium 사이트에 있는 포스팅을 번역한 글입니다! 우리 모두의 ML/DL 선생님이신 앤드류응 교수님께서 스탠포트 CS 230 강의에서 ML/DL 커리어와 논문 읽기에 대한 강의를 하신 것을 정 media-ai.tistory.com Tips_Papers Tips_Papers 논문 읽기 방법 안준용 (고려대학교) 학술 논문 읽기를 처음 시작한 학생들을 위해, 아래는 논문을 읽을때 효율적으로 읽는 방식에 대해 정리합니다. 논문은 크게 연구 논문과 리뷰 논문으로 나 docs.google.com Taehoon Kim (carpedm20) Taehoon Kim (carp..