+ 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.
1 Respuesta
+ 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).