Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krichelj/ai_bgu_2021
- Owner: krichelj
- Created: 2020-10-20T13:43:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T21:42:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T21:48:17.840Z (over 1 year ago)
- Topics: 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
- Language: Python
- Homepage: https://shaykricheli.com/AI_BGU_2021/
- Size: 463 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)