Genetic Algorithm Learning Experiments

Genetic Algorithm or for short GA is a search based optimization technique based on the principle and concept of Genetic evolution and Natural Selection. In more simple words it's similar to survival of the fittest. Where in a given population only those individuals are selected that are best suited for a particular task.

This small project was build using a small custom implementation of Neural Network along with P5js and Bootstrap. The same can be replicated using tensorflow.js. The main reason behind using custom implementation of Neural Network was that it is more light weight and can be easily tweaked further for a specific problem.

Experiments