Ali-Noroozbeigy
M.Sc. Computer Engineering Student Backend & IoT Developer at Ava Semiconductor
AmirKabir University of TechnologyTehran, Iran
Pinned Repositories
AI-Berkeley-pacman-part-1
this is the first pacman project for course AI of UC Berkeley done as the first project of course AI basics and applications of AUT
AI-Berkeley-pacman-part-2
this is the second pacman project for course AI of UC Berkeley done as the second project of course AI basics and applications of AUT
AI-Berkeley-Pacman-Part-3
this is the third pacman project for course AI of UC Berkeley done as the third project of course AI basics and applications of AUT
AI-Berkeley-Pacman-Part-4
this is the forth pacman project for course AI of UC Berkeley done as the forth project of course AI basics and applications of AUT
Computer_Networks_Final_Project
Final Project of computer networks course AUT
Information_Retrieval_Project
Project of the course information retrieval at AUT which is a search engine for 12k persian news.
LadyOrGentleman
IE Front End midterm exam
LeetCode
Repository for my answers to some leet code questions
personal_website
This repository is for hosting my personal website
PyCurrencyConverter
Currency Converter app that uses tkinter for gui and an api to convert the currencies.
Ali-Noroozbeigy's Repositories
Ali-Noroozbeigy/LadyOrGentleman
IE Front End midterm exam
Ali-Noroozbeigy/personal_website
This repository is for hosting my personal website
Ali-Noroozbeigy/AI-Berkeley-pacman-part-1
this is the first pacman project for course AI of UC Berkeley done as the first project of course AI basics and applications of AUT
Ali-Noroozbeigy/AI-Berkeley-pacman-part-2
this is the second pacman project for course AI of UC Berkeley done as the second project of course AI basics and applications of AUT
Ali-Noroozbeigy/AI-Berkeley-Pacman-Part-3
this is the third pacman project for course AI of UC Berkeley done as the third project of course AI basics and applications of AUT
Ali-Noroozbeigy/AI-Berkeley-Pacman-Part-4
this is the forth pacman project for course AI of UC Berkeley done as the forth project of course AI basics and applications of AUT
Ali-Noroozbeigy/ArtificialNeuralNetworks-ComputationalIntelligence-AUT
Neural Network Project materials
Ali-Noroozbeigy/Computer_Networks_Final_Project
Final Project of computer networks course AUT
Ali-Noroozbeigy/Information_Retrieval_Project
Project of the course information retrieval at AUT which is a search engine for 12k persian news.
Ali-Noroozbeigy/LA_Final_Project
Repository for final project of linear algebra course at AUT
Ali-Noroozbeigy/LeetCode
Repository for my answers to some leet code questions
Ali-Noroozbeigy/Mafia_Game
mafia game done as Midterm Project of advance programming course
Ali-Noroozbeigy/PyCurrencyConverter
Currency Converter app that uses tkinter for gui and an api to convert the currencies.
Ali-Noroozbeigy/AUT_AP_lab
for AP lab
Ali-Noroozbeigy/battleship
simple simulation of battleship game done as final project of fundamental programming course
Ali-Noroozbeigy/Chemical-equation-solver
this project solves simple chemical equations by solving their corresponding linear system. done as the first homework of LA course at AUT
Ali-Noroozbeigy/evolutionary_algorithms
project of evolutionary algorithms for the course computational intelligence of AUT
Ali-Noroozbeigy/Fuzzy_Self_Driving_Car
Project of fuzzy logic for the course computational intelligence of AUT
Ali-Noroozbeigy/LA_HW3
this repository is for the implementation part of the third homework of LA course at AUT
Ali-Noroozbeigy/Multicore_Programming_Final_Project
multicore programming final project of AUT. computing histogram of a list known words in an array with cpu (using OpenMP) and gpu (using cuda)
Ali-Noroozbeigy/PyTorchStepByStep
Official repository of The book: "Deep Learning with PyTorch Step-by-Step: A Beginner's Guide"
Ali-Noroozbeigy/xv6_riscv_ph1
Adding new system call "kfreemem" to xv6 MIT operating system which returns number of free pages.
Ali-Noroozbeigy/xv6_riscv_ph2
implementing uthread and lottery scheduling in xv6 MIT operating system. in collaboration with my friend Mahdi Teimouri.