Leili Barekatain (leilibrk)

leilibrk

Geek Repo

Location:Iran

Github PK Tool:Github PK Tool

Leili Barekatain's repositories

Reducing-noise-on-data

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

Language:PythonStargazers:6Issues:2Issues:0

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/

Language:JavaScriptStargazers:2Issues:1Issues:0

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!

Language:Jupyter NotebookStargazers:2Issues:2Issues:1

Pacman-multiAgent

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.

Language:PythonStargazers:2Issues:1Issues:0

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.

Language:PythonStargazers:2Issues:2Issues:0

Compiler-Design

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

Language:PythonStargazers:1Issues:1Issues:0

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.

Language:CStargazers:1Issues:1Issues:0

EvolutionaryGame

Neuroevolutionary game.

Language:PythonStargazers:1Issues:1Issues:0

Heart-disease-diagnosis-system

Fuzzy expert system for heart disease diagnosis

Language:PythonStargazers:1Issues:1Issues:0

InformationRetrieval

Search engine on persian news.

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

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.

Language:PythonStargazers:1Issues:1Issues:0

Reducing-BMP-images

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

Language:PythonStargazers:1Issues:2Issues:0

Smart-Home-Management-System

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

Language:VerilogStargazers:1Issues:1Issues:0

XV6

XV6 project for operating system course. We had to add some system calls and add the threading support to the xv6 operating system.

Language:CLicense:NOASSERTIONStargazers:1Issues:1Issues:0

Advertisement-Registration-System

Developed APIs for posting advertisements.

Language:PythonStargazers:0Issues:1Issues:0

Bankers-Algorithm

The banker’s algorithm is a resource allocation and deadlock avoidance algorithm that tests for safety by simulating the allocation for predetermined maximum possible amounts of all resources, then makes an “s-state” check to test for possible activities, before deciding whether allocation should be allowed to continue.

Language:CStargazers:0Issues:1Issues:0

Design-of-Basic-Computer

Designed parts of the ISA of a basic computer with MIPS architecture using VHDL.

Language:VHDLStargazers:0Issues:1Issues:0

Insomina-Project

Developed a HTTP-based API using Java and Java Swing Framework for sending http requests and displaying the response in different formats as my midterm project in Advanced Programming course.

Language:JavaStargazers:0Issues:1Issues:0

Learning-Management-System-Database-Design

Online learning course management database for university

Language:PythonStargazers:0Issues:0Issues:0

Lonely-Cells-game

This is my final project in Fundamentals of Computer Programming course.

Language:CStargazers:0Issues:1Issues:0

Message-Broker-Server

A project which the client publishes a message and the server sends it to all the related subscribers.

Language:PythonStargazers:0Issues:1Issues:0

Othello-game

Othello game in java language as a project in AP course.

Language:JavaStargazers:0Issues:1Issues:0

Pentago-Game

Pentago game in java language as a project in AP course.

Language:JavaStargazers:0Issues:1Issues:0

UNO-Game

UNO game in java language as a project in AP course.

Language:JavaStargazers:0Issues:1Issues:0

WebProgramming-website

Front end of a website for web programming course.

Language:HTMLStargazers:0Issues:1Issues:0

X-O-game

This is my final project in microprocessor course. I have designed the x-o game using Arduino mega 2560 board in Proteus.

Language:C++Stargazers:0Issues:1Issues:0

XV6-CPU-Scheduling

Implementing CPU scheduling algorithms in XV6 operating system including Round Robin, non-preemptive and preemptive priority scheduling and change policy system call.

Language:CLicense:NOASSERTIONStargazers:0Issues:2Issues:0