100% found this document useful (1 vote)
101 views2 pages

ML Syllabus

This document outlines the units and topics covered in an ML syllabus. Unit 1 introduces fundamental ML concepts like what ML is, key concepts, Python basics, and data pre-processing. Unit 2 covers supervised learning techniques including linear regression, multiple regression, polynomial regression, and logistic regression. Unit 3 discusses unsupervised learning, classification algorithms like Naive Bayes and SVM, and decision trees. Unit 4 presents semi-supervised learning and principal component analysis. Finally, Unit 5 focuses on boosting algorithms like XGBoost and LightGBM, and building recommendation systems.

Uploaded by

MANOJ KUMAR
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
100% found this document useful (1 vote)
101 views2 pages

ML Syllabus

This document outlines the units and topics covered in an ML syllabus. Unit 1 introduces fundamental ML concepts like what ML is, key concepts, Python basics, and data pre-processing. Unit 2 covers supervised learning techniques including linear regression, multiple regression, polynomial regression, and logistic regression. Unit 3 discusses unsupervised learning, classification algorithms like Naive Bayes and SVM, and decision trees. Unit 4 presents semi-supervised learning and principal component analysis. Finally, Unit 5 focuses on boosting algorithms like XGBoost and LightGBM, and building recommendation systems.

Uploaded by

MANOJ KUMAR
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

Ml Syllabus

UNIT 1 - Introduction
1. What is Machine Learning?
2. Fundamental of Machine Learning,
3. Key Concepts and an example of ML,
4. Basics of Python for machine learning,
5. Machine Learning Libraries, Data Pre-processing,
6. Handling Missing Values, Handling Outliers,
7. One Hot Encoder & Feature Scaling

UNIT 2 - Supervised Learning


1. Linear regression (Hands on lab),
2. Multiple Regression,
3. visualization
4. Polynomial regression,
5. Distance Metrics (Euclidean, Manhattan),
6. Regression and Classification,
7. Clustering,
8. Gradient Descent,
9. Logistic Regression,
10. Regularization: Overfitting and under fitting,
11. Cost Function for Logistic Regression,
12. house price prediction (Hands on)

UNIT 3 - Unsupervised Learning and


Classification
1. Logistic regression(Classification), Defining cost, Gradient
descent (Hands on lab)
2. Other Techniques - Naïve Bayes, SVM, KNN, Unsupervised
Learning: Nearest Neighbor, Cosine Similarity
3. Decision Trees - Intuition, Multiclass classification
4. Overfitting & Regularization - Ridge regression, Lasso regression
for feature selection
5. Bagging - Random Forest for regression, Knowledge, Logic and
Reasoning Planning, Random Forest for classification,
Ml Syllabus
Reasoning Under Uncertainty, Visualizing Decision boundaries,
early stopping to prevent over fitting, Fraud detection problem
(Hands on) , probabilities in classification, Random Forest for
classification, Reasoning Under Uncertainty

UNIT 4 - Semi-Supervised Learning and Principal


Component Analysis
1. Reinforcement Learning –Introduction to Reinforcement
Learning, Learning Task, Example of Reinforcement Learning in
Practice,
2. Machine Learning Tools - Engineering applications,
3. Dimensionality Reduction - principal component analysis
(Hands on).

UNIT 5 - Boosting and Recommendation system


1. Boosting – XGBoost,
2. Boosting – LightGBM
3. Collaborative Recommender System,
4. Content based Recommender System,
5. Knowledge based Recommender System,
6. Creating Recommendation System like Movie Recommendation
System using python,

You might also like