• Stars
    star
    2
  • Language
    Python
  • Created almost 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The phase 2 of my AI project, which is adversarial search in Pacman game for reaching the best utility and avoiding ghosts. Minimax with alpha-beta pruning and Expectimax is implemented.

More Repositories

1

Reducing-noise-on-data

Reduced noise of noisy signals (with a proper desnoising rate) using Least Squares implemented in Python, Matplotlib and Numpy.
Python
6
star
2

Github-FindUser

A mini project for web development course which fetches information such as Name, Location, Blog, Bio, and favorite language of a user from GitHub. Deployment: https://leilibrk.github.io/Github-FindUser/
JavaScript
2
star
3

Pacman-ReinforcementLearning

The phase 3 of my AI project, which is implementing model-based and model-free reinforcement learning algorithms, applied to the AIMA textbook's Gridworld, Pacman, and a simulated crawling robot.
Python
2
star
4

Pacman-AI-Project

This is phase 1 of my AI project. By using different search algorithms ( DFS, BFS, UCS, A*), I tried to make Pacman do better in eating all the nodes and be alive.
Python
1
star
5

Smart-Home-Management-System

This is my final project in the Logical Circuits course. In this project we designed a Smart Home Management System.
Verilog
1
star
6

Dining-philosophers

The dining philosophers problem is a classic synchronization problem which is used to evaluate situations where there is a need of allocating multiple resources to multiple processes.
C
1
star
7

EvolutionaryGame

Neuroevolutionary game.
Python
1
star
8

XV6

XV6 project for operating system course. We had to add some system calls and add the thread features to the xv6 operating system.
C
1
star
9

Reducing-BMP-images

Reduced the size of .bmp images (up to 85%) using SVD implemented in Python, Matplotlib and Numpy.
Python
1
star
10

Heart-disease-diagnosis-system

Fuzzy expert system for heart disease diagnosis
Python
1
star
11

Compiler-Design

Custom Compiler Design project implementing lexing, parsing, and translation from a proprietary language to intermediate C code using PLY and Python
Python
1
star
12

Image-Classification-Deep-Learning

Explore deep learning-powered image classification with PyTorch. Achieved 98% accuracy on Natural Images and 95% on Birds Species using AlexNet and EfficientNet-B1. Dive into the code and results!
Jupyter Notebook
1
star