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

https://github.com/mrzresearcharena/linear-regression

Linear Regression Hands-on Implementation
https://github.com/mrzresearcharena/linear-regression

classic-machine-learning machine-learning

Last synced: about 1 month ago
JSON representation

Linear Regression Hands-on Implementation

Awesome Lists containing this project

README

          

## Learning linear algebra

- Unsupervised Learning: No output (Y) is given; Try to learn structure (X).
- Supervised Learning: Both input (X), and output (Y) are given; Try to predict label / real-value.
- Classification: Try to predict label.
- Regression: Try to predict real-value.