A collection of Jupyter Notebooks : my understanding of theoretical and practical topics of Data Science
- Pre-Processing
- Performance Metrics
- Model Evaluation
- Regression
- Regularized Regression
- Decision Tree Learning
- Neural Networks
- Bayesian Learning
- Ensemble Methods
- Clustering
- Scaling and Normalization
- Feature Extraction
- [Feature Selection]
- [Dimensionality Reduction]
- Resubstitution
- Hold Out
- Repeated Hold Out
- Stratified Hold Out
- Repeated Stratified Hold Out
- Cross Validation
- Bootstrap
-
Violation of CLRM Assumptions
-
Estimation
- Ridge Regression
- Least Absolute Shrinkage and Selection Operator (LASSO)
- Elastic Net
- [Least Angle Regression (LARS)]
- [Classification and Regression Tree (CART)]
- [Iterative Dichotomiser 3 (ID3)]
- [C4.5 and C5.0]
- [Chi-square Automatic Interaction Detection (CHAID)]
- [Decision Stump]
- [Conditional Decision Tree]
- [M5]
- Introduction
- Activation Functions
- Learning Algorithms
- Perceptron
- Multi Layer Perceptron
- [Deep Neural Network]
- [Convolutional Neural Network]
- [Recurrent Neural Network]