https://github.com/abhigyan126/nuralnet
Nural Network from scratch . we will be demonstrating classification on MNIST fashion dataset using CNN
https://github.com/abhigyan126/nuralnet
Last synced: 3 months ago
JSON representation
Nural Network from scratch . we will be demonstrating classification on MNIST fashion dataset using CNN
- Host: GitHub
- URL: https://github.com/abhigyan126/nuralnet
- Owner: Abhigyan126
- Created: 2024-04-26T12:21:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T10:43:19.000Z (7 months ago)
- Last Synced: 2025-04-28T14:47:04.837Z (6 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NuralNet
Nural Network from scratch usign numpy, solving XOR plobrem.## Implementation
- Python
```
pip install numpy
python main.py
```
- Rust
```
cd nuralnet
cargo run
```