- Matrix Transformation
- Eigen Decomposition
- Decomposition and reconstruction of invertible and invertible symmetric matrices
- Singular Value Decomposition
- Reconstructing a book cover image using singular value decomposition with varying ranks
- Data Preprocessing
- Telco Customer Churn Notebook
- Census Income Train Notebook, Census Income Test Notebook
- Adaboost with Logistic Regression from Scratch
- Results and Discussion
- Layer Abstractions (Dense, ReLU, Softmax, Dropout) with Forward and Backward Propagations: Neural Network Backbone Code
- Loss function, Evaluation Metric, Loading, Preprocessing, Training, Evaluation and Plotting: Training Code
- Inference: Testing Code
- Report Link
- Principal Component Analysis (PCA), Expectation-Maximization Algorithm, Log-likelihood Calculation: Python Code