Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 407 Bytes

Machine Learning Programming Challenges

The content of each notebook is as follows:

  1. Linear Regression
  2. Logistic Regression 3A. Multiclass Classification 3B. Backpropagation on Multiclass Classification problems
  3. Deep Neural Networks
  4. Convolutional Neural Networks
  5. Recurrent Neural Networks and LSTM
  6. Autoencoders

The last notebook is the final project, where the Autoencoder is enhanced.