Data Science A To Z

Covers Regression, Decision Trees, SVM, Neural Networks, CNN, Time Series Forecasting and more using both Python & R

Last updated 2022-01-10 | 4.5

- Learn how to solve real life problem using the Machine learning techniques
- Machine Learning models such as Linear Regression
- Logistic Regression
- KNN etc.
- Advanced Machine Learning models such as Decision trees
- XGBoost
- Random Forest
- SVM etc.

What you'll learn

Learn how to solve real life problem using the Machine learning techniques
Machine Learning models such as Linear Regression
Logistic Regression
KNN etc.
Advanced Machine Learning models such as Decision trees
XGBoost
Random Forest
SVM etc.
Understanding of basics of statistics and concepts of Machine Learning
How to do basic statistical operations and run ML models in Python
Indepth knowledge of data collection and data preprocessing for Machine Learning problem
How to convert business problem into a Machine learning problem

* Requirements

* Students will need to install Anaconda software but we have a separate lecture to guide you install the same

Description

You're looking for a complete Machine Learning and Deep Learning course that can help you launch a flourishing career in the field of Data Science, Machine Learning, Python, R or Deep Learning, right?

You've found the right Machine Learning course!

After completing this course you will be able to:

· Confidently build predictive Machine Learning and Deep Learning models using R, Python to solve business problems and create business strategy

· Answer Machine Learning, Deep Learning, R, Python related interview questions

· Participate and perform in online Data Analytics and Data Science competitions such as Kaggle competitions

Check out the table of contents below to see what all Machine Learning and Deep Learning models you are going to learn.

How this course will help you?

A Verifiable Certificate of Completion is presented to all students who undertake this Machine learning basics course.

If you are a business manager or an executive, or a student who wants to learn and apply machine learning and deep learning concepts in Real world problems of business, this course will give you a solid base for that by teaching you the most popular techniques of machine learning and deep learning. You will also get exposure to data science and data analysis tools like R and Python.

Why should you choose this course?

This course covers all the steps that one should take while solving a business problem through linear regression. It also focuses Machine Learning and Deep Learning techniques in R and Python.

Most courses only focus on teaching how to run the data analysis but we believe that what happens before and after running data analysis is even more important i.e. before running data analysis it is very important that you have the right data and do some pre-processing on it. And after running data analysis, you should be able to judge how good your model is and interpret the results to actually be able to help your business. Here comes the importance of machine learning and deep learning. Knowledge on data analysis tools like R, Python play an important role in these fields of Machine Learning and Deep Learning.

What makes us qualified to teach you?

The course is taught by Abhishek and Pukhraj. As managers in Global Analytics Consulting firm, we have helped businesses solve their business problem using machine learning techniques and we have used our experience to include the practical aspects of data analysis in this course. We have an in-depth knowledge on Machine Learning and Deep Learning techniques using data science and data analysis tools R, Python.

We are also the creators of some of the most popular online courses - with over 600,000 enrollments and thousands of 5-star reviews like these ones:

This is very good, i love the fact the all explanation given can be understood by a layman - Joshua

Thank you Author for this wonderful course. You are the best and this course is worth any price. - Daisy

Our Promise

Teaching our students is our job and we are committed to it. If you have any questions about the course content, practice sheet or anything related to any topic, you can always post a question in the course or send us a direct message. We aim at providing best quality training on data science, machine learning, deep learning using R and Python through this machine learning course.

Download Practice files, take Quizzes, and complete Assignments

With each lecture, there are class notes attached for you to follow along. You can also take quizzes to check your understanding of concepts on data science, machine learning, deep learning using R and Python. Each section contains a practice assignment for you to practically implement your learning on data science, machine learning, deep learning using R and Python.

Table of Contents

  • Section 1 - Python basic

This section gets you started with Python.

This section will help you set up the python and Jupyter environment on your system and it'll teach you how to perform some basic operations in Python. We will understand the importance of different libraries such as Numpy, Pandas & Seaborn. Python basics will lay foundation for gaining further knowledge on data science, machine learning and deep learning.

  • Section 2 - R basic

This section will help you set up the R and R studio on your system and it'll teach you how to perform some basic operations in R. Similar to Python basics, R basics will lay foundation for gaining further knowledge on data science, machine learning and deep learning.

  • Section 3 - Basics of Statistics

This section is divided into five different lectures starting from types of data then types of statistics then graphical representations to describe the data and then a lecture on measures of center like mean median and mode and lastly measures of dispersion like range and standard deviation. This part of the course is instrumental in gaining knowledge data science, machine learning and deep learning in the later part of the course.

  • Section 4 - Introduction to Machine Learning

In this section we will learn - What does Machine Learning mean. What are the meanings or different terms associated with machine learning? You will see some examples so that you understand what machine learning actually is. It also contains steps involved in building a machine learning model, not just linear models, any machine learning model.

  • Section 5 - Data Preprocessing

In this section you will learn what actions you need to take step by step to get the data and then prepare it for the analysis these steps are very important. We start with understanding the importance of business knowledge then we will see how to do data exploration. We learn how to do uni-variate analysis and bivariate analysis then we cover topics like outlier treatment, missing value imputation, variable transformation and correlation.

  • Section 6 - Regression Model

This section starts with simple linear regression and then covers multiple linear regression.

We have covered the basic theory behind each concept without getting too mathematical about it so that you understand where the concept is coming from and how it is important. But even if you don't understand it, it will be okay as long as you learn how to run and interpret the result as taught in the practical lectures.

We also look at how to quantify models accuracy, what is the meaning of F statistic, how categorical variables in the independent variables dataset are interpreted in the results, what are other variations to the ordinary least squared method and how do we finally interpret the result to find out the answer to a business problem.

  • Section 7 - Classification Models

This section starts with Logistic regression and then covers Linear Discriminant Analysis and K-Nearest Neighbors.

We have covered the basic theory behind each concept without getting too mathematical about it so that you

understand where the concept is coming from and how it is important. But even if you don't understand

it, it will be okay as long as you learn how to run and interpret the result as taught in the practical lectures.

We also look at how to quantify models performance using confusion matrix, how categorical variables in the independent variables dataset are interpreted in the results, test-train split and how do we finally interpret the result to find out the answer to a business problem.

  • Section 8 - Decision trees

In this section, we will start with the basic theory of decision tree then we will create and plot a simple Regression decision tree. Then we will expand our knowledge of regression Decision tree to classification trees, we will also learn how to create a classification tree in Python and R

  • Section 9 - Ensemble technique

In this section, we will start our discussion about advanced ensemble techniques for Decision trees. Ensembles techniques are used to improve the stability and accuracy of machine learning algorithms. We will discuss Random Forest, Bagging, Gradient Boosting, AdaBoost and XGBoost.

  • Section 10 - Support Vector Machines

SVM's are unique models and stand out in terms of their concept. In this section, we will discussion about support vector classifiers and support vector machines.

  • Section 11 - ANN Theoretical Concepts

This part will give you a solid understanding of concepts involved in Neural Networks.

In this section you will learn about the single cells or Perceptrons and how Perceptrons are stacked to create a network architecture. Once architecture is set, we understand the Gradient descent algorithm to find the minima of a function and learn how this is used to optimize our network model.

  • Section 12 - Creating ANN model in Python and R

In this part you will learn how to create ANN models in Python and R.

We will start this section by creating an ANN model using Sequential API to solve a classification problem. We learn how to define network architecture, configure the model and train the model. Then we evaluate the performance of our trained model and use it to predict on new data. Lastly we learn how to save and restore models.

We also understand the importance of libraries such as Keras and TensorFlow in this part.

  • Section 13 - CNN Theoretical Concepts

In this part you will learn about convolutional and pooling layers which are the building blocks of CNN models.

In this section, we will start with the basic theory of convolutional layer, stride, filters and feature maps. We also explain how gray-scale images are different from colored images. Lastly we discuss pooling layer which bring computational efficiency in our model.

  • Section 14 - Creating CNN model in Python and R

In this part you will learn how to create CNN models in Python and R.

We will take the same problem of recognizing fashion objects and apply CNN model to it. We will compare the performance of our CNN model with our ANN model and notice that the accuracy increases by 9-10% when we use CNN. However, this is not the end of it. We can further improve accuracy by using certain techniques which we explore in the next part.

  • Section 15 - End-to-End Image Recognition project in Python and R

In this section we build a complete image recognition project on colored images.

We take a Kaggle image recognition competition and build CNN model to solve it. With a simple model we achieve nearly 70% accuracy on test set. Then we learn concepts like Data Augmentation and Transfer Learning which help us improve accuracy level from 70% to nearly 97% (as good as the winners of that competition).

  • Section 16 - Pre-processing Time Series Data

In this section, you will learn how to visualize time series, perform feature engineering, do re-sampling of data, and various other tools to analyze and prepare the data for models

  • Section 17 - Time Series Forecasting

In this section, you will learn common time series models such as Auto-regression (AR), Moving Average (MA), ARMA, ARIMA, SARIMA and SARIMAX.

By the end of this course, your confidence in creating a Machine Learning or Deep Learning model in Python and R will soar. You'll have a thorough understanding of how to use ML/ DL models to create predictive models and solve real world business problems.

Below is a list of popular FAQs of students who want to start their Machine learning journey-

What is Machine Learning?

Machine Learning is a field of computer science which gives the computer the ability to learn without being explicitly programmed. It is a branch of artificial intelligence based on the idea that systems can learn from data, identify patterns and make decisions with minimal human intervention.

Why use Python for Machine Learning?

Understanding Python is one of the valuable skills needed for a career in Machine Learning.

Though it hasn’t always been, Python is the programming language of choice for data science. Here’s a brief history:

In 2016, it overtook R on Kaggle, the premier platform for data science competitions.

In 2017, it overtook R on KDNuggets’s annual poll of data scientists’ most used tools.

In 2018, 66% of data scientists reported using Python daily, making it the number one tool for analytics professionals.

Machine Learning experts expect this trend to continue with increasing development in the Python ecosystem. And while your journey to learn Python programming may be just beginning, it’s nice to know that employment opportunities are abundant (and growing) as well.

Why use R for Machine Learning?

Understanding R is one of the valuable skills needed for a career in Machine Learning. Below are some reasons why you should learn Machine learning in R

1. It’s a popular language for Machine Learning at top tech firms. Almost all of them hire data scientists who use R. Facebook, for example, uses R to do behavioral analysis with user post data. Google uses R to assess ad effectiveness and make economic forecasts. And by the way, it’s not just tech firms: R is in use at analysis and consulting firms, banks and other financial institutions, academic institutions and research labs, and pretty much everywhere else data needs analyzing and visualizing.

2. Learning the data science basics is arguably easier in R. R has a big advantage: it was designed specifically with data manipulation and analysis in mind.

3. Amazing packages that make your life easier. Because R was designed with statistical analysis in mind, it has a fantastic ecosystem of packages and other resources that are great for data science.

4. Robust, growing community of data scientists and statisticians. As the field of data science has exploded, R has exploded with it, becoming one of the fastest-growing languages in the world (as measured by StackOverflow). That means it’s easy to find answers to questions and community guidance as you work your way through projects in R.

5. Put another tool in your toolkit. No one language is going to be the right tool for every job. Adding R to your repertoire will make some projects easier – and of course, it’ll also make you a more flexible and marketable employee when you’re looking for jobs in data science.

What is the difference between Data Mining, Machine Learning, and Deep Learning?

Put simply, machine learning and data mining use the same algorithms and techniques as data mining, except the kinds of predictions vary. While data mining discovers previously unknown patterns and knowledge, machine learning reproduces known patterns and knowledge—and further automatically applies that information to data, decision-making, and actions.

Deep learning, on the other hand, uses advanced computing power and special types of neural networks and applies them to large amounts of data to learn, understand, and identify complicated patterns. Automatic language translation and medical diagnoses are examples of deep learning.

Who this course is for:

  • People pursuing a career in data science
  • Working Professionals beginning their Data journey
  • Statisticians needing more practical experience

Course content

42 sections • 283 lectures

Installing Python and Anaconda Preview 03:04

This is a milestone! Preview 03:31

Opening Jupyter Notebook Preview 09:06

Introduction to Jupyter Preview 13:26

Arithmetic operators in Python: Python Basics Preview 04:28

Strings in Python: Python Basics Preview 19:07

Lists, Tuples and Directories: Python Basics Preview 18:41

Working with Numpy Library of Python Preview 11:54

Working with Pandas Library of Python Preview 09:15

Working with Seaborn Library of Python Preview 08:57

Installing R and R studio Preview 05:52

Basics of R and R studio Preview 10:47

Packages in R Preview 10:52

Inputting data part 1: Inbuilt datasets of R Preview 04:21

Inputting data part 2: Manual data entry Preview 03:11

Inputting data part 3: Importing from CSV or Text files Preview 06:49

Creating Barplots in R Preview 13:43

Creating Histograms in R Preview 06:01

Types of Data Preview 04:04

Types of Statistics Preview 02:45

Describing data Graphically Preview 11:37

Measures of Centers Preview 07:05

Measures of Dispersion Preview 04:26

Introduction to Machine Learning Preview 16:03

Building a Machine Learning Model Preview 08:42

Gathering Business Knowledge Preview 02:53

Data Exploration Preview 03:19

The Dataset and the Data Dictionary Preview 07:31

Importing Data in Python Preview 06:04

Importing the dataset into R Preview 03:00

Univariate analysis and EDD Preview 03:34

EDD in Python Preview 12:11

EDD in R Preview 12:43

Outlier Treatment Preview 04:15

Outlier Treatment in Python Preview 14:18

Outlier Treatment in R Preview 04:49

Missing Value Imputation Preview 03:36

Missing Value Imputation in Python Preview 04:57

Missing Value imputation in R Preview 03:49

Seasonality in Data Preview 03:35

Bi-variate analysis and Variable transformation Preview 16:14

Variable transformation and deletion in Python Preview 09:21

Variable transformation in R Preview 09:37

Non-usable variables Preview 04:44

Dummy variable creation: Handling qualitative data Preview 04:50

Dummy variable creation in Python Preview 05:45

Dummy variable creation in R Preview 05:01

Correlation Analysis Preview 10:05

Correlation Analysis in Python Preview 07:07

Correlation Matrix in R Preview 08:09

Quiz

The Problem Statement Preview 01:25

Basic Equations and Ordinary Least Squares (OLS) method Preview 08:13

Assessing accuracy of predicted coefficients Preview 14:40

Assessing Model Accuracy: RSE and R squared Preview 07:19

Simple Linear Regression in Python Preview 14:07

Simple Linear Regression in R Preview 07:40

Multiple Linear Regression Preview 04:57

The F - statistic Preview 08:22

Interpreting results of Categorical variables Preview 05:04

Multiple Linear Regression in Python Preview 14:13

Multiple Linear Regression in R Preview 07:50

Test-train split Preview 09:32

Bias Variance trade-off Preview 06:01

Test train split in Python Preview 10:19

Test-Train Split in R Preview 08:44

Regression models other than OLS Preview 04:18

Subset selection techniques Preview 11:34

Subset selection in R Preview 07:38

Shrinkage methods: Ridge and Lasso Preview 07:14

Ridge regression and Lasso in Python Preview 23:50

Ridge regression and Lasso in R Preview 12:52

Heteroscedasticity Preview 02:30

The Data and the Data Dictionary Preview 08:14

Data Import in Python Preview 04:56

Importing the dataset into R Preview 03:00

EDD in Python Preview 18:01

EDD in R Preview 11:26

Outlier treatment in Python Preview 09:53

Outlier Treatment in R Preview 04:49

Missing Value Imputation in Python Preview 04:49

Missing Value imputation in R Preview 03:49

Variable transformation and Deletion in Python Preview 04:55

Variable transformation in R Preview 06:28

Dummy variable creation in Python Preview 05:45

Dummy variable creation in R Preview 05:19

Three Classifiers and the problem statement Preview 03:17

Why can't we use Linear Regression? Preview 04:32

Logistic Regression Preview 07:54

Training a Simple Logistic Model in Python Preview 12:25

Training a Simple Logistic model in R Preview 03:34

Result of Simple Logistic Regression Preview 05:11

Logistic with multiple predictors Preview 02:22

Training multiple predictor Logistic model in Python Preview 06:05

Training multiple predictor Logistic model in R Preview 01:48

Confusion Matrix Preview 03:47

Creating Confusion Matrix in Python Preview 09:55

Evaluating performance of model Preview 07:40

Evaluating model performance in Python Preview 02:22

Predicting probabilities, assigning classes and making Confusion Matrix in R Preview 06:23

Linear Discriminant Analysis Preview 09:42

LDA in Python Preview 02:30

Linear Discriminant Analysis in R Preview 09:10

Test-Train Split Preview 09:30

Test-Train Split in Python Preview 06:46

Test-Train Split in R Preview 09:27

K-Nearest Neighbors classifier Preview 08:41

K-Nearest Neighbors in Python: Part 1 Preview 05:51

K-Nearest Neighbors in Python: Part 2 Preview 07:00

K-Nearest Neighbors in R Preview 08:50

Understanding the results of classification models Preview 06:06

Summary of the three models Preview 04:32

Basics of Decision Trees Preview 10:10

Understanding a Regression Tree Preview 10:17

The stopping criteria for controlling tree growth Preview 03:15

The Data set for this part Preview 02:59

Importing the Data set into Python Preview 05:40

Importing the Data set into R Preview 06:26

Missing value treatment in Python Preview 03:38

Dummy Variable creation in Python Preview 04:58

Dependent- Independent Data split in Python Preview 04:02

Test-Train split in Python Preview 06:04

Splitting Data into Test and Train Set in R Preview 05:30

Creating Decision tree in Python Preview 03:47

Building a Regression Tree in R Preview 14:18

Evaluating model performance in Python Preview 04:10

Plotting decision tree in Python Preview 04:58

Pruning a tree Preview 04:16

Pruning a tree in Python Preview 10:37

Pruning a Tree in R Preview 09:18

Classification tree Preview 06:06

The Data set for Classification problem Preview 01:38

Classification tree in Python : Preprocessing Preview 08:25

Classification tree in Python : Training Preview 13:13

Building a classification Tree in R Preview 08:59

Advantages and Disadvantages of Decision Trees Preview 01:34

Ensemble technique 1 - Bagging Preview 06:39

Ensemble technique 1 - Bagging in Python Preview 11:05

Bagging in R Preview 06:20

Ensemble technique 2 - Random Forests Preview 03:56

Ensemble technique 2 - Random Forests in Python Preview 06:06

Using Grid Search in Python Preview 12:14

Random Forest in R Preview 03:58

Boosting Preview 07:10

Ensemble technique 3a - Boosting in Python Preview 05:08

Gradient Boosting in R Preview 07:10

Ensemble technique 3b - AdaBoost in Python Preview 04:00

AdaBoosting in R Preview 09:44

Ensemble technique 3c - XGBoost in Python Preview 11:07

XGBoosting in R Preview 16:08

Content flow Preview 01:34

The Concept of a Hyperplane Preview 04:55

Maximum Margin Classifier Preview 03:18

Limitations of Maximum Margin Classifier Preview 02:28

Support Vector classifiers Preview 10:00

Limitations of Support Vector Classifiers Preview 01:34

Kernel Based Support Vector Machines Preview 06:45

Regression and Classification Models Preview 00:46

The Data set for the Regression problem Preview 02:59

Importing data for regression model Preview 05:40

X-y Split Preview 04:02

Test-Train Split Preview 06:04

Standardizing the data Preview 06:28

SVM based Regression Model in Python Preview 10:08

The Data set for the Classification problem Preview 01:38

Classification model - Preprocessing Preview 08:25

Classification model - Standardizing the data Preview 01:57

SVM Based classification model Preview 11:28

Hyper Parameter Tuning Preview 09:47

Polynomial Kernel with Hyperparameter Tuning Preview 04:07

Radial Kernel with Hyperparameter Tuning Preview 06:31

Importing Data into R Preview 08:00

Test-Train Split Preview 05:30

More about test-train split Preview 00:11

Classification SVM model using Linear Kernel Preview 16:11

Hyperparameter Tuning for Linear Kernel Preview 06:28

Polynomial Kernel with Hyperparameter Tuning Preview 10:19

Radial Kernel with Hyperparameter Tuning Preview 06:31

SVM based Regression Model in R Preview 11:14

Introduction to Neural Networks and Course flow Preview 04:38

Perceptron Preview 09:47

Activation Functions Preview 07:30

Python - Creating Perceptron model Preview 14:10

Keras and Tensorflow Preview 03:04

Installing Tensorflow and Keras Preview 04:04

Dataset for classification Preview 07:20

Normalization and Test-Train split Preview 05:59

Different ways to create ANN using Keras Preview 01:58

Building the Neural Network using Keras Preview 12:24

Compiling and Training the Neural Network model Preview 10:34

Evaluating performance and Predicting using Keras Preview 09:21

Building Neural Network for Regression Problem Preview 22:10

Using Functional API for complex architectures Preview 12:40

Saving - Restoring Models and Using Callbacks Preview 19:49

Hyperparameter Tuning Preview 09:05

Installing Keras and Tensorflow Preview 02:54

Data Normalization and Test-Train Split Preview 12:00

Building,Compiling and Training Preview 14:57

Evaluating and Predicting Preview 09:46

ANN with NeuralNets Package Preview 08:07

Building Regression Model with Functional API Preview 12:34

Complex Architectures using Functional API Preview 08:50

Saving - Restoring Models and Using Callbacks Preview 20:16

CNN model in Python - Preprocessing Preview 05:42

CNN model in Python - structure and Compile Preview 06:24

CNN model in Python - Training and results Preview 06:50

Comparison - Pooling vs Without Pooling in Python Preview 06:20

CNN on MNIST Fashion Dataset - Model Architecture Preview 02:04

Data Preprocessing Preview 07:08

Creating Model Architecture Preview 06:05

Compiling and training Preview 02:54

Model Performance Preview 06:26

Comparison - Pooling vs Without Pooling in R Preview 04:33

Project - Introduction Preview 07:05

Data for the project Preview 00:01

Project - Data Preprocessing in Python Preview 09:19

Project - Training CNN model in Python Preview 09:05

Project in Python - model results Preview 03:07

Project in R - Data Preprocessing Preview 10:28

CNN Project in R - Structure and Compile Preview 04:59

Project in R - Training Preview 02:57

Project in R - Model Performance Preview 02:22

Project in R - Data Augmentation Preview 07:12

Project in R - Validation Performance Preview 02:24

Project - Data Augmentation Preprocessing Preview 06:46

Project - Data Augmentation Training and Results Preview 06:26

Project - Transfer Learning - VGG16 (Implementation) Preview 12:44

Project - Transfer Learning - VGG16 (Performance) Preview 08:02

Introduction Preview 02:10

Time Series Forecasting - Use cases Preview 02:25

Forecasting model creation - Steps Preview 02:46

Forecasting model creation - Steps 1 (Goal) Preview 06:03

Time Series - Basic Notations Preview 09:02

Data Loading in Python Preview 17:51

Time Series - Visualization Basics Preview 09:28

Time Series - Visualization in Python Preview 27:10

Time Series - Feature Engineering Basics Preview 11:03

Time Series - Feature Engineering in Python Preview 18:01

Time Series - Upsampling and Downsampling Preview 04:17

Time Series - Upsampling and Downsampling in Python Preview 16:45

Time Series - Power Transformation Preview 02:32

Moving Average Preview 07:12

Exponential Smoothing Preview 02:07

White Noise Preview 02:29

Random Walk Preview 04:23

Decomposing Time Series in Python Preview 09:41

Differencing Preview 06:16

Differencing in Python Preview 15:07

Test Train Split in Python Preview 11:28

Naive (Persistence) model in Python Preview 07:54

Auto Regression Model - Basics Preview 03:29

Auto Regression Model creation in Python Preview 09:22

Auto Regression with Walk Forward validation in Python Preview 08:20

Moving Average model -Basics Preview 04:33

Moving Average model in Python Preview 08:58

ACF and PACF Preview 08:07

ARIMA model - Basics Preview 04:43

ARIMA model in Python Preview 13:15

ARIMA model with Walk Forward Validation in Python Preview 05:24

SARIMA model Preview 07:26

SARIMA model in Python Preview 10:40

Stationary time Series Preview 01:42

The final milestone! Preview 01:33

Congratulations & About your certificate Preview 00:35