Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krichelj/ai_bgu_2021

Artificial Intelligence course, Computer Science M.Sc., Ben Gurion University of the Negev, 2021
https://github.com/krichelj/ai_bgu_2021

a-star-algorithm ai artificial-intelligence bayesian-network bellman-equation computer-science deep-learning game-theory-algorithms heuristic-search-algorithms kruskal-algorithm machine-learning markov-decision-processes minimal-spanning-tree minimax-algorithm policy-iteration-algorithm prim-algorithm reinforcement-learning value-iteration-algorithm

Last synced: 3 days ago
JSON representation

Artificial Intelligence course, Computer Science M.Sc., Ben Gurion University of the Negev, 2021

Awesome Lists containing this project

README

        

# AI_BGU_2021

Artificial Intelligence course, Computer Science M.Sc., Ben Gurion University of the Negev, 2021\
Amir Ziskind and Joshua Shay Kricheli

## Coding Projects

* [Coding Project 1 - A* Star Algorithm and Heuristics](https://github.com/krichelj/AI_BGU_2021/tree/master/coding_project_1)
* [Coding Project 2 - MINMAX Game](https://github.com/krichelj/AI_BGU_2021/tree/master/coding_project_2)
* [Coding Project 3 - Bayesian Models](https://github.com/krichelj/AI_BGU_2021/tree/master/coding_project_3)
* [Coding Project 4 - Markov Decision Process](https://github.com/krichelj/AI_BGU_2021/tree/master/coding_project_4)

## Theoretical Projects

* [Theoretical Project 1 - Agents and Environments, Search, MINMAX Games, Propositional Logic, Situational Logic](theoretical/Intro_to_AI_Theoretical_HW_1.pdf)
* [Theoretical Project 2 - Planning, Bayesian Models, Markov Decision Process, Decision Trees, Neural Networks](theoretical/Intro_to_AI_Theoretical_HW_2.pdf)