An open API service indexing awesome lists of open source software.

https://github.com/mariantaragel/izu-algorithms

Some AI algorithms
https://github.com/mariantaragel/izu-algorithms

ai project python

Last synced: 2 months ago
JSON representation

Some AI algorithms

Awesome Lists containing this project

README

        

# IZU algorithms
This project implements some algorithms presented in the lectures of VUT FIT IZU.

## Content
**A\*** - path search algorithm

**TD learning** - model-free reinforcement learning method

**ID3** - decision tree generator