Skip to content

sugheert/DL_Assignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

DL_Assignment1

This repository contains the code implementation of the FeedforwardNeuralNetwork used to train and test the MNIST dataset in PyTorch.

References: https://www.deeplearningwizard.com/deep_learning/practical_pytorch/pytorch_feedforward_neuralnetwork/#step-4-instantiate-model-class

Steps to run:

In your terminal, run the following commands:

  1. pip install torch torchvision numpy matplotlib
  2. git clone https://github.com/sugheert/DL_Assignment1 sugheert_DL_a1

Open the file sugheert_DL_a1/DL_Assignment1_Q4_2.ipynb in any IDE with python and jupyter notebook support and give 'Run All' option.

Through Google Colab:

  1. Upload the 'DL_Assignment1_Q4_2.ipynb' file to Google Colab
  2. Add the following cell at the top: ' pip install torch torchvision numpy matplotlib '
  3. Run all cells

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published