/linear_regression

Getting fancy with linear regression #machie_learning

Primary LanguagePythonMIT LicenseMIT

Getting fancy with linear regression

Author: Matheus Cesario <mts.cesario@gmail.com> Description: Learning linear regression to use machine learning

Summary

  1. Description
  2. Introduction
  3. Requirements
  4. Examples

Description

First steps into the crazy world of machine learning

Introduction

In statistics, linear regression is an approach for modeling the relationship between a scalar dependent variable y and one or more explanatory variables (or independent variables) denoted X. The case of one explanatory variable is called simple linear regression. For more than one explanatory variable, the process is called multiple linear regression. This term should be distinguished from multivariate linear regression, where multiple correlated dependent variables are predicted, rather than a single scalar variable.

Requirements

Examples

Benchmark

Learning Alpha

Polynomial regression

Gradient descent

Normal equation