Skip to content

Implemented a 3 Layer Neural Network from Scratch and Implemented Forward Pass of LeNet (a CNN) from Scratch

Notifications You must be signed in to change notification settings

mitesh1612/Neural-Network-and-CNN

Repository files navigation

Neural Networks and CNN

Implemented the forward pass of LeNet (CNN) from Scratch and a 3 layer neural network from scratch with multiple activation functions. Compared their accuracies with 2 datasets.

File Structure

  • LeNetForward.py

Contains the code for forward pass of LeNet from scratch

  • NNonDerma.py

3 Layer Neural Network on Dermatology Dataset

  • NNonPenDigits.py

3 Layer Neural Network on Pen Digits Dataset

Both Neural Networks contain a choice of Activation Function and tests accuracies on various number of hidden units

About

Implemented a 3 Layer Neural Network from Scratch and Implemented Forward Pass of LeNet (a CNN) from Scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published