0% found this document useful (0 votes)
49 views

Machine Learning A

This document outlines a machine learning training course covering regression techniques including simple linear regression, multiple linear regression, polynomial regression, support vector regression, decision tree regression, and random forest regression. The course includes lessons on data preprocessing, evaluating model performance, and implementing the regression models in Python and R. Learners will obtain datasets and walk through building and interpreting the regression models step-by-step in the two programming languages.

Uploaded by

Sourav Das
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Machine Learning A

This document outlines a machine learning training course covering regression techniques including simple linear regression, multiple linear regression, polynomial regression, support vector regression, decision tree regression, and random forest regression. The course includes lessons on data preprocessing, evaluating model performance, and implementing the regression models in Python and R. Learners will obtain datasets and walk through building and interpreting the regression models step-by-step in the two programming languages.

Uploaded by

Sourav Das
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Machine Learning A-Z: Hands-On Python or R In Data Science Training

 Data Preprocessing
 Regression
 Simple Linear Regression
 Multiple Linear Regression
 Polynomial Regression
 Support Vector Regression (SVR)
 Decision Tree Regression
 MRandom Forest Regression
 Evaluating Regression Models Performance

Detail Content:

1. Data Preprocessing
 Overview of Data Preprocessing
 Get the dataset
 Importing the Libraries
 Importing the Dataset
 Missing Data
 Categorical Data
 Splitting the Dataset into the Training set and Test set
 Feature Scaling
 How to Set Up Working Directory

2. Regression
3. Simple Linear Regression
 How to get the dataset
 Dataset + Business Problem Description
 Simple Linear Regression Intuition
 Simple Linear Regression in Python
 Simple Linear Regression in R

4. Multiple Linear Regression


 How to get the dataset
 Dataset + Business Problem Description
 Multiple Linear Regression Intuition
 Multiple Linear Regression in Python
 Multiple Linear Regression in Python - Backward Elimination - Preparation
 Multiple Linear Regression in R

5. Polynomial Regression
 Polynomial Regression Intuition
 How to get the dataset
 Polynomial Regression in Python
 Python Regression Template
 Polynomial Regression in R
 R Regression Template

6. Support Vector Regression (SVR)


 How to get the dataset
 SVR in Python
 SVR in R

7. Decision Tree Regression


 Decision Tree Regression Intuition
 How to get the dataset
 Decision Tree Regression in Python
 Decision Tree Regression in R

8. Random Forest Regression


 Random Forest Regression Intuition
 How to get the dataset
 Random Forest Regression in Python
 Random Forest Regression in R

9. Evaluating Regression Models Performance


 R-Squared Intuition
 Adjusted R-Squared Intuition
 Interpreting Linear Regression Coefficients

You might also like