/genetic-algorithm

Understanding and implementing Genetic Algorithms used in Machine Learning. For MDL course, Spring 2021.

Primary LanguagePython

forthebadge

Contributors

Dhruvee Birla and myself.

This project was done as a part of the Machine, Data and Learning course, Spring 2021.


Genetic Algorithm

The problem statement is given in Project.pdf.

src contains all the code and the approach and observations are stated in report.pdf.

Note: In the file src/client.py you need to edit the variables SECRET_KEY and API_ENDPOINT before you can run the code.