mrzResearchArena / Linear-Regression

Linear Regression Hands-on Implementation

Home Page:http://rafsanjani.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Linear Regression Hands-on Implementation

http://rafsanjani.pythonanywhere.com/

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%