Regression How it Works - Practical Machine Learning Tutorial with Python p.7

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=V59bYfIomVk



Category:
Tutorial
Duration: 7:57
203,315 views
1,718


Welcome to the seventh part of our machine learning regression tutorial within our Machine Learning with Python tutorial series. Up to this point, you have been shown the value of linear regression and how to apply it with Scikit Learn and Python, now we're going to dive into how it is calculated. While I do not believe it is necessary to dig into all of the math that goes into every machine learning algorithm (have you dug into the source code of your other favorite modules to see how they do every little thing?), linear algebra is essential to machine learning, and it is useful to understand the true building blocks that machine learning is built upon.

The objective of linear algebra is to calculate relationships of points in vector space. This is used for a variety of things, but one day, someone got the wild idea to do this with features of a dataset. We can too! Remember before when we defined the type of data that linear regression was going to work on was called "continuous" data? This is not so much due to what people just so happen to use linear regression for, it is due to the math that makes it up. Simple linear regression is used to find the best fit line of a dataset. If the data isn't continuous, there really isn't going to be a best fit line

https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex




Other Videos By sentdex


2016-05-06Writing our own K Nearest Neighbors in Code - Practical Machine Learning Tutorial with Python p.17
2016-05-05Creating Our K Nearest Neighbors Algorithm - Practical Machine Learning with Python p.16
2016-05-03Euclidean Distance - Practical Machine Learning Tutorial with Python p.15
2016-05-01K Nearest Neighbors Application - Practical Machine Learning Tutorial with Python p.14
2016-04-29Classification w/ K Nearest Neighbors Intro - Practical Machine Learning Tutorial with Python p.13
2016-04-26Testing Assumptions - Practical Machine Learning Tutorial with Python p.12
2016-04-23Programming R Squared - Practical Machine Learning Tutorial with Python p.11
2016-04-21R Squared Theory - Practical Machine Learning Tutorial with Python p.10
2016-04-18How to program the Best Fit Line - Practical Machine Learning Tutorial with Python p.9
2016-04-17How to program the Best Fit Slope - Practical Machine Learning Tutorial with Python p.8
2016-04-16Regression How it Works - Practical Machine Learning Tutorial with Python p.7
2016-04-14Pickling and Scaling - Practical Machine Learning Tutorial with Python p.6
2016-04-13Regression forecasting and predicting - Practical Machine Learning Tutorial with Python p.5
2016-04-12Regression Training and Testing - Practical Machine Learning Tutorial with Python p.4
2016-04-11Regression Features and Labels - Practical Machine Learning Tutorial with Python p.3
2016-04-10Regression Intro - Practical Machine Learning Tutorial with Python p.2
2016-04-10Practical Machine Learning Tutorial with Python Intro p.1
2016-03-16Building a Quadcopter p.5 - First flight and other Info
2016-03-14Building a Quadcopter p.4 - ESC Calibration with Hobbypower KK2.15
2016-03-11Building a Quadcopter p.3 - Assembly
2016-03-08Building a Quadcopter p.2 - Parts



Tags:
machine learning
python
tutorial
artificial intelligence
scikit-learn
theano
tensorflow
regression
linear regression
linear regression code