Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Python
- reinforcement learning
- object detection
- 내용추가
- coding test
- 프로그래머스
- 백준
- 논문
- 알고리즘
- 모두를 위한 딥러닝
- computer vision
Archives
- Today
- Total
NISSO
[모두를 위한 딥러닝] Lec 00 본문
홍콩과기대 김성훈 교수님의 '모두를 위한 딥러닝' 강의 정리
앤드류응 교수님의 ML 수업 https://www.coursera.org/learn/machine-learning
을 듣고 어떤 분이 정리한 노트 http://www.holehouse.org/mlclass/
Visual Recognition을 위한 CNN http://cs231n.github.io (아마 가장 유명한 Computer Vision 강의인 cs231n)
딥러닝 이해에 필요한 (기본적인) 수학 : Linear Regression, Logistic Regression
강의 순서
- Machine Learning Basic Concepts
- Linear Regression
- Logistic Regression (classification)
- Multivariable (vector) Linear / Logistic Regression
- Neural Networks
- Deep Learning (CNN / RNN / Bidirectional Neural Networks)
'ML & DL' 카테고리의 다른 글
학습시 loss / val_loss가 비정상적으로 높을 때 (1) | 2021.10.12 |
---|---|
[강화학습] Lec 01 : Introduction (0) | 2021.09.29 |
[모두를 위한 딥러닝] Lec 02 : Linear Regression의 Hypothesis와 cost (0) | 2021.09.28 |
[모두를 위한 딥러닝] Lec 01 (0) | 2021.09.28 |
Comments