https://github.com/Elktrn's repositories
solving-TSP-problem-with-ACO-Heuristic-Algorithm-in-python
solving tsp with aco whith full graphic view in python
MLP-NN-binary-classifier-for-breast-cancer-classification-in-python
Multilayer Perceptron Neural network for binary classification between two type of breast cancer ("benign" and "malignant" )using Wisconsin Breast Cancer Database
nQueens-problem-solved-with-evolutionary-strategy-in-python
find arrangement for n Queens in n*n board of chees using Genetic algorithms
Reinforcement-Learning-solving-a-simple-4by4-Gridworld-using-Qlearning-in-python
solving a simple 4*4 Gridworld almost similar to openAI gym FrozenLake using Qlearning Temporal difference method Reinforcement Learning
Deep-Q-Learning-for-solving-OpenAi-Gym-LunarLander-v2-in-python
reinforcement learning DQN method to solve OpenAi Gym "LunarLander-v2" by usnig a Deep Neuralnetwork
knapsack-problem-solved-with-evolutionary-strategy-Genetic-algorithm-in-python
solving knapsack problem with n items with GA(genetic algorithm)
Reinforcement-learning-algorithm-Deep-Q-learning-for-cryptocurrency-trading
Deep Q learning algorithm for cryptocurrency trade deployed with Tensorflow (keras) in python
Dueling_Deep-Double_Q-Learning-for-solving-OpenAi-Gym-LunarLander-v2-in-python
reinforcement learning Dueling Deep Q Learning (DuelingDQN) method to solve OpenAi Gym "LunarLander-v2" by usnig Dueling Deep NeuralNetworks
Offline-Actor-Critic-Algorithm-With-Experience-Replay-Buffer
Combining experience replay buffer whith Actor-Critic algorithm to expedite learning procedure by offline learning
Reinforcement_Learning_solving_a_simple_4by4_Gridworld_MonteCarlo_by_linear_approximator-in-python
Reinforcement Learning solving a simple 4*4_ Gridworld using MonteCarlo method by using linear approximator
Reinforcement_Learning_solving_a_simple_4_4_Gridworld_using_SARSA-in-python
solving a simple 4*4 Gridworld almost similar to openAI gym FrozenLake using SARSA Temporal difference method Reinforcement Learning
tensorflow-2.0-simple-linear-regression-whitout-keras
Simple linear regressor that tries to approximate a simple function deployed in Tensorflow 2.0 without Keras
C_plus_plus-Solve-TSP-Using-Evolutionary-Strategy
solving tsp problem with genetic algorithm in c++
DDQN_Deep-Double_Q-Learning-for-solving-OpenAi-Gym-LunarLander-v2-in-python
reinforcement learning Double Deep Q Learning (DDQN) method to solve OpenAi Gym "LunarLander-v2" by usnig Double Deep NeuralNetworks
Reinforcement-Learning-solving-a-simple-4by4-Gridworld-using-policy-iteration-in-python
solving a simple 4*4 Gridworld almost similar to openAI gym frozenlake using value iteration method Reinforcement Learning
Reinforcement_Learning_solving_a_simple_4by4_Gridworld_Q-learning_by_linear_approximator-in-python
Reinforcement Learning solving a simple 4*4_ Gridworld using Q-learning by linear approximator
smart-pointer-template-class-with-Boost-pointer
smart pointer template class using Boost library ptr in c++
Solving-TSP-with-Evolutionary-Genetic-Algorithm-Heuristic-Python
solving TSP (traveling sales man) using genetic algorithm in python
Tensorflow-2.0-Dynamic_Nueral_Network_Regressor_whithout_using-keras
Dynamic NN for regression written in Tensorflow 2.0
Thompson_Sampling_Multi_Armed_Bandit
Thompson Sampling for K-actions stochastic bandit with normal reward distribution
infinite-smart-vector-template-using-linked-list
infinite smart vector with automatic memory management template in c++
Reinforcement-Learning-solving-a-simple-4-4-Gridworld-using-TD0-evaluation-method-in-python
solving a simple 4*4 Gridworld almost similar to openAI gym FrozenLake using Temporal difference method Reinforcement Learning
Reinforcement-Learning-solving-a-simple-4by4-Gridworld-using-Monte-Carlo-in-python
solving a simple 4*4 Gridworld almost similar to openAI gym frozenlake using Monte-Carlo method Reinforcement Learning
Gradient-Free-Reinforcement-Learning-solving-Openai-gym-LunarLanderV2-by-Evolution-Strategy-python
Gradient Free Reinforcement Learning solving Openai gym LunarLanderV2 by Evolution Strategy (Genetic Algorithm)
BRT_Deep-Reinforcement-Learning-for-bus-terminal-allocation
Deep Reinforcement Learning for bus terminal allocation
Evaluate-Reinforcement-Learning-Algorithms-Correctly
A simpl but proper framework to accurately evaluate RL algorithms and fair comparison between different RL algorithms
HomoSapiens_Optimization_Algorithm_Continuous
A general purpose optimization algorithm to optimize continuous problems
Neuro-Fuzzy-Classifier-for-Bankruptcy-Prediction-of-Stock-Exchange-Companies
Neuro Fuzzy Classifier for Bankruptcy Prediction of Stock Exchange Companies
skin-cancer-detection-on-ISIC2019-dataset-using-CNN-and-ensemble-learning
Skin Cancer Detection on ISIC2019 Dataset Using CNN and Ensemble Learning