You are on page 1of 3

Hyderabad School of Integrated ML Course Curriculum

Artificial Intelligence

Statistics Introduction 4hrs

• Descriptive Statistics
• Data & Histogram
• Central Tendencies
• Measuring of Dispersion Range & IQR
• Standard Deviation
• Coefficient of Variation
• The Empirical Rule & Chebyshev Rule
• Boxplot & other plots
• Data Visualizations
• Correlation Analysis
• Summary --- Descriptive Statistics
• Exercise on Descriptive Statistics using Python

Probability 4hrs

• Probability & Distributions


• Probability – Meaning & Concepts
• Computing probability
• Probability types with example
• Bayes theorem with example
• Distribution types with examples
• Distributions calculations

Python 4hrs

• Python introduction
• Variables, Strings, Numbers
• List, Tuple, Dictionary
• Built-in Functions, User Defined Functions, Lambda Function
• Conditional Statements (if-else)
• Loops (For, While)
• Dealing with errors

Python 8hrs

• Object Oriented Programming


o Classes
o Attributes
o Methods
o Constructor
o Encapsulation
o Inheritance
o Polymorphism
o Overriding

www.hsai.in +91 9618117333


Hyderabad School of Integrated ML Course Curriculum
Artificial Intelligence

o Abstract Classes
• NumPy, NumPy operations, slicing, shaping etc.
• Pandas Introduction, basic Panda methods, working on data frames, concatenation.
• Numeric variable, Categorical Variables

Data Visualization 8hrs

• Matplotlib, Seaborn, plotly, ggplot, Bokeh, Missingo, Geoplotlib


• Line plot, scatter plot, Histogram, Bar plot, subplots

Data Preprocessing 8hrs

Feature Engineering is an important step to develop and improve performance of Machine


Learning models. In this course, students will learn different data wrangling techniques that help
transforming the raw data to an appropriate form on which learning algorithms can be applied. This
course enables students to identify and implement appropriate feature extraction and pre-processing
techniques. The Visualization techniques will also be taught in this course.

• Duplicate values, Missing Values


• Cleaning the Numerical Features
• Cleaning the Categorical Features.
• Encoding Categorical variables
• Binning, Binarizing, Arbitrary transformation
• Normalization, standardization, Robust Scaling
• Overview of Feature Engineering
• Principal component analysis
• Filter based Feature selection
• Over sampling (SMOTE)

Regression 12hrs

Regression is a widely used statistical learning method, and this course will enable participants to
have a deeper understanding of regression models both from theoretical and implementation
perspective.

The course covers concepts such as lasso regression, ridge regression and the interpretability of the
predicted models.

• Introduction to Regression
• Mathematics Foundations
• Model Building using Least squares
• Model Accuracy & Selection
• Overfitting
• Interpretability of regression models
• Linear regression
• Multi Linear regression
• Polynomial Regression

www.hsai.in +91 9618117333


Hyderabad School of Integrated ML Course Curriculum
Artificial Intelligence

• Lasso & Ridge Regression


• Bayesian Linear Regression

Classification 12hrs

The course on Classification lays down a strong foundation on the algorithmic perspective of
popular classification algorithms - k-NN, Naïve Bayes, Decision Tree, Logistic Regression and SVM. The
implementation details of these models, along with tuning of parameters will be illustrated. The course
also covers concepts such as ensemble methods like bagging, boosting, Random Forest, and
interpretability of the predicted models.

• Overview of the Classification Module


• Nearest-Neighbour Methods
• Naïve Bayes Classifier
• Logistic Regression
• Decision Tree
• Optimization Foundations for Support Vector Machines
• Support Vector Machines
• Support Vector Machines in overlapping class distributions & Kernels

Ensemble learning 8hrs

• Implement Bagging
• Bagging Algorithms
• Implement Boosting
• Boosting Algorithms
• Implement Stacking

www.hsai.in +91 9618117333

You might also like