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

https://github.com/tugot17/neural-network-from-scratch

Simple neural network implemented from scratch using numpy package
https://github.com/tugot17/neural-network-from-scratch

from-scratch neural-network numpy python

Last synced: 8 months ago
JSON representation

Simple neural network implemented from scratch using numpy package

Awesome Lists containing this project

README

          

# Neural-Network-From-Scratch

In this repository you can find Neural Network written in numpy from scratch, with some theory explanation, methamatical background
and intuitions related to this subject.

drawing

## How to run:
Just run Jupyter Notebook

## Getting Started

To run it You need jupyter notebook installed or You can run it using [google colab](https://colab.research.google.com)
The main file is The main file is [Neural_net.ipynb](Neural_net.ipynb)

### Prerequisites
```
-numpy
-tqdm
-matplotlib
```

## Authors

* [tugot17](https://github.com/tugot17)
* [FeederDiver](https://github.com/FeederDiver)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details