Elktrn
Results
4
repositories owned by
Elktrn
MLP-NN-binary-classifier-for-breast-cancer-classification-in-python
20
Stars
1
Forks
Watchers
Multilayer Perceptron Neural network for binary classification between two type of breast cancer ("benign" and "malignant" )using Wisconsin Breast Cancer Database
solving-TSP-problem-with-ACO-Heuristic-Algorithm-in-python
23
Stars
2
Forks
Watchers
solving tsp with aco whith full graphic view in python
Reinforcement-Learning-solving-a-simple-4by4-Gridworld-using-Qlearning-in-python
15
Stars
1
Forks
Watchers
solving a simple 4*4 Gridworld almost similar to openAI gym FrozenLake using Qlearning Temporal difference method Reinforcement Learning
nQueens-problem-solved-with-evolutionary-strategy-in-python
15
Stars
0
Forks
Watchers
find arrangement for n Queens in n*n board of chees using Genetic algorithms