Skip to content

padideee/Neural_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Neural_Network

Neural Network implementation from scratch for classification task

  • Place the data.pkl containing train, validation and test set in the datapath directory

  • Modify the main appropriately based on the desired: hidden dimensions, activation function, normalization, number of epochs,...

  • Run:

$ python NN.py

This will do the training and prediction, the result is a dictionary containing the accuracy and loss scores. For some examples of performance on SVHN dataset refer to the notebook: NN_plots.ipynb

About

Neural Network implementation from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published