+ 5
What is a good project to get started with AI?
I am just getting familiar with some AI stuff. I want to start with some simple code projects I can do. You can assume that I am familiar with some search algorithms, CSPs, Reinforcement learning and Bayes nets (theory only, no code practice). Any suggestions?
3 ответов
+ 4
Thanks for the answer! Tic-tac-toe sounds interesting and relevant for me, I'll try to start with that.
+ 3
Try making a simple game like tic-tac-toe then make an IA to play with.
You can go deeper with a chess game.
If you're really familiar with it, try to make something like a 2D or even 3D shooting game and make some bots fight against you or against each other.