Corporate Training On ML
Corporate Training On ML
Corporate Training On ML
Artificial Intelligence
• 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
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
o Abstract Classes
• NumPy, NumPy operations, slicing, shaping etc.
• Pandas Introduction, basic Panda methods, working on data frames, concatenation.
• Numeric variable, Categorical Variables
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
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.
• Implement Bagging
• Bagging Algorithms
• Implement Boosting
• Boosting Algorithms
• Implement Stacking