Skip to content

souvikmajumder26/Neural-Network-from-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network-from-Scratch

Building a simple Neural Network with an input layer, two hidden layers, and one output layer to classify the images of Fashion-MNIST dataset, without using any ML library - only NumPy.

Aim: to understand in detail what happens inside a neural network while building it from scratch.

About

🚀 Building a simple Neural Network to classify the images of the Fashion-MNIST dataset, using only NumPy and no TensorFlow, Keras, or PyTorch.

Topics

Resources

License

Stars

Watchers

Forks