Machine Learning for Imbalanced Data. Tackle imbalanced datasets using machine learning and deep learning techniques - Helion
Tytuł oryginału: Machine Learning for Imbalanced Data. Tackle imbalanced datasets using machine learning and deep learning techniques
ISBN: 9781801070881
stron: 344, Format: ebook
Data wydania: 2023-11-30
Księgarnia: Helion
Cena książki: 125,10 zł (poprzednio: 139,00 zł)
Oszczędzasz: 10% (-13,90 zł)
As machine learning practitioners, we often encounter imbalanced datasets in which one class has considerably fewer instances than the other. Many machine learning algorithms assume an equilibrium between majority and minority classes, leading to suboptimal performance on imbalanced data. This comprehensive guide helps you address this class imbalance to significantly improve model performance.
Machine Learning for Imbalanced Data begins by introducing you to the challenges posed by imbalanced datasets and the importance of addressing these issues. It then guides you through techniques that enhance the performance of classical machine learning models when using imbalanced data, including various sampling and cost-sensitive learning methods.
As you progress, you’ll delve into similar and more advanced techniques for deep learning models, employing PyTorch as the primary framework. Throughout the book, hands-on examples will provide working and reproducible code that’ll demonstrate the practical implementation of each technique.
By the end of this book, you’ll be adept at identifying and addressing class imbalances and confidently applying various techniques, including sampling, cost-sensitive techniques, and threshold adjustment, while using traditional machine learning or deep learning models.
Osoby które kupowały "Machine Learning for Imbalanced Data. Tackle imbalanced datasets using machine learning and deep learning techniques", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Machine Learning for Imbalanced Data. Tackle imbalanced datasets using machine learning and deep learning techniques eBook -- spis treści
- 1. Introduction to Data Imbalance in Machine Learning
- 2. Oversampling Methods
- 3. Undersampling Methods
- 4. Ensemble Methods
- 5. Cost-Sensitive Learning
- 6. Data Imbalance in Deep Learning
- 7. Data-Level Deep Learning Methods
- 8. Algorithm-Level Deep Learning Techniques
- 9. Hybrid Deep Learning Methods
- 10. Model Calibration
- 11. Appendix