Skip to content

AI exercises based on video lectures from several universities

Notifications You must be signed in to change notification settings

fedelopez/ai-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Recipes

AI exercises based on the video lectures from Prof Patrick Henry Winston and Peter Norvig.

Searching

Breath-first and depth-first

Breath-first example

Constraint Satisfaction Problems

Eigth queens

Eight queens

Map coloring

Map coloring

Resources

Todo

  • Choose search algorithm from UI
  • Uniform-Cost Search (expand the path with the lowest total cost)
  • A* Search (combine Uniform-Cost and Greedy Best-First Search)

About

AI exercises based on video lectures from several universities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages