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

AI ML Course_3

The document outlines a series of courses focused on analytics, data science, and machine learning, detailing topics, pedagogy, assignments, assessments, and student workload for each course. Courses include foundational topics in analytics, applied data science using Python, applied statistics and predictive modeling, machine learning, text mining, MLOps, and generative AI. Each course has a passing mark of 60% and varies in duration from half a month to two months, with a total student workload ranging from 45 to 155 hours.

Uploaded by

Abhishek Saxena
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

AI ML Course_3

The document outlines a series of courses focused on analytics, data science, and machine learning, detailing topics, pedagogy, assignments, assessments, and student workload for each course. Courses include foundational topics in analytics, applied data science using Python, applied statistics and predictive modeling, machine learning, text mining, MLOps, and generative AI. Each course has a passing mark of 60% and varies in duration from half a month to two months, with a total student workload ranging from 45 to 155 hours.

Uploaded by

Abhishek Saxena
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

1.

Building Blocks - Refresher

TOPICS
1. Introduction to Analytics & Data Science
2. Introduction to Mathematical foundations (Introduction to
Linear Algebra, Introduction to Calculus, Theory of
optimization)
3. Introduction to Basic Statistics (Measures of central
tendency/variance/frequency/positions, Probability &
distributions, Bayes Theorem etc.)

PEDAGOGY
Delivery: 10 hrs of Self-paced eLearning | 10 hrs of Self Study | 5 Hrs
of assessment

Assignments & Projects:


Problems Related to Basic Statistics
Problems related to Mathematical foundations

Assessment :
1- Conceptual Assessments (1 Hour)

PROJECTS
No Project

PASSING MARKS
60 %

STUDENT WORKLOAD (in Hours)


25

MONTHS
0.5
2. Applied Data Science using Python

TOPICS
1. Introduction to Data Science
2. Essentials of Python Programming
3. Data Types& Operators
4. Data Structures
5. In-Built Functions & Methods
6. Conditional & Control Flow Statements
7. User Defined Functions, Classes
8. Exception Handling
9. Python Packages for Data Analytics
10. Operations with NumPy (Numerical Python)
11. Overview of Pandas
12. Cleansing Data with Python
13. Data Analysis using Python
14. Data Visualization using Python

PEDAGOGY
Delivery: 45 hrs of Live sessions | 90 hrs of Self Study | 20 hrs of assessments

Assignments & Projects:


Basic Python case study (Core Python)
Data Manipulation- Visualization exercises
Exploratory Data Analysis – Retail Analytics
Exploratory Data Analysis – Credit Card Analytics
Exploratory Data Analysis – Insurance Claims Analytics
Data Visualization - Case Study
EDA - Capstone Project -Marketing & Sales for E-Commerce

Assessment :
1- Conceptual Assessments (2 Hours)
1- End Course Summative Assessment-Integrated Case Study (Capstone
Project)

PROJECTS
Exploratory Data Analysis - Marketing Insights for Leading E-Commerce
Company

PASSING MARKS- 60 %

STUDENT WORKLOAD (in Hours)- 155 Hours

MONTHS- 2 Months
3. Applied Statistics + Predictive Modeling
using Linear & Logistic Regression

TOPICS
1. Statistics Fundamentals
2. Descriptive and Inferential statistics
3. Probability Distributions
4. Sampling & Statistical Inference
5. Concept of standard error and central limit theorem
6. Concept of Confidence Intervals
7. Hypothesis Testing
8. Statistical Methods - Z/t-tests (One sample, independent, paired),
ANOVA, Correlation and Chi-square
9. Introduction to Predictive Modeling
10. Steps for building a predictive Model
11. Solving Regression Problems using OLS Regression (Linear Regression)
12. Solving Classification problems using Logistic Regression

PEDAGOGY
Delivery: 25 hrs of Live sessions | 40 hrs of Self Study | 10 hrs of assessments

Assignments & Projects:


Basic Statistics –Statistical Methods Case study -
Statistical Methods-Campaign Analytics
Statistical Methods-Customer Experience
Regression - Predicting Rate of Interest for a given loan
Predicting Price of Car Model- Demonstrate case study

Assessment :
1- Conceptual Assessments (2 Hours)
1- End Course Summative Assessment-Integrated Case Study (Capstone
Project)

PROJECTS
Building a Predictive Model (Probability of Default Model) for Leading Bank
using Regression

PASSING MARKS- 60 %

STUDENT WORKLOAD (in Hours)- 85 Hours

MONTHS- 1 Month
4. Machine Learning using Python

TOPICS
1. Getting Started with Machine Learning
2. Data Preparation for Machine Models
3. Supervised Learning
4. Supervised Learning - Regression and Its Applications
5. Supervised Learning - Classification and Its Applications
6. ML Algorithms (KNN, NB, SVM, ANN, Decision Trees & Ensemble Learning
(Bagging, Random Forest, AdaBoost, Gradient Boost, XGboost etc..)
7. Unsupervised Learning (Clustering, Recommendation Systems)
8. Time Series Forecasting

PEDAGOGY
Delivery: 45 hrs of Live sessions | 90 hrs of Self Study | 20 hrs of assessments

Assignments & Projects:


1. Regression Projects
Predicting the Rate of interest for a given loan
Banking Case Study – Predicting consumption of credit cards for next 3 months

2. Classification Projects
Credit Risk Case Study – Building PD Model - Demonstrate case study
Cyber Security Case Study – Predicting type of cyber attack by users

3. Segmentation Projects
Telecom Case Study – Segmenting customers for marketing campaigns
Retail Case Study (RFM) – Segmenting retail customers based on RFM

4. Data Science Project (End to End)


Marketing Insights for E-Commerce Company - Capstone Project

5. Forecasting Projects
Tractor Sales Forecasting Case Study
Electricity Consumption Forecasting for the Next year

Assessment :
1- Conceptual Assessments (2 Hours)
1- End Course Summative Assessment-Integrated Case Study (Capstone Project)

PROJECTS
Marketing Insights for E-Commerce Company

PASSING MARKS- 60 %

STUDENT WORKLOAD (in Hours)- 155 Hours

MONTHS- 2 Months
5. Text Mining (NLP) using Python

TOPICS
1. Intro to Text Mining & NLP landscapes and use cases
2. Reading Text data into python
3. Text Handling using Regex
4. Web scraping
5. Introduction to Python packages of Spacy, NLTK, Textblob
6. Text Representation / Vectorization
7. Word2Vec, Custom W2V in python using Gensim Library
8. EDA and Text Classification
9. Sentiment Analysis on Twitter data
10. Recommendation System Project
11. Topic Mining - LDA

PEDAGOGY
Delivery: 15 hrs of Live sessions | 30 hrs of Self Study | 10 hrs of
assessments

Assignments & Projects:


● Sentiment Analysis for leading hotel chains by analyzing
customer reviews
● SMS Spam Filtering
● Social Media Analytics Case Study
● Woman Clothing E-Commerce Platform- Customer Review
Analysis

Assessment :
1- Conceptual Assessments (2 Hours)
1- End Course Summative Assessment-Integrated Case Study
(Capstone Project)

PROJECTS
Woman Clothing E-Commerce Platform- Customer Review Analysis

PASSING MARKS- 60 %

STUDENT WORKLOAD (in Hours)- 55 Hours

MONTHS- 0.5 Month


MLOps (Model Implementation +
6. Deployment + Cloud Computing)
- Optional
TOPICS
1. Foundations of MLOps( GIT, GitHub, JIRA, Cloud Computing)
2. Introduction to Flask & Application Development
3. Introduction to MLOps
4. Machine Learning Life Cycle
5. ML Engineering Pipeline
6. How to implement MLOps?
7. Understand end-to-end MLOps solution
8. Deployment of ML Model in the cloud
9. Ways of deployment of models
10. Creating simple app
11. Develop a prototype, deploy, monitor, and continuously
improve a production-sized ML application.

PEDAGOGY
Delivery: 10 hrs of Self-paced eLearning | 30 hrs of Self Study | 10
hrs of assessments

Assignments & Projects:


1. Building Flask Applications and deploying ML models on various
clouds (Heroku, GCP, Azure)

Assessment :
1- End Course Summative Assessment-Integrated Case Study
(Capstone Project)

Assessment :
1- End Course Summative Assessment-Integrated Case Study
(Capstone Project)

PROJECTS
Deployment of ML model and create Flask application

PASSING MARKS- 60 %

STUDENT WORKLOAD (in Hours)- 50 Hours

MONTHS- 0.5 Month


7. Generative AI for Everyone + Prompt
Engineering - Optional

TOPICS
1. Introduction to Generative AI
2. Getting Started with Large Language Models (LLMs)
3. Introduction to Prompt Engineering
4. Introduction to ChatGPT interface
5. Introduction to Prompting Techniques
6. ChatGPT Use Cases
7. Introduction to Google Bard (Gemini)
8. Introduction to Image Generation Using AI
9. Introduction to Midjouney
10. Introduction to DALL-E

PEDAGOGY
Delivery: 15 hrs of Self-paced eLearning | 20 hrs of Self Study |
10 hrs of assessments

Assignments & Projects:


1. Integration of MS Office & Google Sheets with AI tools
2. Creation of Presentation using AI Tools
3. Generating Html code & create simple website
4. Generating e-commerce photos and promotional banners for
products

Assessment :
1- End Course Summative Assessment-Integrated Case Study
(Capstone Project)

PROJECTS
Creating an E-Book on a specific topic with the help of AI tools

PASSING MARKS- 60 %

STUDENT WORKLOAD (in Hours)- 45 Hours

MONTHS- 0.5 Months

You might also like