AI, Reinforcement Learning, Machine Learning... |
1) Here are some of my projects that I've made while teaching myself Machine Learning. These are the projects that at least have some visual component, mostly games with some form of Neuro-Evolution. 2) I will link to another page for my non-visual projects, transfer learning of pre-trained models, creating and using Convolutional Neural Networks, and Deep Reinforcement Learning. |
Neuro-Evolutionary Models:
|
Autonomous
Vehicle Neuro-Evolution Project Page: Autonomous Vehicle link to run/view code: Car Track NE javascript |
3D Flappy
Bird TensorFlow Neuro-Evolution Project Page: 3D Flappy Bird with TensorFlow JS link to run/viewcode: 3D Flappy Bird javascript |
Flappy Bird
Project Page: Flappy Bird NENeuro-Evolution Difficulty Level: lots of fun* link to run/viewcode: Flappy Bird Javascript |
Google's
Dino Run Neuro-Evolution Project Page: Dino Run link to run/viewcode: Dino NE javascript |
Dots
Plain Genetic Algorithm and Neuro-Evolution Project Page: Dots GA/NE
link to run/view code: Dots GA javascript |
Snake Game Neuro-Evolution Project Page: Snake Game NE link to run/view code: Snake Game Javascript |
Worlds
Hardest Game difficulty level: banged this out in a few hours* Project Page: WHG link to run/view code: WHG NE Javascript |
Rubix Cube: Coding Train uploaded a Processing program of a Rubix Cube. I want to try to use a genetic algorithm to solve it. So far I've got a population of independent cubes, now I have to make sure every generation starts at the same initial scramble, create a fitness function, and some sort of crossover function. |
Matter.js I started working on a walking simulation, but ran into issues with matter.js. I hope to come back to it someday Project Page: Matter.js link to run/view code: Matter.js Javascript |