AI/ML Notes
Welcome to My AI/ML Book
This is my newly started pet project and an evolving book.
content will appear soon. :)
Things to include
Data preparation
- Handling large dataset
- Handling high dimensionality models
- Handling missing data
- Feature engineering
- Handling class imbalances (smot library)
Various model and its evaluation metrices
- Various ML models along with best practices
- clustering algorithms (including WCSS plot)
- Deep networks (drop off/Early stop/branch pruning/embedding)
- Evaluation metrics
- Model interpretibility (Shapley models,Pydotplus tree visualisers ,latest paper of EPFL etc)
- Model monitoring (Drift analysis etc)
- Model Training vs retraining
- Bias variance tradeoffs
- SciML & PINN
- Model deployment logics
- Data pipeline managements