Pinned Repositories
8-Queens-Problem
Genetic algorithm for solving the 8 queens problem
AmitaiYacobi
My personal repo
Anomaly-Detection
A flight anomalies detector. See README for more details.
Cancer-Diagnoses
ML program that can help diagnose tumors. See README for more details.
K-means-image-compression
Image compression using k-means ML algorithm
LunarLanderContinuous-v2
Solving the continuous version of LunarLander enviroment with discritization of the action space
Seq2Seq-MT-Model
Sequence-to-sequence model for Neural Machine Translation
SpectralNet
Deep network that performs spectral clustering
SpectralNet
Deep network that performs spectral clustering
BipedalWalkerHardcore-v3
Solving the hardcore version of openAi gym's BipedalWalker using Reinforcement Learning methods
AmitaiYacobi's Repositories
AmitaiYacobi/SpectralNet
Deep network that performs spectral clustering
AmitaiYacobi/Anomaly-Detection
A flight anomalies detector. See README for more details.
AmitaiYacobi/Cancer-Diagnoses
ML program that can help diagnose tumors. See README for more details.
AmitaiYacobi/LunarLanderContinuous-v2
Solving the continuous version of LunarLander enviroment with discritization of the action space
AmitaiYacobi/8-Queens-Problem
Genetic algorithm for solving the 8 queens problem
AmitaiYacobi/AmitaiYacobi
My personal repo
AmitaiYacobi/K-means-image-compression
Image compression using k-means ML algorithm
AmitaiYacobi/Seq2Seq-MT-Model
Sequence-to-sequence model for Neural Machine Translation
AmitaiYacobi/Arkanoid
Arknoid game coded in Java uses OOP principles. See README for more details.
AmitaiYacobi/CNN-for-speech-classification
Speech commands classifier using CNN
AmitaiYacobi/Fully-Connected-DNN
Fully connected Neural Network Implementation from scratch - numpy only
AmitaiYacobi/Fully-Connected-NN
Implementation of fully connected neural net from scratch (numpy only)
AmitaiYacobi/IBM-Model
Implementation of EM algorithm for statistical machine translation
AmitaiYacobi/Joystick-Android-App
Remote conrol joystick used for a flight simulator. See README for more details.
AmitaiYacobi/MerkleTree
Implementation of Merkle tree
AmitaiYacobi/ML-Algorithms-Implementation
Implementataion of KNN, Perceptron, SVM and Passive Agressive
AmitaiYacobi/Multi-Objective-Optimization
Introducing different methods of solving multi objective optimization problems
AmitaiYacobi/SpectralNet-1
Deep network that performs spectral clustering
AmitaiYacobi/spectralNet-2
AmitaiYacobi/Thread-Pool
Thread pool Implemented in C
AmitaiYacobi/TSP-Problem
Genetic algorithm for solving the TSP problem