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

https://github.com/kpriyanshu256/iris_neural_network

Neural networks in python
https://github.com/kpriyanshu256/iris_neural_network

python3 pytorch scratch tensorflow

Last synced: 3 months ago
JSON representation

Neural networks in python

Awesome Lists containing this project

README

          

# IRIS_Neural_Network
Various implementations of a shallow neural network in python.

## Python libraries used
### Iris_NN.py
* numpy
* pandas
### Iris_TF.py
* tensorflow
* sklearn
* pandas
* numpy
### Iris_PyTorch.ipynb
* numpy
* pandas
* pytorch
* sklearn