Skip to content

aI-lab-glider/an-introduction-to-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

An Introduction to Artificial Intelligence

Welcome to this exciting course that will challenge you with implementing various algorithms and solving corresponding problems πŸŽ“πŸ€–. The course consists of six modules that are designed to provide a comprehensive understanding of fundamental AI concepts and techniques. Each module includes a series of TODOS that you will implement and later verify using automated tests πŸ§ͺπŸ€–.

The modules are as follows:

πŸ” State Search: This module explains model concepts and basic tree search algorithms, allowing you to solve problems through exploration of possible states.

πŸ•ΉοΈ Adversarial Search: This module introduces the concept of adversarial problems through simple games and shows you algorithms that can take into account the opponent's moves.

🧠 Tabular Reinforcement Learning: This module introduces you to Reinforcement Learning and provides an understanding of simple tabular algorithms.

πŸ” Local Search: This module teaches you various discrete optimization techniques to solve complex problems.

πŸ€– [WIP] Neural Networks: This module explores how neural networks work under the hood and provides insights into their functionality.

πŸ•ΉοΈ [WIP] Deep Reinforcement Learning: This module combines the concepts of Reinforcement Learning and Neural Networks to solve more complex problems.

Join us on this exciting journey to gain an in-depth understanding of AI and learn how to apply these techniques to solve real-world problems πŸš€πŸ€–.

About

Repository with instructions, documentation, useful materials related to the course and links to repositories with modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published