-
Notifications
You must be signed in to change notification settings - Fork 0
"Neural Networks for All" Lectures from Sung Kim
SaeHie Park edited this page Aug 23, 2017
·
1 revision
From the site: http://hunkim.github.io/ml/
Code: https://github.com/hunkim/DeepLearningZeroToAll
List of Videos
- About
- Basic derivative
- Lecture 1, Machine learning basics
- Lecture 2, Linear Regression
- Lecture 3, How to minimize cost
- Lecture 4, Multivariable linear regression
- Lecture 5-1, Logistic(regression) classification
- Lecture 6-1, Softmax classification: Multinomial classification
- Lecture 7-1, Application & Tips: Learning rate, data preprocessing, overfitting
- Lecture 8-1, Deep Neural Nets for Everyone
- Lecture 9-1, Neural Nets(NN) for XOR
- Lecture 10-1, ReLU: Better non-linearity
- Lecture 11-1, CNN introduction
- Lecture 12, RNN
- Bonus