issues
search
miloharper
/
simple-neural-network
A neural network written in Python, consisting of a single neuron that uses back propagation to learn.
MIT License
375
stars
177
forks
source link
New Updates and fixes
#7
Open
KarthikUdyawar
opened
5 years ago
KarthikUdyawar
commented
5 years ago
New Training inputs and outputs.
Constants like iterations and learning rate.
Improve sigmoid function.
And some miner changes.