The question is separated in 3 parts.
- Core Problem (The Prerequisite of the course. i.e. Statistics{ Mean, Median, Mode, Histogram}, Python {Generator, }, ML Algorithms {Linear Regression, Logistic Regression,…} )
- Problem (The slides {The Visualisation, Interpretation, Explanation})
- Advanced Problem (The math behind the Algorithms)
Core Problem
The prerequisites:
Statistics
- Mean
- Median
- Mode
- Standard Deviation
- Variance
- Histogram
- Normal Distribution (
kstest
)
Python
- Generator
- Read CSV file
- What is
Panda
,Numpy
basic operations Matplotlib
and draw a Histogram- Sci-kit Learn uses
ML Algorithms
- Understanding of Linear Algorithms, Linear Polynomial Algorithms…
- Confusion Matrix Term And types of Error. i.e. Sensitivity, Specificity, Recall, Precision, TPR, FPR, F-1 Score, MCC, ROC-AUC, R2 Error, MSE
- Algorithms Simplified Understanding