Pinned Repositories
Cache_Simulator
cards_categorize
EvolutionaryGames
Jpotify
Jpotify is a music palyer that similar to Spotify.
LA_HW1
REEF matrix and solve system equations
MM_DASH
This project implement the Dynamic Adaptive Streaming over HTTP
poet_detector
We have implemened an NLP Project to recognize the correct poets. In the project, we have used the bigram, unigram and backoff model for smoothing.
SCD_FL
This project implement the an AIaaS for skin cancer detection application with Federated Learning. (PyTorch Flower)
sudoku_solver
This project is a sudoku-solver implement by Constraint satisfaction problem. We add the colour option to our sudoku problem as if the number of a place is bigger than other neighbours, the colour of that place must be higher in a given colour's priority. We use the Constraint satisfaction problem(CSP), as we said before, in additional apply degree and MRV heuristic for selecting a variable. After we assigned a value to the selected variable, apply forward-checking to update the domain of variables. If there is a solution for the sudoku problem, we report it; otherwise, the search is unsuccessful, and we have not a solution.
XV6_OS
XV6 is a simple Operating system created by MIT. In this project, we decided to create some syscalls and make a change in the Scheduling policy. We add Round-Robin Policy with different Quantum, Priority Policy, and multilevel queue.
erfanghasemi's Repositories
erfanghasemi/XV6_OS
XV6 is a simple Operating system created by MIT. In this project, we decided to create some syscalls and make a change in the Scheduling policy. We add Round-Robin Policy with different Quantum, Priority Policy, and multilevel queue.
erfanghasemi/MM_DASH
This project implement the Dynamic Adaptive Streaming over HTTP
erfanghasemi/poet_detector
We have implemened an NLP Project to recognize the correct poets. In the project, we have used the bigram, unigram and backoff model for smoothing.
erfanghasemi/sudoku_solver
This project is a sudoku-solver implement by Constraint satisfaction problem. We add the colour option to our sudoku problem as if the number of a place is bigger than other neighbours, the colour of that place must be higher in a given colour's priority. We use the Constraint satisfaction problem(CSP), as we said before, in additional apply degree and MRV heuristic for selecting a variable. After we assigned a value to the selected variable, apply forward-checking to update the domain of variables. If there is a solution for the sudoku problem, we report it; otherwise, the search is unsuccessful, and we have not a solution.
erfanghasemi/Cache_Simulator
erfanghasemi/cards_categorize
erfanghasemi/EvolutionaryGames
erfanghasemi/SCD_FL
This project implement the an AIaaS for skin cancer detection application with Federated Learning. (PyTorch Flower)
erfanghasemi/Jpotify
Jpotify is a music palyer that similar to Spotify.
erfanghasemi/LA_HW1
REEF matrix and solve system equations
erfanghasemi/LA_HW2
conduct LU factorization procedure to find the inverse of some matrix.
erfanghasemi/LA_HW3
This project find column space, null space and row space of a matrix then find the linear combination of independent column.
erfanghasemi/Codeforces_C
Codeforces Question with C
erfanghasemi/coursera-deep-learning
Solutions to all quiz and all the programming assignments!!!
erfanghasemi/DFA_NFA
This project is a DFA checker and converter from NFA to DFA automata.
erfanghasemi/DHCP
erfanghasemi/FinalProject_BP
This project is final project of BP course in Aut (2018-2019)