Skip to content

aayush17125/ML_Assignment3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML-Assignment-3

Q1 is a code for MLP written from scrath with 4 activation functions. The code is tested on MNIST set.

Q2 is a code for FashionMNIST using neural networks using pyTorch. To improve accuracy the output of the last layer is used to train a SVM and plots have been plotted for analysis.