Machine-Learning-Flappy-Bird icon indicating copy to clipboard operation
Machine-Learning-Flappy-Bird copied to clipboard

Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm

Results 6 Machine-Learning-Flappy-Bird issues
Sort by recently updated
recently updated
newest added

Hi, it is a nice work to learning machine learning and I like it very much. I am new to HTML and JS, can you give a step-by-step guide to...

I have no idea what bias is in the genetic.js. Is it a keyword? ``` crossOver : function(parentA, parentB) { var cutPoint = this.random(0, parentA.neurons.length-1); for (var i = cutPoint;...

Why do you swap only `bias` and don't swap `weights` when generating new population? Thanks a lot

Please add a speed control to speed up the process (like 2x, 4x 8x, 16x) to let the birds fly faster. I'm more interested in GEN 100 than in watching...

I could not find where you are training the neural network, i see the activation and the GA stuff but not training.