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
- Host: GitHub
- URL: https://github.com/kpriyanshu256/iris_neural_network
- Owner: kpriyanshu256
- Created: 2018-03-10T04:43:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T03:55:26.000Z (about 7 years ago)
- Last Synced: 2025-10-29T22:35:26.545Z (8 months ago)
- Topics: python3, pytorch, scratch, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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