4.51 out of 5
4.51
144103 reviews on Udemy

Machine Learning A-Z™: Hands-On Python & R In Data Science

Learn to create Machine Learning Algorithms in Python and R from two Data Science experts. Code templates included.
Instructor:
Kirill Eremenko
761,590 students enrolled
English [Auto] More
Master Machine Learning on Python & R
Have a great intuition of many Machine Learning models
Make accurate predictions
Make powerful analysis
Make robust Machine Learning models
Create strong added value to your business
Use Machine Learning for personal purpose
Handle specific topics like Reinforcement Learning, NLP and Deep Learning
Handle advanced techniques like Dimensionality Reduction
Know which Machine Learning model to choose for each type of problem
Build an army of powerful Machine Learning models and know how to combine them to solve any problem

Interested in the field of Machine Learning? Then this course is for you!

This course has been designed by two professional Data Scientists so that we can share our knowledge and help you learn complex theory, algorithms, and coding libraries in a simple way.

We will walk you step-by-step into the World of Machine Learning. With every tutorial, you will develop new skills and improve your understanding of this challenging yet lucrative sub-field of Data Science.

This course is fun and exciting, but at the same time, we dive deep into Machine Learning. It is structured the following way:

  • Part 1 – Data Preprocessing

  • Part 2 – Regression: Simple Linear Regression, Multiple Linear Regression, Polynomial Regression, SVR, Decision Tree Regression, Random Forest Regression

  • Part 3 – Classification: Logistic Regression, K-NN, SVM, Kernel SVM, Naive Bayes, Decision Tree Classification, Random Forest Classification

  • Part 4 – Clustering: K-Means, Hierarchical Clustering

  • Part 5 – Association Rule Learning: Apriori, Eclat

  • Part 6 – Reinforcement Learning: Upper Confidence Bound, Thompson Sampling

  • Part 7 – Natural Language Processing: Bag-of-words model and algorithms for NLP

  • Part 8 – Deep Learning: Artificial Neural Networks, Convolutional Neural Networks

  • Part 9 – Dimensionality Reduction: PCA, LDA, Kernel PCA

  • Part 10 – Model Selection & Boosting: k-fold Cross Validation, Parameter Tuning, Grid Search, XGBoost

Moreover, the course is packed with practical exercises that are based on real-life examples. So not only will you learn the theory, but you will also get some hands-on practice building your own models.

And as a bonus, this course includes both Python and R code templates which you can download and use on your own projects.

Important updates (June 2020):

  • CODES ALL UP TO DATE

  • DEEP LEARNING CODED IN TENSORFLOW 2.0

  • TOP GRADIENT BOOSTING MODELS INCLUDING XGBOOST AND EVEN CATBOOST!

Welcome to the course!

1
Applications of Machine Learning

Real-life examples of Machine Learning applications.

2
BONUS #1: Learning Paths
3
BONUS #2: ML vs. DL vs. AI - What’s the Difference?
4
BONUS #3: Regression Types
5
Why Machine Learning is the Future

The course introduction, the instructors, and the importance of Machine Learning.

6
Important notes, tips & tricks for this course

Important notes, tips & tricks for Machine Learning A-Z course.

7
This PDF resource will help you a lot!

An important PDF. It contains the whole structure of Machine Learning A-Z course and the answers to important questions.

8
GET ALL THE CODES AND DATASETS HERE!
9
Presentation of the ML A-Z folder, Colaboratory, Jupyter Notebook and Spyder
10
Installing R and R Studio (Mac, Linux & Windows)

In this video, Kirill explains in details how to install R programming language and R studio on your computer so you can swiftly go through the rest of the course.

11
BONUS: Meet your instructors

Greetings from instructors, and an SDS podcast about some machine learning concepts & an overview of popular machine learning algorithms.

12
Some Additional Resources
13
FAQBot!
14
Your Shortcut To Becoming A Better Data Scientist!

-------------------- Part 1: Data Preprocessing --------------------

1
Welcome to Part 1 - Data Preprocessing

Data Preprocessing in Python

1
Make sure you have your Machine Learning A-Z folder ready
2
Getting Started
3
Importing the Libraries
4
Importing the Dataset
5
For Python learners, summary of Object-oriented programming: classes & objects

A short written summary of what needs to know in Object-oriented programming, e.g. class, object, and method.

6
Taking care of Missing Data
7
Encoding Categorical Data
8
Splitting the dataset into the Training set and Test set
9
Feature Scaling

Data Preprocessing in R

1
Welcome
2
Getting Started
3
Make sure you have your dataset ready
4
Dataset Description
5
Importing the Dataset
6
Taking care of Missing Data
7
Encoding Categorical Data
8
Splitting the dataset into the Training set and Test set
9
Feature Scaling
10
Data Preprocessing Template

-------------------- Part 2: Regression --------------------

1
Welcome to Part 2 - Regression

What is regression? 6 types of regression models are taught in this course.

Simple Linear Regression

1
Simple Linear Regression Intuition - Step 1

The math behind Simple Linear Regression.

2
Simple Linear Regression Intuition - Step 2

Finding the best fitting line with Ordinary Least Squares method to model the linear relationship between independent variable and dependent variable.

3
Make sure you have your Machine Learning A-Z folder ready
4
Simple Linear Regression in Python - Step 1
5
Simple Linear Regression in Python - Step 2
6
Simple Linear Regression in Python - Step 3
7
Simple Linear Regression in Python - Step 4
8
Simple Linear Regression in Python - BONUS
9
Simple Linear Regression in R - Step 1

Data preprocessing for Simple Linear Regression in R.

10
Simple Linear Regression in R - Step 2

Fitting Simple Linear Regression (SLR) model to the training set using R function ‘lm’.

11
Simple Linear Regression in R - Step 3

Predicting the test set results with the SLR model using R function ‘predict’ .

12
Simple Linear Regression in R - Step 4

Visualizing the training set results and test set results with R package ‘ggplot2’.

13
Simple Linear Regression

Multiple Linear Regression

1
Dataset + Business Problem Description

An application of Multiple Linear Regression: profit prediction for Startups.

2
Multiple Linear Regression Intuition - Step 1

The math behind Multiple Linear Regression: modelling the linear relationship between the independent (explanatory) variables and dependent (response) variable.

3
Multiple Linear Regression Intuition - Step 2

The 5 assumptions associated with a linear regression model: linearity, homoscedasticity, multivariate normality, independence of error, and lack of multicollinearity.

4
Multiple Linear Regression Intuition - Step 3

Coding categorical variables in regression with dummy variables.

5
Multiple Linear Regression Intuition - Step 4

Dummy variable trap and how to avoid it.

6
Understanding the P-Value
7
Multiple Linear Regression Intuition - Step 5

An intuitive guide to 5 Stepwise Regression methods of building multiple linear regression models: All-in, Backward Elimination, Forward Selection, Bidirectional Elimination, and Score Comparison.

8
Make sure you have your Machine Learning A-Z folder ready
9
Multiple Linear Regression in Python - Step 1
10
Multiple Linear Regression in Python - Step 2
11
Multiple Linear Regression in Python - Step 3
12
Multiple Linear Regression in Python - Step 4
13
Multiple Linear Regression in Python - Backward Elimination
14
Multiple Linear Regression in Python - BONUS
15
Multiple Linear Regression in R - Step 1
16
Multiple Linear Regression in R - Step 2
17
Multiple Linear Regression in R - Step 3
18
Multiple Linear Regression in R - Backward Elimination - HOMEWORK !
19
Multiple Linear Regression in R - Backward Elimination - Homework Solution
20
Multiple Linear Regression in R - Automatic Backward Elimination
21
Multiple Linear Regression

Polynomial Regression

1
Polynomial Regression Intuition

The math behind Polynomial Regression: modelling the non-linear relationship between independent variables and dependent variable.

2
Make sure you have your Machine Learning A-Z folder ready
3
Polynomial Regression in Python - Step 1
4
Polynomial Regression in Python - Step 2
5
Polynomial Regression in Python - Step 3
6
Polynomial Regression in Python - Step 4
7
Polynomial Regression in R - Step 1

Data preprocessing for Polynomial Regression in R.

8
Polynomial Regression in R - Step 2

Fitting Polynomial Regression model and Linear Regression model to the dataset in R.

9
Polynomial Regression in R - Step 3

Visualizing Linear Repression results and Polynomial Regression results and comparing the models' performance.

10
Polynomial Regression in R - Step 4

Predicting new results with Linear Regression model and Polynomial Regression model.

11
R Regression Template

Template for regression modelling in R.

Support Vector Regression (SVR)

1
SVR Intuition (Updated!)

Understanding the intuition behind Support Vector Regression (SVR) for the linear case. Concepts like epsilon-insensitive tube and slack variables are explained in this tutorial.

2
Heads-up on non-linear SVR

Some info about upcoming tutorials on Support Vector Machines (SVM), Kernel functions and non-Linear Support Vector Regression (SVR)

3
Make sure you have your Machine Learning A-Z folder ready
4
SVR in Python - Step 1
5
SVR in Python - Step 2
6
SVR in Python - Step 3
7
SVR in Python - Step 4
8
SVR in Python - Step 5
9
SVR in R

Salary prediction with Support Vector Regression using R package ‘e1071’: data preprocessing, fitting, predicting, and visualizing the SVR results.

Decision Tree Regression

1
Decision Tree Regression Intuition

An intuitive guide to understanding Decision Tree Regression algorithms.

You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
4.5
4.5 out of 5
144103 Ratings

Detailed Rating

Stars 5
77962
Stars 4
49078
Stars 3
13330
Stars 2
2320
Stars 1
1365
470d16b8c9d92efdb04ea0d5733f11ee
30-Day Money-Back Guarantee

Includes

44 hours on-demand video
75 articles
Full lifetime access
Access on mobile and TV
Certificate of Completion