aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
7.97k stars 3.76k forks source link

Improve the exercise notebooks #1062

Open ArkaStark opened 5 years ago

ArkaStark commented 5 years ago

Improve the Exercise Notebooks by providing visualizations of the working of the algorithms for better understanding and also provide interactive hands-on exercise with IPython Code Snippets to learn the complex algorithms in small chunks.

ArkaStark commented 5 years ago

Also, provide real-world examples/project exercises in fields like NLP, Computer Vision, Gameplay to better explain the use and implementation of the algorithms in real-world scenarios and how to solve problems using them.

codefeeder commented 5 years ago

Hey, I would like to work on this issue. What are the guidelines to solve this issue and are there any specific exercises that need to be added?

ryzbaka commented 4 years ago

Hi I would like to work on this issue.