GitHub - pardhgit4bit/da6401_assignment_1: Project Skeleton for DA6401-Introduction to Deep Learning Assignment - 1 · GitHub
Skip to content

pardhgit4bit/da6401_assignment_1

Folders and files

Repository files navigation

DA6401 Assignment 1 - MLP for Image Classification

Links

How to Train

cd src
python train.py

How to Run Inference

cd src
python inference.py

Best Model Configuration

  • Optimizer: RMSProp
  • Activation: ReLU
  • Hidden layers: 3 x 128 neurons
  • Learning rate: 0.001
  • Loss: Cross Entropy
  • Weight init: Xavier
  • Test F1: 0.9767

About

Project Skeleton for DA6401-Introduction to Deep Learning Assignment - 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors