An open API service indexing awesome lists of open source software.

https://github.com/py4mac/approaching-any-ml-problem

Study of "Approaching-any-ml-problem" book
https://github.com/py4mac/approaching-any-ml-problem

machine-learning python pytorch

Last synced: 3 months ago
JSON representation

Study of "Approaching-any-ml-problem" book

Awesome Lists containing this project

README

          

# Study of "Approaching-any-ml-problem" book

On-going study of "Approaching (Almost) Any Machine Learning Problem" book

## Credits
**Abhishek Thakur**

## Chapters

- [x] Supervised & unsupervised learning
- [x] Cross Validation
- [x] Evaluation Metrics
- [x] Arranging machine learning projects
- [x] Approaching categorical variables
- [x] Feature engineering
- [x] Feature selection
- [x] Hyperparameter Optimization
- ([ ] Approaching image classification & segmentation - NOT COVERED)
- [x] Approaching text classification/regression
- [x] Approaching ensembling & stacking
- ([ ] Approaching reproducible code & model serving - ALREADY COVERED)

## Notes

* Sparse matrix explanation: https://dziganto.github.io/Sparse-Matrices-For-Efficient-Machine-Learning/