Skip to content

effa/ai-search-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search in AI

Workshop for Poznej FI 2018 about standard search algorithms for artificial intelligence: DFS, BFS, UCS and A*.

Start

  1. Prerequisites: Python 3, (optional: git).

  2. Clone or download the project repository:

     $ git clone https://github.com/effa/ai-search-workshop.git
    
  3. Create a virtual environment and install needed Python packages:

     $ cd ai-search-workshop
     $ make install
    
  4. Open prepared notebook:

     $ make run
    

About

Demo of search algorithms for artificial intelligence: DFS, BFS, UCS, A*.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published