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
120/150
minutes should attend in150/180 minutes
session with same login format
Check your attendance Here
- Ml Introduction
- ML Types
- Ml Use cases
- Difference b/w ML AI,DL
- ML life cycle
- Types of variables in stastics
- Diffent types of machine learning algorithems
- Simple Linear Regression
- Intution
- statistical Formula's
- Evolution Metrics
- Linear Regression with Multiple variables
- Linear Equation
- Preprocessing data
- Evalution Metrics for LR
- Non-Linear Regression
- Polynomial Regression
- formula
- y=ax^2+bx^1+cx^0+c+e
- Transforming normal features into polynomail features with degree
- Finfinding the evalution metrics of model
- formula
- what us over fitting
- what is under fitting
- How to handle that over fitting and under fitting problems in ML
- Bias,Variance
- Calculations behind the L1 & L2 Regularisation's