Skip to content

Tiny neural network made of three neurons that implements logical operation XOR

Notifications You must be signed in to change notification settings

ShrimpLeopold/nn_xor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tiny neural network made of three neurons that implements logical operation XOR

The XOR problem in artificial NN is a known problem which is said to have slowed down the development of neural networks for 12 years. You can read about this in the article https://medium.com/@jayeshbahire/the-xor-problem-in-neural-networks-50006411840b So here is one of possible solutions to this problem. I use three neurons, which are trained to perform logical operations NOT, OR and AND and then their composition by OR-neuron so that they perform XOR as its mainterm form.

About

Tiny neural network made of three neurons that implements logical operation XOR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published