Course Introduction
  • Note on DP-100 Exam and New Studio
  • Create Your Free Azure Account
  • The course slides as well as Data Files for all sections
  • Important Message About Udemy Reviews
Basics of Machine Learning
  • What You Will Learn in This Section
  • Why Machine Learning is the Future?
  • What is Machine Learning?
  • Understanding various aspects of data - Type, Variables, Category
  • Common Machine Learning Terms - Probability, Mean, Mode, Median, Range
  • Types of Machine Learning Models - Classification, Regression, Clustering etc
  • Basics of Machine Learning
Getting Started with Azure ML
  • What You Will Learn in This Section?
  • What is Azure ML and high level architecture.
  • Azure ML Studio Overview and walk-through
  • Azure ML Experiment Workflow
  • Azure ML Cheat Sheet for Model Selection
  • Getting Started with AzureML
Data Processing
  • [Hands On] - Data Input-Output - Upload Data
  • [Hands On] - Data Input-Output - Convert and Unpack
  • [Hands On] - Data Input-Output - Import Data
  • [Hands On] -Data Transform - Add Rows/Columns, Remove Duplicates, Select Columns
  • [Hands On] - Apply SQL Transformation, Clean Missing Data, Edit Metadata
  • [Hands On] - Sample and Split Data - Partition or Sample, Train and Test Data
  • Update to Lecture Sequence.
  • Data Processing
Classification
  • Logistic Regression - What is Logistic Regression?
  • [Hands On] -Logistic Regression - Build Two-Class Loan Approval Prediction Model
  • Logistic Regression - Understand Parameters and Their Impact
  • Understanding the Confusion Matrix, AUC, Accuracy, Precision, Recall and F1Score
  • Logistic Regression - Model Selection and Impact Analysis
  • [Hands On] Logistic Regression - Build Multi-Class Wine Quality Prediction Model
  • Decision Tree - What is Decision Tree?
  • Decision Tree - Ensemble Learning - Bagging and Boosting
  • Decision Tree - Parameters - Two Class Boosted Decision Tree
  • [Hands On] Two-Class Boosted Decision Tree - Build Bank Telemarketing Prediction
  • Decision Forest - Parameters Explained
  • [Hands On] - Two Class Decision Forest - Adult Census Income Prediction
  • [Hands On] - Decision Tree - Multi Class Decision Forest IRIS Data
  • SVM - What is Support Vector Machine?
  • [Hands On] - SVM - Adult Census Income Prediction
  • Classification Quiz
Hyperparameter Tuning
  • [Hands On] - Tune Hyperparameter for Best Parameter Selection
  • Hyperparameter Tuning
Deploy Webservice
  • Azure ML Webservice - Prepare the experiment for webservice
  • [Hands On] - Deploy Machine Learning Model As a Web Service
  • [Hands On] - Use the Web Service - Example of Excel
  • AzureML Web Service
Regression Analysis
  • What is Linear Regression?
  • Regression Analysis - Common Metrics
  • [Hands On] - Linear Regression model using OLS
  • [Hands On] - Linear Regression - R Squared
  • Gradient Descent
  • Linear Regression: Online Gradient Descent
  • [Hands On] - Experiment Online Gradient
  • Decision Tree - What is Regression Tree?
  • Decision Tree - What is Boosted Decision Tree Regression?
  • [Hands On] - Decision Tree - Experiment Boosted Decision Tree
  • Regression Analysis
Clustering
  • What is Cluster Analysis?
  • [Hands On] - Cluster Analysis Experiment 1
  • [Hands On] - Cluster Analysis Experiment 2 - Score and Evaluate
  • Clustering or Cluster Analysis
Data Processing - Solving Data Processing Challenges
  • Section Introduction
  • How to Summarize Data?
  • [Hands On] - Summarize Data - Experiment
  • Outliers Treatment - Clip Values
  • [Hands On] - Outliers Treatment - Clip Values
  • Clean Missing Data with MICE
  • [Hands On] - Clean Missing Data with MICE
  • SMOTE - Create New Synthetic Observations
  • [Hands On] - SMOTE
  • Data Normalization - Scale and Reduce
  • [Hands On] - Data Normalization
  • PCA - What is PCA and Curse of Dimensionality?
  • [Hands On] - Principal Component Analysis
  • Join Data - Join Multiple Datasets based on common keys
  • [Hands On] - Join Data - Experiment
Feature Selection - Select a subset of Variables or features with highest impact
  • Feature Selection - Section Introduction
  • Pearson Correlation Coefficient
  • Chi Square Test of Independence
  • Kendall Correlation Coefficient
  • Spearman's Rank Correlation
  • [Hands On] - Comparison Experiment for Correlation Coefficients
  • [Hands On] - Filter Based Selection - AzureML Experiment
  • Fisher Based LDA - Intuition
  • [Hands On] - Fisher Based LDA - Experiment
Recommendation System
  • What is a Recommendation System?
  • Data Preparation using Recommender Split