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

https://github.com/linqlover/hpi-ai-teaching-linear-regression

Exercise and examples of a simple linear regression implementation
https://github.com/linqlover/hpi-ai-teaching-linear-regression

linear-regression linear-regression-python machine-learning machine-learning-algorithms math

Last synced: 9 months ago
JSON representation

Exercise and examples of a simple linear regression implementation

Awesome Lists containing this project

README

          

# AI teaching: Linear Regression

Materials for a lecture read by [Andrea Nathansen](https://github.com/AndreaNathansen) and [Christoph Thiede](https://github.com/LinqLover) at HPI, supervised by Timo Kötzing and Martin Schirneck.

## Let’s go!

To start working with this repository, start with this link:

http://gitpod.io/#https://github.com/LinqLover/hpi-ai-teaching-linear-regression

1. Choose `gradient_descent.py` from the file pane on the left
2. Type `python3 gradient_descent.py` into the console pane on the bottom
3. Start coding! 🚀