Skip to content

A sigmoid neuron simulator, built with no external libraries used (other than math, vector, and iostream). This is a precursor to a full neural network. Takes elementary numerical data with intentional patterns and errors built in. Decides weights for each input using gradient descent.

License

Notifications You must be signed in to change notification settings

HarishgunaS/SigmoidNeuron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SigmoidNeuron

A sigmoid neuron simulator, built with no external libraries used (other than math, vector, and iostream). This is a precursor to a full neural network. Takes elementary numerical data with intentional patterns and errors built in. Decides weights for each input using gradient descent.

<iframe height="800px" width="100%" src="https://repl.it/@HarishgunaSatgunarajah/Sigmoid-Neuron-C?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>

About

A sigmoid neuron simulator, built with no external libraries used (other than math, vector, and iostream). This is a precursor to a full neural network. Takes elementary numerical data with intentional patterns and errors built in. Decides weights for each input using gradient descent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages