An open API service indexing awesome lists of open source software.

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

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
```