Need help to start with Ai Based Applications | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

Need help to start with Ai Based Applications

Hi dear I am a student of Bachelor's of Computer science. I have worked with many languages but now I just learned python but I am a little confused from where to begin. I need your help to guide me from where should I start working with python. I want to develop cross platform which are based on artificial intelligence.

27th Aug 2020, 5:59 PM
Farhan Aslam
Farhan Aslam - avatar
1 Resposta
+ 4
I would start here for General Python AI: AIMA - Python implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach' pyDatalog - Logic Programming engine in Python SimpleAI - Python implementation of many of the artificial intelligence algorithms described in the book "Artificial Intelligence, a Modern Approach". It focuses on providing an easy to use, well documented, and tested library. EasyAI - Simple Python engine for two-players games with AI (Negamax, transposition tables, game solving).
27th Aug 2020, 6:03 PM
Steven M
Steven M - avatar