Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codelixir/genetic-algorithm

Understanding and implementing Genetic Algorithms used in Machine Learning. For MDL course, Spring 2021.
https://github.com/codelixir/genetic-algorithm

machine-learning-algorithms python

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

[![forthebadge](https://forthebadge.com/images/badges/thats-how-they-get-you.svg)](https://forthebadge.com)

#### Contributors
[Dhruvee Birla](https://github.com/dhruvxx) 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](https://github.com/codelixir/genetic-algorithm/blob/main/Project.pdf).

[src](https://github.com/codelixir/genetic-algorithm/tree/main/src) contains all the code and the approach and observations are stated in [report.pdf](https://github.com/codelixir/genetic-algorithm/blob/main/report.pdf).

Note: In the file [src/client.py](https://github.com/codelixir/genetic-algorithm/blob/main/src/client.py) you need to edit the variables `SECRET_KEY` and `API_ENDPOINT` before you can run the code.