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

AI ML Course Content

The document outlines a 13 module machine learning course covering fundamental Python concepts, data handling and visualization, statistics, linear algebra, machine learning techniques, regression algorithms, classification algorithms, clustering algorithms, dimensionality reduction, boosting algorithms, time series models, and 3 end-to-end projects including deployment. The modules progress from basic Python programming to machine learning techniques to applying algorithms to case studies and projects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

AI ML Course Content

The document outlines a 13 module machine learning course covering fundamental Python concepts, data handling and visualization, statistics, linear algebra, machine learning techniques, regression algorithms, classification algorithms, clustering algorithms, dimensionality reduction, boosting algorithms, time series models, and 3 end-to-end projects including deployment. The modules progress from basic Python programming to machine learning techniques to applying algorithms to case studies and projects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Module 1: Basic Python

 Variables
 Strings
 Lists
 Sets
 Tuples
 Dictionary
 Functions
 Classes
 If condition
 for and while loop
 Exception handling

Module 2: Data Handling and Visualization Python


 Pandas
 Matplotlib
 Seaborn
 Plotly

Module 3: Statistics and Probability


 Random variables
 Sampling
 Binomial distribution
 Poisson distribution
 Normal Distribution
 Exponential distribution
 Uniform distribution
 Descriptive statistics
 Central Limit theorem
 T – statistics
 F-statistics
 Z-statistics
 P-value
 Hypothesis testing

Module 4 : Linear Algebra


 Matrices and Vectors
 Addition and Scalar Multiplication
 Matrix Vector Multiplication
 Matrix Matrix Multiplication
 Matrix Multiplication Properties
 Inverse and Transpose
 Rank of a Matrix
 Eigen Vectors and Eigen Values

Module 5: Machine Learning Techniques


 Supervised Learning
 Unsupervised Learning
 Reinforced learning

Module 6: Regression Algorithms with case studies


 • Linear Regression
 • Logistic Regression
 • Polynomial Regression
 • Ridge, Lasso, Elasticnet Regressions
 • Gradient Descent

Module 7: Classification Algorithms with case studies


 • K-Nearest Neighbors
 • Decision Tree
 • Random Forest
 • Support Vector Machines
 • Naïve Bayes
 • Voting Classifier

Module 8: Clustering Algorithms with case studies


 • K-Means
 • DBSCAN
 • Heirarchial

Module 9: Dimensionality Reduction with case studies


 • Principal Component Analysis
 • Linear Discriminate Analysis

Module 10: Boosting algorithms with case studies


 • AdaBoost
 • Gradient Boosting
 • XgBoost
 • CataBoost

Module 11 : Time Series Models


 • Auto Regression Model
 • Moving Average Model
 • ARMA and ARIMA Models

Module 12: Project Handling


 Data retrieval
 Exploratory Data Analysis (Univariate, Bivariate and Multivariate)
 Data Wrangling
 Handling imbalanced data using SMOTE
 Model Building
 Hyper parameters
 Deployment methods

Module 13: End to End Projects (3 Projects) including deployment

You might also like