Pinned Repositories
computer-networks-lab
Codes of my Computer Networks Lab at Urmia University. Fall 2020.
covid19-telegram-bot
A telegram bot which shows live updates for the COVID-19 cases in Iran, Turkey and Canada
CS-551-Assignments
Assignments of CS 551 Introduction to AI course at Ozyegin University
cs_554
Assignments of CS 554 Machine Learning and Neural Networks at Ozyegin University
kNN
Implemented kNN for image classification. This is part of assignment 1 of Stanford's cs231n. Please run knn.ipynb to see my implementation of kNN.
lexical-analyser
a simple lexical analyser for python scripts
login_and_authentication
All credits goes to https://alexwebdevelop.com/user-authentication/ and Brad Traversy's PHP front to end
minesweeper-ai
AI to solve minesweeper using inference rules in propositional logic. This is project 1 of HarvardX CS50's AI Course.
Minesweeper-with-Assembly
Implementation one round of minesweeper game with exline x86 assembly.
tic-tac-toe-ai
Tic-Tac-Toe game with an AI agent! Project0 of HarvardX CS50's AI course
arash-mehrabi-z's Repositories
arash-mehrabi-z/covid19-telegram-bot
A telegram bot which shows live updates for the COVID-19 cases in Iran, Turkey and Canada
arash-mehrabi-z/lexical-analyser
a simple lexical analyser for python scripts
arash-mehrabi-z/login_and_authentication
All credits goes to https://alexwebdevelop.com/user-authentication/ and Brad Traversy's PHP front to end
arash-mehrabi-z/computer-networks-lab
Codes of my Computer Networks Lab at Urmia University. Fall 2020.
arash-mehrabi-z/CS-551-Assignments
Assignments of CS 551 Introduction to AI course at Ozyegin University
arash-mehrabi-z/cs_554
Assignments of CS 554 Machine Learning and Neural Networks at Ozyegin University
arash-mehrabi-z/kNN
Implemented kNN for image classification. This is part of assignment 1 of Stanford's cs231n. Please run knn.ipynb to see my implementation of kNN.
arash-mehrabi-z/minesweeper-ai
AI to solve minesweeper using inference rules in propositional logic. This is project 1 of HarvardX CS50's AI Course.
arash-mehrabi-z/Minesweeper-with-Assembly
Implementation one round of minesweeper game with exline x86 assembly.
arash-mehrabi-z/tic-tac-toe-ai
Tic-Tac-Toe game with an AI agent! Project0 of HarvardX CS50's AI course
arash-mehrabi-z/data-mining
Codes of my Data Mining course at Urmia University. Fall 2020.
arash-mehrabi-z/external-sorter
A script for sorting an arbitrary number of integers using at max 1GB of RAM
arash-mehrabi-z/gazebo_models
Gazebo database of SDF models. This is a predecessor to https://app.gazebosim.org
arash-mehrabi-z/information-retrieval
Codes of my Information Retrieval and Web Search course at Urmia University. Fall 2020.
arash-mehrabi-z/internet-engineering
Codes of my Internet Engineering course at Urmia University. Fall 2020.
arash-mehrabi-z/knights-and-knaves-ai
AI to solve puzzles in knights and knaves game. This is project 1 of HarvardX CS50's AI
arash-mehrabi-z/Merge-Sort-Assembly
Implementation of merge sort . Some part of the algorithms are implemented with inline assembly (x86).
arash-mehrabi-z/monty_hall_problem
The code of Monty Hall Problem. Find the description from my blog: https://arashmehrabi.blogspot.com/2021/03/monty-hall-problem.html
arash-mehrabi-z/persian-preprocess
arash-mehrabi-z/search_system
A crawler that crawls the Urmia University's news website, processes and normalizes the news and saves them in a database. Plus, a web application that search the database and returns the most relevant results using TF-IDF.
arash-mehrabi-z/six-degrees-of-kevin
Implementation of Six Degrees of Kevin Bacon game. It is a search problem. This is project0 of HarvardX CS50's AI Course.