Skip to content

Solving Logic Gates with Neural Networks optimized with Genetic Algorithms. A basic test for my GeneticLib.

Notifications You must be signed in to change notification settings

UnicornAlgorithms-GA/GA-Nerual-LogicGates

Repository files navigation

Logic gates with Neural Nets evolved with Genetic Algorithms

Evolution of the neural net

The network has 2 inputs (I), 1 bias (B), 1 output (O) with sigmoid, and only one hidden neuron with Gaussian activation. This network solves the XOR logic gate.

Fitness

Technical notes

To continuously update the network graph, I use sockets to communicate with my Python program (which draws the graph).

About

Solving Logic Gates with Neural Networks optimized with Genetic Algorithms. A basic test for my GeneticLib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages