Milo Spencer-Harper
Results
4
repositories owned by
Milo Spencer-Harper
multi-layer-neural-network
59
Stars
37
Forks
Watchers
A multi layer neural network written in Python, which can be trained to solve the XOR problem.
neural-network-animation
98
Stars
38
Forks
Watchers
Watch a neural network think. Written in Python.
simple-neural-network
331
Stars
171
Forks
Watchers
A neural network written in Python, consisting of a single neuron that uses back propagation to learn.
visualise-neural-network
56
Stars
26
Forks
Watchers
Generates a static diagram of a neural network, where each neuron is connected to every neuron in the previous layer.