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
- Host: GitHub
- URL: https://github.com/mariantaragel/izu-algorithms
- Owner: mariantaragel
- Created: 2023-03-11T10:53:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T15:03:56.000Z (about 2 years ago)
- Last Synced: 2025-02-03T08:36:41.366Z (4 months ago)
- Topics: ai, project, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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