Skip to content

vishgoki/backprop-from-scratch-using-numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

backprop-from-scratch-using-numpy

Implemented back-propagation from scratch in Python, focusing on basic operations (addition, multiplication, power, ReLU) and manual gradient computation for the MNIST dataset. This project, utilizing only math and numpy, aimed to deepen my understanding of neural networks' core algorithms without relying on frameworks like PyTorch or TensorFlow.

About

Implemented back-propagation from scratch in Python, focusing on basic operations (addition, multiplication, power, ReLU) and manual gradient computation for the MNIST dataset. This project, utilizing only math and numpy, aimed to deepen my understanding of neural networks' core algorithms without relying on frameworks like PyTorch or TensorFlow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages