Supervised Learning – I

Goal: In this module, you will learn Supervised Learning Techniques and their implementation, for example, Decision Trees, Random Forest Classifier etc.

Objective: At the end of this module, you should be able to:
• Understand What is Supervised Learning?
• Illustrate Logistic Regression
• Define Classification
• Explain different Types of Classifiers such as Decision Tree and Random Forest

Topics:
• What is Classification and its use cases?
• What is Decision Tree?
• Algorithm for Decision Tree Induction
• Creating a Perfect Decision Tree
• Confusion Matrix
• What is Random Forest?

Hands On:
• Implementation of Logistic regression, Decision tree, Random forest