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

https://github.com/loristns/simple_linear_regression

An implementation of gradient descent and genetic algorithms applied to linear regression.
https://github.com/loristns/simple_linear_regression

genetic-algorithm gradient-descent linear-regression machine-learning-algorithms optimization-algorithms

Last synced: 5 months ago
JSON representation

An implementation of gradient descent and genetic algorithms applied to linear regression.

Awesome Lists containing this project

README

          

# Simple Linear Regression
*⚠ This is a toy experiment that is intended to help you learn optimization algorithms that are used in machine learning.*

An implementation of gradient descent and genetic algorithms applied to linear regression.

## 🎓 Useful ressources

- [Partial derivatives, introduction](https://www.youtube.com/watch?v=AXqhWeUEtQU)
- [Keep it simple! How to understand Gradient Descent algorithm](https://www.kdnuggets.com/2017/04/simple-understand-gradient-descent-algorithm.html)

To go further :
- [Simple_NN](https://github.com/maxlorenz/Simple_NN)
- [Awesome Machine Learning](https://github.com/josephmisiti/awesome-machine-learning)