Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikeasamoahansah/neural-networks-from-scratch
A Neural Network written in python with the Numpy module. For predicting digits using images from the MNIST dataset
https://github.com/ikeasamoahansah/neural-networks-from-scratch
Last synced: 1 day ago
JSON representation
A Neural Network written in python with the Numpy module. For predicting digits using images from the MNIST dataset
- Host: GitHub
- URL: https://github.com/ikeasamoahansah/neural-networks-from-scratch
- Owner: ikeasamoahansah
- Created: 2024-05-07T14:44:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T23:20:32.000Z (3 months ago)
- Last Synced: 2024-08-05T00:39:53.216Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 44.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neural-Networks-from-scratchA neural network written with python and the Numpy module. For predicting digits using images from the MNIST dataset
![image](https://github.com/user-attachments/assets/85b7785f-6e8d-4b10-a95d-97b6bf5888ba)
## Getting StartedThese instructions will give you a copy of the project up and running on
your local machine for development and testing purposes. See deployment
for notes on deploying the project on a live system.
### PrerequisitesRequirements for the software and other tools to build, test and push
- Math
- Numpy Library
### Intuition##### Forward propagation
![20240507_195902](https://github.com/ikeasamoahansah/Neural-Networks-from-scratch/assets/66312028/a72cabb0-3f1d-403a-9131-19cfb9c79ce4)##### Backwards propagation
![20240507_195939](https://github.com/ikeasamoahansah/Neural-Networks-from-scratch/assets/66312028/65ff9f87-f371-4f54-8684-8e5a8559571e)
## Running the applicationExplain how to run the automated tests for this system
## Testing
Testing with the dataset
## Acknowledgments- Grokking Deep Learning Book