/DL-Projects

Deep learning projects

Primary LanguageJupyter NotebookMIT LicenseMIT

Linear Classifier

Aeroplane Classification using Linear Classifier with two variants

  • Perceptron learning rule; mode = online learning, loss fn = MSE
  • Gradient descent; mode = batch learning, loss fn = Cross Entropy

Hopfield Neural Network

Distorted Character Recognition using Hopfield Neural Network

Handwritten-Digit-Recognition

To-do list

  • Extend it to EMNIST data
  • Try different models