Skip to content

Commit f2157cc

Browse files
authored
Update README.md
1 parent ab19a4a commit f2157cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,21 @@ Material on these topics are widely available elsewhere, so we will just cite th
167167
- SVM
168168
- generative vs descriptive models
169169
- Gaussian mixture, Naive bayes
170+
- Optimization algorithms
171+
- gradient descent, sgd and other popular variants (RMSProp, Adagrad, Adam etc)
172+
- EM algorithm
170173
- Learning theory
171174
- bias vs variance
172175
- feature selection
173176
- model validation
174177
- model metrics
175178
- ensemble method, boosting, bagging
176179
- Deep learning topics
180+
- feedforward networks
181+
- backprop
182+
- cnn
183+
- rnn/lstm/gru
184+
- dropout, batchnorm
177185

178186

179187

0 commit comments

Comments
 (0)