Skip to content

CtrlShanya/basic_mp_neuron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A Basic MP Neuron

This is a basic model of a single McCulloch-Pitts Neuron for prediction. A McCulloch-Pitts Neuron is based on taking the aggregate of all the inputs and then comparing the said aggregate (g) with the threshold (t).

So, if we have x1, x2, x3, ... , xn inputs: g = x1 + x2 + x3 + ... + xn

And the result will be true iff g>=t

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages