에너지경제연구원 전자도서관

로그인

에너지경제연구원 전자도서관

자료검색

  1. 메인
  2. 자료검색
  3. 통합검색

통합검색

단행본

Machine Learning with Python Cookbook: Practical Solutions from Preprocessing to Deep Learning

발행사항
Sebastopol, California : O'Reilly Media, 2018
형태사항
xiii, 349p. : illustrations ; 24cm
서지주기
Includes index
소장정보
위치등록번호청구기호 / 출력상태반납예정일
이용 가능 (1)
자료실E206987대출가능-
이용 가능 (1)
  • 등록번호
    E206987
    상태/반납예정일
    대출가능
    -
    위치/청구기호(출력)
    자료실
책 소개

This practical guide provides nearly 200 self-contained recipes to help you solve machine learning challenges you may encounter in your daily work. If you? re comfortable with Python and its libraries, including pandas and scikit-learn, you? ll be able to address specific problems such as loading data, handling text or numerical data, model selection, and dimensionality reduction and many other topics.

Each recipe includes code that you can copy and paste into a toy dataset to ensure that it actually works. From there, you can insert, combine, or adapt the code to help construct your application. Recipes also include a discussion that explains the solution and provides meaningful context. This cookbook takes you beyond theory and concepts by providing the nuts and bolts you need to construct working machine learning applications.

You? ll find recipes for:

  • Vectors, matrices, and arrays
  • Handling numerical and categorical data, text, images, and dates and times
  • Dimensionality reduction using feature extraction or feature selection
  • Model evaluation and selection
  • Linear and logical regression, trees and forests, and k-nearest neighbors
  • Support vector machines (SVM), na?ve Bayes, clustering, and neural networks
  • Saving and loading trained models
목차
Preface 1. Vectors, Matrices, and Arrays 2. Loading Data 3. Data Wrangling 4. Handling Numerical Data 5. Handling Categorical Data 6. Handling Text 7. Handling Dates and Times 8. Handling Images 121 9. Dimensionality Reduction Using Feature Extraction 10. Dimensionality Reduction Using Feature Selection 11. Model Evaluation 12. Model Selection 13. Linear Regression 14. Trees and Forests 15. K-Nearest Neighbors 16. Logistic Regression 17. Support Vector Machines 18. Naive Bayes 19. Clustering 20. Neural Networks 21. Saving and Loading Trained Models Index