Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 814 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 814 Bytes

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