Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codelixir/genetic-algorithm
- Owner: codelixir
- Created: 2021-05-08T15:37:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T15:39:50.000Z (over 3 years ago)
- Last Synced: 2024-04-17T11:18:33.242Z (7 months ago)
- Topics: machine-learning-algorithms, python
- Language: Python
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.