Skip to content

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

Notifications You must be signed in to change notification settings

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