You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple and lightweight neuron simulator written in Python. It allows training a single neuron to approximate a given input-output relationship using a basic error correction method. Currently works with one input and one output. Multi-neuron support is planned for future versions.