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 which 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.

Who this course is for:
  • Anyone interested in Machine Learning.
  • Students who have at least high school knowledge in math and who want to start learning Machine Learning.
  • Any intermediate level people who know the basics of machine learning, including the classical algorithms like linear regression or logistic regression, but who want to learn more about it and explore all the different fields of Machine Learning.
  • Any people who are not that comfortable with coding but who are interested in Machine Learning and want to apply it easily on datasets.
  • Any students in college who want to start a career in Data Science.
  • Any data analysts who want to level up in Machine Learning.
  • Any people who are not satisfied with their job and who want to become a Data Scientist.
  • Any people who want to create added value to their business by using powerful Machine Learning tools.

Course Curriculum

  • 1

    Welcome to Machine Learning A-Z !

    • Applications of Machine Learning

    • Why Machine Learning is the Future

    • Important notes, tips & tricks for this course

    • This PDF resource will help you

    • Installing Python and Anaconda (Mac, Linux & Windows)

    • Update: Recommended Anaconda Version

    • Installing R and R Studio (Mac, Linux & Windows)

    • BONUS: Meet your instructors

  • 2

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

    • Welcome to Part 1 - Data Preprocessing

    • Get the dataset

    • Data Preprocessing Dataset

    • Importing the Libraries

    • Importing the Dataset

    • For Python learners, summary of Object-oriented programming: classes & objects

    • Missing Data

    • Categorical Data

    • WARNING - Update

    • Splitting the Dataset into the Training set and Test set

    • Feature Scaling

    • And here is our Data Preprocessing Template!

    • Quiz 1 - Data Preprocessing

  • 3

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

    • Welcome to Part 2 - Regression

  • 4

    Simple Linear Regression

    • How to get the dataset

    • Simple Linear Regression Dataset

    • Dataset + Business Problem Description

    • Simple Linear Regression Intuition - Step 1

    • Simple Linear Regression Intuition - Step 2

    • Simple Linear Regression in Python - Step 1

    • Simple Linear Regression in Python - Step 2

    • Simple Linear Regression in Python - Step 3

    • Simple Linear Regression in Python - Step 4

    • Simple Linear Regression in R - Step 1

    • Simple Linear Regression in R - Step 2

    • Simple Linear Regression in R - Step 3

    • Simple Linear Regression in R - Step 4

    • Quiz 2 - Simple Linear Regression

  • 5

    Multiple Linear Regression

    • How to get the dataset

    • Multiple Linear Regression Dataset

    • Dataset + Business Problem Description

    • Multiple Linear Regression Intuition - Step 1

    • Multiple Linear Regression Intuition - Step 2

    • Multiple Linear Regression Intuition - Step 3

    • Multiple Linear Regression Intuition - Step 4

    • Prerequisites: What is the P-Value?

    • Multiple Linear Regression Intuition - Step 5

    • Multiple Linear Regression in Python - Step 1

    • Multiple Linear Regression in Python - Step 2

    • Multiple Linear Regression in Python - Step 3

    • Multiple Linear Regression in Python - Backward Elimination - Preparation

    • Multiple Linear Regression in Python - Backward Elimination - HOMEWORK !

    • Multiple Linear Regression in Python - Backward Elimination - Homework Solution

    • Multiple Linear Regression in Python - Automatic Backward Elimination

    • Multiple Linear Regression in R - Step 1

    • Multiple Linear Regression in R - Step 2

    • Multiple Linear Regression in R - Step 3

    • Multiple Linear Regression in R - Backward Elimination - HOMEWORK !

    • Multiple Linear Regression in R - Backward Elimination - Homework Solution

    • Multiple Linear Regression in R - Automatic Backward Elimination

    • Quiz 3 - Multiple Linear Regression

  • 6

    Polynomial Regression

    • Polynomial Regression Intuition

    • How to get the dataset

    • Polynomial Regression Dataset

    • Polynomial Regression in Python - Step 1

    • Polynomial Regression in Python - Step 2

    • Polynomial Regression in Python - Step 3

    • Polynomial Regression in Python - Step 4

    • Python Regression Template

    • Polynomial Regression in R - Step 1

    • Polynomial Regression in R - Step 2

    • Polynomial Regression in R - Step 3

    • Polynomial Regression in R - Step 4

    • R Regression Template

  • 7

    Support Vector Regression (SVR)

    • How to get the dataset

    • Support Vector Regression (SVR) Dataset

    • SVR Intuition

    • SVR in Python

    • SVR in R

  • 8

    Decision Tree Regression

    • Decision Tree Regression Intuition

    • How to get the dataset

    • Decision Tree Regression Dataset

    • Decision Tree Regression in Python

    • Decision Tree Regression in R

  • 9

    Random Forest Regression

    • Random Forest Regression Intuition

    • How to get the dataset

    • Random Forest Regression Dataset

    • Random Forest Regression in Python

    • Random Forest Regression in R

  • 10

    Evaluating Regression Models Performance

    • R-Squared Intuition

    • Adjusted R-Squared Intuition

    • Evaluating Regression Models Performance - Homework's Final Part

    • Interpreting Linear Regression Coefficients

    • Conclusion of Part 2 - Regression

  • 11

    -------------------- Part 3: Classification --------------------

    • Welcome to Part 3 - Classification

  • 12

    Logistic Regression

    • Logistic Regression Intuition

    • How to get the dataset

    • Logistic Regression Dataset

    • Logistic Regression in Python - Step 1

    • Logistic Regression in Python - Step 2

    • Logistic Regression in Python - Step 3

    • Logistic Regression in Python - Step 4

    • Logistic Regression in Python - Step 5

    • Python Classification Template

    • Logistic Regression in R - Step 1

    • Logistic Regression in R - Step 2

    • Logistic Regression in R - Step 3

    • Logistic Regression in R - Step 4

    • Logistic Regression in R - Step 5

    • R Classification Template

    • Quiz 4 – Logistic Regression

  • 13

    K-Nearest Neighbors (K-NN)

    • K-Nearest Neighbor Intuition

    • How to get the dataset

    • K-Nearest Neighbors (K-NN) Dataset

    • K-NN in Python

    • K-NN in R

    • Quiz 5 - K-Nearest Neighbor

  • 14

    Support Vector Machine (SVM)

    • SVM Intuition

    • How to get the dataset

    • Support Vector Machine (SVM) Dataset

    • SVM in Python

    • SVM in R

  • 15

    Kernel SVM

    • Kernel SVM Intuition

    • Mapping to a higher dimension

    • The Kernel Trick

    • Types of Kernel Functions

    • How to get the dataset

    • Kernel SVM Dataset

    • Kernel SVM in Python

    • Kernel SVM in R

  • 16

    Naive Bayes

    • Bayes Theorem

    • Naive Bayes Intuition

    • Naive Bayes Intuition (Challenge Reveal)

    • Naive Bayes Intuition (Extras)

    • How to get the dataset

    • Naive Bayes Dataset

    • Naive Bayes in Python

    • Naive Bayes in R

  • 17

    Decision Tree Classification

    • Decision Tree Classification Intuition

    • How to get the dataset

    • Decision Tree Classification Dataset

    • Decision Tree Classification in Python

    • Decision Tree Classification in R

  • 18

    Random Forest Classification

    • Random Forest Classification Intuition

    • How to get the dataset

    • Random Forest Classification Dataset

    • Random Forest Classification in Python

    • Random Forest Classification in R

  • 19

    Evaluating Classification Models Performance

    • False Positives & False Negatives

    • Confusion Matrix

    • Accuracy Paradox

    • CAP Curve

    • CAP Curve Analysis

    • Conclusion of Part 3 - Classification

  • 20

    -------------------- Part 4: Clustering --------------------

    • Welcome to Part 4 - Clustering

  • 21

    K-Means Clustering

    • K-Means Clustering Intuition

    • K-Means Random Initialization Trap

    • K-Means Selecting The Number Of Clusters

    • How to get the dataset

    • K-Means Clustering Dataset

    • K-Means Clustering in Python

    • K-Means Clustering in R

    • Quiz 6 - K-Means Clustering

  • 22

    Hierarchical Clustering

    • Hierarchical Clustering Intuition

    • Hierarchical Clustering How Dendrograms Work

    • Hierarchical Clustering Using Dendrograms

    • How to get the dataset

    • Hierarchical Clustering Dataset

    • HC in Python - Step 1

    • HC in Python - Step 2

    • HC in Python - Step 3

    • HC in Python - Step 4

    • HC in Python - Step 5

    • HC in R - Step 1

    • HC in R - Step 2

    • HC in R - Step 3

    • HC in R - Step 4

    • HC in R - Step 5

    • Conclusion of Part 4 - Clustering

    • Quiz 7 - Hierarchical Clustering

  • 23

    -------------------- Part 5: Association Rule Learning --------------------

    • Welcome to Part 5 - Association Rule Learning

  • 24

    Apriori

    • Apriori Intuition

    • How to get the dataset

    • Apriori Dataset

    • Apriori in R - Step 1

    • Apriori in R - Step 2

    • Apriori in Python - Step 1

    • Apriori in Python - Step 2

    • Apriori in R - Step 3

    • Apriori in Python - Step 3

  • 25

    Eclat

    • Eclat Intuition

    • How to get the dataset

    • Eclat Dataset

    • Eclat in R

  • 26

    -------------------- Part 6: Reinforcement Learning --------------------

    • Welcome to Part 6 - Reinforcement Learning

  • 27

    Upper Confidence Bound (UCB)

    • The Multi-Armed Bandit Problem

    • Upper Confidence Bound (UCB) Intuition

    • How to get the dataset

    • Upper Confidence Bound (UCB) Dataset

    • Upper Confidence Bound in Python - Step 1

    • Upper Confidence Bound in Python - Step 2

    • Upper Confidence Bound in Python - Step 3

    • Upper Confidence Bound in Python - Step 4

    • Upper Confidence Bound in R - Step 1

    • Upper Confidence Bound in R - Step 2

    • Upper Confidence Bound in R - Step 3

    • Upper Confidence Bound in R - Step 4

  • 28

    Thompson Sampling

    • Thompson Sampling Intuition

    • Algorithm Comparison: UCB vs Thompson Sampling

    • How to get the dataset

    • Thompson Sampling Dataset

    • Thompson Sampling in Python - Step 1

    • Thompson Sampling in Python - Step 2

    • Thompson Sampling in R - Step 1

    • Thompson Sampling in R - Step 2

  • 29

    -------------------- Part 7: Natural Language Processing --------------------

    • Welcome to Part 7 - Natural Language Processing

    • Natural Language Processing Intuition

    • How to get the dataset

    • Natural Language Processing Dataset

    • Natural Language Processing in Python - Step 1

    • Natural Language Processing in Python - Step 2

    • Natural Language Processing in Python - Step 3

    • Natural Language Processing in Python - Step 4

    • Natural Language Processing in Python - Step 5

    • Natural Language Processing in Python - Step 6

    • Natural Language Processing in Python - Step 7

    • Natural Language Processing in Python - Step 8

    • Natural Language Processing in Python - Step 9

    • Natural Language Processing in Python - Step 10

    • Homework Challenge

    • Natural Language Processing in R - Step 1

    • Natural Language Processing in R - Step 2

    • Natural Language Processing in R - Step 3

    • Natural Language Processing in R - Step 4

    • Natural Language Processing in R - Step 5

    • Natural Language Processing in R - Step 6

    • Natural Language Processing in R - Step 7

    • Natural Language Processing in R - Step 8

    • Natural Language Processing in R - Step 9

    • Natural Language Processing in R - Step 10

    • Homework Challenge

  • 30

    -------------------- Part 8: Deep Learning --------------------

    • Welcome to Part 8 - Deep Learning

    • What is Deep Learning?

  • 31

    Artificial Neural Networks (ANN)

    • Plan of attack

    • The Neuron

    • The Activation Function

    • How do Neural Networks work?

    • How do Neural Networks learn?

    • Gradient Descent

    • Stochastic Gradient Descent

    • Backpropagation

    • How to get the dataset

    • Business Problem Description

    • Artificial Neural Networks (ANN) Dataset

    • Installing Keras

    • ANN in Python - Step 1

    • ANN in Python - Step 2

    • ANN in Python - Step 3

    • ANN in Python - Step 4

    • ANN in Python - Step 5

    • ANN in Python - Step 6

    • ANN in Python - Step 7

    • ANN in Python - Step 8

    • ANN in Python - Step 9

    • ANN in Python - Step 10

    • ANN in R - Step 1

    • ANN in R - Step 2

    • ANN in R - Step 3

    • ANN in R - Step 4 (Last step)

  • 32

    Convolutional Neural Networks (CNN)

    • Plan of attack

    • What are convolutional neural networks?

    • Step 1 - Convolution Operation

    • Step 1(b) - ReLU Layer

    • Step 2 - Pooling

    • Step 3 - Flattening

    • Step 4 - Full Connection

    • Summary

    • Softmax & Cross-Entropy

    • How to get the dataset

    • Convolution Neural Networks (CNN) Dataset

    • Installing Keras

    • CNN in Python - Step 1

    • CNN in Python - Step 2

    • CNN in Python - Step 3

    • CNN in Python - Step 4

    • CNN in Python - Step 5

    • CNN in Python - Step 6

    • CNN in Python - Step 7

    • CNN in Python - Step 8

    • CNN in Python - Step 9

    • CNN in Python - Step 10

    • CNN in R

  • 33

    -------------------- Part 9: Dimensionality Reduction --------------------

    • Welcome to Part 9 - Dimensionality Reduction

  • 34

    Principal Component Analysis (PCA)

    • Principal Component Analysis (PCA) Intuition

    • How to get the dataset

    • Principal Component Analysis (PCA) Dataset

    • PCA in Python - Step 1

    • PCA in Python - Step 2

    • PCA in Python - Step 3

    • PCA in R - Step 1

    • PCA in R - Step 2

    • PCA in R - Step 3

  • 35

    Linear Discriminant Analysis (LDA)

    • Linear Discriminant Analysis (LDA) Intuition

    • How to get the dataset

    • Linear Discriminant Analysis (LDA) Dataset

    • LDA in Python

    • LDA in R

  • 36

    Kernel PCA

    • How to get the dataset

    • Kernel PCA Dataset

    • Kernel PCA in Python

    • Kernel PCA in R

  • 37

    -------------------- Part 10: Model Selection --------------------

    • Welcome to Part 10 - Model Selection & Boosting

  • 38

    Model Selection

    • How to get the dataset

    • Model Selection Dataset

    • k-Fold Cross Validation in Python

    • k-Fold Cross Validation in R

    • Grid Search in Python - Step 1

    • Grid Search in Python - Step 2

    • Grid Search in R

  • 39

    XGBoost

    • How to get the dataset

    • XGBoost Dataset

    • XGBoost in Python - Step 1

    • XGBoost in Python - Step 2

    • XGBoost in R

About the instructor

IT Manager

Eric Chu

A proven and experienced IT Manager, customer-focused and equipped with a technical background. I have over 8 years’ experience in IT Service Delivery Management and leading small to medium crossfunctional teams, and over 15 years of experience in IT Training and Sales.Through my passion for technology, science, and innovation, I have fostered extensive practical knowledge of emerging technologies, complex networks, and data centre eco-systems.I have had the opportunity to work across the Asia Pacific region as an experienced Business Development Manager and IT Project Manager delivering end to end solutions.

What others have been saying about this course:

Use your Call To Action description to encourage students to sign up for your course

You may also be interested in...