All classes ( include Matrix, Neural Network etc. ) created from scratch.
System creates 100 bacteria for every generation and bacteria gets score when they eat green foods.
Genetic Algorithm codes gives priority depend on bacterias' score, for next generation.
More than 1.8K code has written
Neural Network Avtivity map
Neural Network Weight&Bias map
Neural Network Inheritance Map
View of Neural Network
Real-time viewing of decisions made by NN
Bacteria divide the 180-degree field of view into 5 equal parts, and if there is food in of these areas, it sends a value of "1" to the Neural network, if not, it sends the data of "0" to the Neural network.
Neural Network has 5 input (since 5 area exist for sense), 10 Hidden Node and 2 Output Node.