This training is from 24-Aug-2020 to 02-Sept-2020 total of 2hr/day (04:00 PM to 06:00 PM) for 9days. This repository consists of all the files, resources, and recorded session links which are discussed during Machine Learning using Python Online Training.
APSSDC-ML-Datasets → [Click Here]
Few resources avaliable @ [resources.md] file don't forget to use them
Everyone should compulsory follow the below instruction in order to get the attendance --> Certificate
- Login format
rollnumber-name-college
- Don't give spaces in roll number or shorcut of your roll number
- Don't give spaces between rollnumber and name (only - single minus or hyphen character)
- Make sure roll number should match with the registered roll number
- Minimum
90/120
minutes should attend in120/150 minutes
session with same login format
- Introduction to Machine Learning
- Machine Learning Classification
- Day2 Agenda
- Classification of ML
- Classification of Supervised ML
- Types of Algorithms
- Types of data based on structure and according to statistics
- What is regression
- Types of regressions
- Linear regression with one variable
- Created ML model to predict the salary based on YearsOfExperience
- Evaluated the Model
Day02 Jupyter Notebook [.ipynb format], [.pdf format]
- Multi Linear Regression to predict CO2 Emissions Dataset
- Non Linear regression
- Polynomial Regression to predict CO2 Emissions Dataset
Day03_Multi_Linear_and_Polynomial_Regression_Jupyter_Notebook [.ipynb format], [.pdf format]
Day03_PolyNomial_Regression_Functions [.ipynb format], [.pdf format]
- Introduction to Classification
- Types of Classification
- KNN(k-Nearest Neighbours) Algorithm
Click Here For Notes--> Class Jupyter Notebook
Click Here For Video --> Recorded Video
Classification PPT -->Click Here
- Logistic Regression
- SVM (Support Vector Machine)
Click Here For Notes-->Class Jupyter Notebook
Click Here For Video -->Recorded Video
- Introduction to Decision Tree
- Terminology related to Decision Trees
- Types of Decision Trees
- Decision Trees Classifier
Class Jupyter Notebook -->Click Here
Class Recorded Video --> Click Here
Pdf uploaded in above folder
- Introduction to DecisionTree Regressor
- DecisionTree Regressor Algorithm
- Random Forest
Class Jupyter Notebook -->Click Here
Class Recorded Video --> Click Here
Pdf uploaded in above folder
- Types of Unsupervised Learning
- Introduction to clustering
- Types of Clustering methods
- KMeans Clustering
- Applications
Day08 Jupyter Notebook [.ipynb format], [.pdf format]
- Dimensionality reduction
- Principal Component Analysis (PCA)