Machine learning with Python cookbook : practical solutions from preprocessing to deep learning /
With Early Release ebooks, you get books in their earliest form--the author's raw and unedited content as he or she writes--so you can take advantage of these technologies long before the official release of these titles. You'll also receive updates when significant changes are made, new c...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media,
[2018]
|
Edición: | First edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Preface
- Chapter 1. Vectors, Matrices, and Arrays
- Chapter 2. Loading Data
- Chapter 3. Data Wrangling
- Chapter 4. Handling Numerical Data
- Chapter 5. Handling Categorical Data
- Chapter 6. Handling Text
- Chapter 7. Handling Dates and Times
- Chapter 8. Handling Images
- Chapter 9. Dimensionality Reduction Using Feature Extraction
- Chapter 10. Dimensionality Reduction Using Feature Selection
- Chapter 11. Model Evaluation
- Chapter 12. Model Selection
- Chapter 13. Linear Regression
- Chapter 14. Trees and Forests
- Chapter 15. K-Nearest Neighbors
- Chapter 16. Logistic Regression
- Chapter 17. Support Vector Machines
- Chapter 18. Naive Bayes
- Chapter 19. Clustering
- Chapter 20. Neural Networks
- Chapter 21. Saving and Loading Trained Models.