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

Machine Learning With Python

This document outlines the course content for a Machine Learning with Python course. The course covers topics such as Python basics, data preprocessing, statistics, regression, classification, imbalanced data sets, principal component analysis, decision trees, time series analysis, recommendation systems, support vector machines, K-nearest neighbors, clustering, natural language processing, and model productionization. The goal is to teach machine learning concepts and algorithms using the Python programming language.

Uploaded by

TR Harish
Copyright
© © All Rights Reserved
0% found this document useful (0 votes)
65 views

Machine Learning With Python

This document outlines the course content for a Machine Learning with Python course. The course covers topics such as Python basics, data preprocessing, statistics, regression, classification, imbalanced data sets, principal component analysis, decision trees, time series analysis, recommendation systems, support vector machines, K-nearest neighbors, clustering, natural language processing, and model productionization. The goal is to teach machine learning concepts and algorithms using the Python programming language.

Uploaded by

TR Harish
Copyright
© © All Rights Reserved
You are on page 1/ 2

Course Content Of Machine Learning with Python

1. Introduction to machine learning


2. Python Basics
3. Data Preprocessing with pandas
4. Matplotlib and Seaborn Visualizations
5. Statistics Basics
• Measurement scale
• Sampling
• Types of variables
• Types of statistics
• Measure of central tendency
• Measure of variability
• Plots
• Skewness
• Kurtosis
• Central limit theorem
• Probability
6. Statistics Basics
• Probability
• Combinations and Permutations
• Baye’s Theorem
• Confidence Interval
• Pearson correlation coefficient
• Hypothesis test
• Decision Errors
• Z,T tests
• Anova(one way, two way)
• Chi Square test

7. Regression
• Regression basics
• Simple Linear Regression
• Gradient Descent algorithm
• Polynomial Regression
• Ridge and Lasso Regression
• Multi nominal Regression
8. Classification
• Classification basics
• Training and Loss
• Threshold
• Accuracy
• Precision and Recall
• Roc Curve and AUC
• Bias and Variance
• Cross Validations
• Grid and Random Search
9. Im-Balanced Data Sets
10. Principal Component Analysis
• PCA Basics
11. Decision Tress
• Tree basics
• Random Forests
• ADA Boost
12. Time Series
• ARIMA
• SARIMA
13. Recommendation System
14. SVM
15. K-NN
16. Clustering
• Clustering basics
• K Means Clustering
• Hierarchical Clustering
• DB Scan clustering
17. NLP BASICS
• Introduction to Neural network
• Productionizing the models
• Plotly dash visualizations
• Interview Preparation Tips and Tricks
• Use case

You might also like