https://github.com/ecoronado92/neural_net_from_scratch
python | deep learning | neural networks
https://github.com/ecoronado92/neural_net_from_scratch
deep-learning mnist neural-networks numpy python
Last synced: 3 months ago
JSON representation
python | deep learning | neural networks
- Host: GitHub
- URL: https://github.com/ecoronado92/neural_net_from_scratch
- Owner: ecoronado92
- Created: 2019-12-20T18:05:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T18:11:54.000Z (over 5 years ago)
- Last Synced: 2025-03-14T00:26:55.155Z (3 months ago)
- Topics: deep-learning, mnist, neural-networks, numpy, python
- Language: HTML
- Homepage:
- Size: 12.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Neural Net from Scratch using Python
Today, it is quite easy to use Python or R libraries to build Neural Networks.
Here, I dive into the inner workings of a Neural Network and build a d-dimensional network that classifies MNIST data with 95% accuracy.