Mathematical Background
- Algorithm Analysis and Asymptotic Notations
- Complexities of machine learning algorithms, analysis and benchmarking
- Probability Distribution and Statistics
- Probabilistic Models, Distributions (mainly Normal), Central limit theorem and sampling, Confusion Matrix and Hypotheses.
- Vectors, Matrices and Linear Algebra
- Vector Algebra and products , Matrix normalization and reduction, Vector Spaces.
Theory
- Supervised Learning
- Regression
- Classification
- Unsupervised Learning
- Reinforcement Learning
Algorithms
- Classification
- Linear
- Support Vector Machines
- Logistic Regression
- Non Linear
- Naive Bayes
- K Nearest Neighbors
- Decision Trees
- K Means Clustering
- Neural Networks
- Linear Regression
- Backpropagation
Concepts
- Probabilistic Model
- Loss Function (Bias)
- Cross Validation
- Evaluation Metrics
- Accuracy
- Log Loss
- Gini Coefficient
- MSE, RMSE
- F1 score - Precision and Recall