Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 327 Bytes

Deep-Learning-small-projects

This includes some small projects I did during learning about deep learning.

  1. Knn
  2. Using Logistic regression on MINST and Cfar-10
  3. Implementing Ada Optimizer using Tensorflow.
  4. CNN
  5. improved CNN, using different architecture, adding dropout, skip connection and batch normalization.