Hey, are you fond of playing video games? Do you know neural networks can play video games too? In this era of vast applicability of neural networks, you can learn the working of neural networks by simply implementing it to play some video game.
What is on this blog?
In this blog, we will first learn how to build games using pygame and then see how neural nets can play these games.
Who should read this blog?
This blog is for those people who know the concepts of deep learning and has a good command in python and its deep learning libraries like tflearn, keras tensorflow etc. Here, we will do everything from scratch including data generation, training, and testing so you will get a good feel about how things go in machine learning.
CONTENTS
- Creating Snake Game
- Snake Game With Deep Learning
- Snake Game with Genetic Algorithm
- Snake Game using Real-Time Speech Recognition
- Snake Game using TensorFlow Object Detection API