Skip to content

AakashTyagi11/Distributed-Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Distributed-Genetic-Algorithm

Used genetic algorithm to significantly reduce the number of feature in the data set without compromising with the classification accuracy. A distributed 1-N master-worker model was adopted. Docker images for the workers were created and then deployed on multiple Amazon web services EC2 instances. Master is the primary controller of the system which makes asynchronous requests to multiple workers running in different containers. Each worker returns the evaluated fitness value in response to the master, where master analyses the response and requests again until the threshold classification value is achieved.

About

The goal is to get the best set of features from the dataset. Used a distributed approach to a genetic algorithm in order to improve the run time and accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published