Pinned Repositories
AI_learning_system
CartPoleV1
CartPole v1 of gymnasium library solved using two Reinforcement learning algorithms(DQN and SARSA) with two policies (epsilon-greedy and Boltzmann), with results.
chillin-wars-2020
A project for chillin wars competition(year 2020) written in Python, which agents make desicions using lapha-betha search and evolutionary algorithm.
Doodle-Jump-with-assembly
Doodle Jump implemented using 8086 assembly language.
face_recognition
A convolutional neural network implemented with tensorflow and trained to recognzie the face of famous persian celebrities.
LL1-parser
An LL1 parser developed with Python
Lunar-Lander
Lunar Lander envitoment of gymnasium solved using Double DQN and D3QN
Prticle-in-a-box
A simulation of the time and frequency evoloution of the problem "particle in a box" in quantum mechanincs.
RISCV-multi-cycle-processor
A multi-cycle processor designed according to the instruction set(assembly language) of RISC-V using the System Verilog HDL
RTI-solved-using-simulated-annealing
solving Random 3-SAT(Boolean satisfiability problem) using simulated annealing.
Amirarsalan-sn's Repositories
Amirarsalan-sn/face_recognition
A convolutional neural network implemented with tensorflow and trained to recognzie the face of famous persian celebrities.
Amirarsalan-sn/Lunar-Lander
Lunar Lander envitoment of gymnasium solved using Double DQN and D3QN
Amirarsalan-sn/RISCV-multi-cycle-processor
A multi-cycle processor designed according to the instruction set(assembly language) of RISC-V using the System Verilog HDL
Amirarsalan-sn/Doodle-Jump-with-assembly
Doodle Jump implemented using 8086 assembly language.
Amirarsalan-sn/Prticle-in-a-box
A simulation of the time and frequency evoloution of the problem "particle in a box" in quantum mechanincs.
Amirarsalan-sn/LL1-parser
An LL1 parser developed with Python
Amirarsalan-sn/RTI-solved-using-simulated-annealing
solving Random 3-SAT(Boolean satisfiability problem) using simulated annealing.
Amirarsalan-sn/CartPoleV1
CartPole v1 of gymnasium library solved using two Reinforcement learning algorithms(DQN and SARSA) with two policies (epsilon-greedy and Boltzmann), with results.
Amirarsalan-sn/AI_learning_system
Amirarsalan-sn/chillin-wars-2020
A project for chillin wars competition(year 2020) written in Python, which agents make desicions using lapha-betha search and evolutionary algorithm.
Amirarsalan-sn/dbscan_model
A DBSCAN modle implemented in python language from scratch.
Amirarsalan-sn/Homomorphic-election
Simple emplementation of an election management system, using homomorphic encryption and block chain.
Amirarsalan-sn/RTI-solved-using-genetic-algorithm
solving Random 3-SAT(Boolean satisfiability problem) using Evolutionary algorithms like genetic algorithm.
Amirarsalan-sn/simple_covert_channel
A simple covert channel implemented using python language.
Amirarsalan-sn/Coordinate_management_system
Coordinate management system of banks in a region
Amirarsalan-sn/Mafia-game
Amirarsalan-sn/Resturant-management-system
An example of producer and consumer problem which is implemented using multi-thread programing and semaphores in Java language.
Amirarsalan-sn/SaniMassenger-V3.0
A very simple massenger like Twitter with front-end and back-end codes.
Amirarsalan-sn/signal-generator-STM32
A signal generator system implemented with use of two STM32F401 micro-controllers
Amirarsalan-sn/Latex-for-quantum-study
Latex resource for a study on Quantum Machine Learning
Amirarsalan-sn/new-DES
A simple self-made block cipher based on feistel cipher.
Amirarsalan-sn/Swimmer
PPO approche to the Swimmer environment of gymnasium.