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 chapters ar
Machine Learning with Python Cookbook: Practical Solutions from Preprocessing to Deep Learning
β Scribed by Chris Albon
- Publisher
- OβReilly Media
- Year
- 2018
- Tongue
- English
- Leaves
- 366
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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
Who This Book Is For
This book is not an introduction to machine learning. If you are not comfortable with the basic concepts of machine learning or have never spent time learning machine learning, do not buy this book. Instead, this book is for the machine learning practitioner who, while comfortable with the theory and concepts of machine learning, would benefit from a quick reference containing code to solve challenges he runs into working on machine learning on an everyday basis.
This book assumes the reader is comfortable with the Python programming language and package management.
Who This Book Is Not For
As stated previously, this book is not an introduction to machine learning. This book should not be your first. If you are unfamiliar with concepts like cross-validation, random forest, and gradient descent, you will likely not benefit from this book as much as one of the many high-quality texts specifically designed to introduce you to the topic. I recommend reading one of those books and then coming back to this book to learn working, practical solutions for machine learning.
β¦ Subjects
Machine Learning; Neural Networks; Regression; Image Processing; Python; Classification; Clustering; Categorical Variables; Dimensionality Reduction; Cookbook; Naive Bayes; Linear Regression; Logistic Regression; Text Wrangling; Data Wrangling; Model Evaluation; Model Selection
π SIMILAR VOLUMES
Vectors, matrices, and arrays -- Loading data -- Data wrangling -- Handling numerical data -- Handling categorical data -- Handling text -- Handling dates and times -- Handling images -- Dimensionalit reduction using feature extraction -- Dimensionality reduction using feature selection -- Model eva
Vectors, matrices, and arrays -- Loading data -- Data wrangling -- Handling numerical data -- Handling categorical data -- Handling text -- Handling dates and times -- Handling images -- Dimensionalit reduction using feature extraction -- Dimensionality reduction using feature selection -- Model eva
Vectors, matrices, and arrays -- Loading data -- Data wrangling -- Handling numerical data -- Handling categorical data -- Handling text -- Handling dates and times -- Handling images -- Dimensionalit reduction using feature extraction -- Dimensionality reduction using feature selection -- Model eva
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
<p><span>This practical guide provides more than 200 self-contained recipes to help you solve machine learning challenges you may encounter in your work. If you're comfortable with Python and its libraries, including pandas and scikit-learn, you'll be able to address specific problems, from loading