Neuroevolution
Nature of Code Video #11
These video lessons accompany Chapter 11 (Neuroevolution) from The Nature of Code book.
- #11.1
Introduction to Neuroevolution
12 Mar 2018Welcome to a new topic in the Nature of Code series: Neuroevolution!
- #11.2
Neuroevolution Crossover and Mutation
15 Mar 2018In this video I begin the process of coding a neuroevolution simulation and
copy()
andmutate()
methods to the neural network library - #11.3
Neuroevolution Flappy Bird with TensorFlow.j
24 Apr 2019In this video, I take another pass at the Neuroevolution Flappy Bird coding challenge and replace my JavaScript vanilla neural network library with the TensorFlow.js Layers API.