Practical Machine Learning Tutorial with Python Intro p.1

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



Category:
Tutorial
Duration: 5:55
2,645,591 views
25,828


The objective of this course is to give you a holistic understanding of machine learning, covering theory, application, and inner workings of supervised, unsupervised, and deep learning algorithms.

In this series, we'll be covering linear regression, K Nearest Neighbors, Support Vector Machines (SVM), flat clustering, hierarchical clustering, and neural networks.

For each major algorithm that we cover, we will discuss the high level intuitions of the algorithms and how they are logically meant to work. Next, we'll apply the algorithms in code using real world data sets along with a module, such as with Scikit-Learn. Finally, we'll be diving into the inner workings of each of the algorithms by recreating them in code, from scratch, ourselves, including all of the math involved. This should give you a complete understanding of exactly how the algorithms work, how they can be tweaked, what advantages are, and what their disadvantages are.

In order to follow along with the series, I suggest you have at the very least a basic understanding of Python. If you do not, I suggest you at least follow the Python 3 Basics tutorial until the module installation with pip tutorial. If you have a basic understanding of Python, and the willingness to learn/ask questions, you will be able to follow along here with no issues. Most of the machine learning algorithms are actually quite simple, since they need to be in order to scale to large datasets. Math involved is typically linear algebra, but I will do my best to still explain all of the math. If you are confused/lost/curious about anything, ask in the comments section on YouTube, the community here, or by emailing me. You will also need Scikit-Learn and Pandas installed, along with others that we'll grab along the way.

Machine learning was defined in 1959 by Arthur Samuel as the "field of study that gives computers the ability to learn without being explicitly programmed." This means imbuing knowledge to machines without hard-coding it.

https://pythonprogramming.net/machine-learning-tutorial-python-introduction/
https://twitter.com/sentdex
https://www.facebook.com/pythonprogra...
https://plus.google.com/+sentdex




Other Videos By sentdex


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
2016-03-07Building a Quadcopter p.1 - Introduction
2016-03-04[See Description] Pipeline Tutorial - Python for Finance with Quantopian and Zipline 20
2016-03-02[See Description] Pipeline API Intro - Python for Finance with Quantopian and Zipline 19
2016-02-19SSL for HTTPS with Apache server - Flask web development with Python 35
2016-02-16SSL for HTTPS with nginx - Django Web Development with Python 12
2016-02-12Publishing to a Web Server - Django Web Development with Python 11



Tags:
machine learning
python
tutorial
artificial intelligence
scikit-learn
theano
tensorflow
supervised machine learning
unsupervised machine learning
linear regression
classification
clustering
k nearest neighbors
support vector machine
deep learning