Pinned Repositories
ACTonCompiler
A compiler for ACTon language
DecisionTree
An implementation of Decision Tree and Random Forest using sklearn library
DrosteEffect
Creating Droste Effect on images using mappings
HeartbeatMeasurement
Heartbeat measurement with Photoplethysmogram (PPG) using Fast Fourier transform
HousePricingRegression
Predicting house prices using regression methods including Gradient Descent, Normal Equation and KNN
KonaneMinimax
Implementing an Minimax agent for Konane game and improving it's efficiency using Alpha-beta pruning
LoadBalancerMonitor
Implementing Monitor and using it to solve load balancing problem of cars and routes in a multithreaded system
Loghme
Loghme is an online food ordering and delivery platform.
MultiprocessEnsembleClassifier
An implementation of an Ensemble classifier of Linear classifiers using multiple processes
NeuralNetwork
An implementation of neural network with regularization
armanr99's Repositories
armanr99/HeartbeatMeasurement
Heartbeat measurement with Photoplethysmogram (PPG) using Fast Fourier transform
armanr99/ACTonCompiler
A compiler for ACTon language
armanr99/DecisionTree
An implementation of Decision Tree and Random Forest using sklearn library
armanr99/DrosteEffect
Creating Droste Effect on images using mappings
armanr99/HousePricingRegression
Predicting house prices using regression methods including Gradient Descent, Normal Equation and KNN
armanr99/KonaneMinimax
Implementing an Minimax agent for Konane game and improving it's efficiency using Alpha-beta pruning
armanr99/LabApp
LabApp is an Object-oriented project designed and implemented for an online laboratory test application.
armanr99/LoadBalancerMonitor
Implementing Monitor and using it to solve load balancing problem of cars and routes in a multithreaded system
armanr99/Loghme
Loghme is an online food ordering and delivery platform.
armanr99/loghme-backend
Loghme is an online food ordering and delivery platform.
armanr99/loghme-frontend
Loghme is an online food ordering and delivery platform.
armanr99/MultiprocessEnsembleClassifier
An implementation of an Ensemble classifier of Linear classifiers using multiple processes
armanr99/NeuralNetwork
An implementation of neural network with regularization
armanr99/NS2-TCP-Congestion-Control
An analysis of TCP congestion control algorithms in NS2.
armanr99/P2P-Network
An implementation of a Peer to Peer network.
armanr99/PoemNaiveBayesClassifier
An implementation of a Naive Bayes Classifier for predicting Hafez and Saadi poems
armanr99/TwoAgentPacman
Solving Two Agent Pacman problem using several Search algorithms including BFS, IDS and A*
armanr99/UTIOT-Client
IOT Project Fall 97
armanr99/UTIOT-Server
IOT Project Fall 97
armanr99/xv6-os-lab
A modified xv6 operating system