Learning scikit-learn: Machine Learning in Python. Incorporating machine learning in your applications is becoming essential. As a programmer this book is the ideal introduction to scikit-learn for your Python environment, taking your skills to a whole ne - Helion

Tytuł oryginału: Learning scikit-learn: Machine Learning in Python. Incorporating machine learning in your applications is becoming essential. As a programmer this book is the ideal introduction to scikit-learn for your Python environment, taking your skills to a whole ne
ISBN: 9781783281947
stron: 118, Format: ebook
Data wydania: 2013-11-25
Księgarnia: Helion
Cena książki: 119,00 zł
Machine learning, the art of creating applications that learn from experience and data, has been around for many years. However, in the era of “big data”, huge amounts of information is being generated. This makes machine learning an unavoidable source of new data-based approximations for problem solving.
With Learning scikit-learn: Machine Learning in Python, you will learn to incorporate machine learning in your applications. The book combines an introduction to some of the main concepts and methods in machine learning with practical, hands-on examples of real-world problems. Ranging from handwritten digit recognition to document classification, examples are solved step by step using Scikit-learn and Python.
The book starts with a brief introduction to the core concepts of machine learning with a simple example. Then, using real-world applications and advanced features, it takes a deep dive into the various machine learning techniques.
You will learn to evaluate your results and apply advanced techniques for preprocessing data. You will also be able to select the best set of features and the best methods for each problem.
With Learning scikit-learn: Machine Learning in Python you will learn how to use the Python programming language and the scikit-learn library to build applications that learn from experience, applying the main concepts and techniques of machine learning.
Osoby które kupowały "Learning scikit-learn: Machine Learning in Python. Incorporating machine learning in your applications is becoming essential. As a programmer this book is the ideal introduction to scikit-learn for your Python environment, taking your skills to a whole ne", wybierały także:
- Cisco CCNA 200-301. Kurs video. Administrowanie bezpieczeństwem sieci. Część 3 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Administrowanie urządzeniami Cisco. Część 2 665,00 zł, (39,90 zł -94%)
- Cisco CCNA 200-301. Kurs video. Podstawy sieci komputerowych i konfiguracji. Część 1 665,00 zł, (39,90 zł -94%)
- Cisco CCNP Enterprise 350-401 ENCOR. Kurs video. Programowanie i automatyzacja sieci 443,33 zł, (39,90 zł -91%)
- CCNP Enterprise 350-401 ENCOR. Kurs video. Mechanizmy kierowania ruchem pakiet 443,33 zł, (39,90 zł -91%)
Spis treści
Learning scikit-learn: Machine Learning in Python. Incorporating machine learning in your applications is becoming essential. As a programmer this book is the ideal introduction to scikit-learn for your Python environment, taking your skills to a whole new level eBook -- spis treści
- Learning scikit-learn: Machine Learning in Python
- Table of Contents
- Learning scikit-learn: Machine Learning in Python
- Credits
- About the Authors
- About the Reviewers
- www.PacktPub.com
- Support files, eBooks, discount offers and more
- Why Subscribe?
- Free Access for Packt account holders
- Support files, eBooks, discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Errata
- Piracy
- Questions
- 1. Machine Learning A Gentle Introduction
- Installing scikit-learn
- Linux
- Mac
- Windows
- Checking your installation
- Datasets
- Our first machine learning method linear classification
- Evaluating our results
- Machine learning categories
- Important concepts related to machine learning
- Summary
- Installing scikit-learn
- 2. Supervised Learning
- Image recognition with Support Vector Machines
- Training a Support Vector Machine
- Text classification with Nave Bayes
- Preprocessing the data
- Training a Nave Bayes classifier
- Evaluating the performance
- Explaining Titanic hypothesis with decision trees
- Preprocessing the data
- Training a decision tree classifier
- Interpreting the decision tree
- Random Forests randomizing decisions
- Evaluating the performance
- Predicting house prices with regression
- First try a linear model
- Second try Support Vector Machines for regression
- Third try Random Forests revisited
- Evaluation
- Summary
- Image recognition with Support Vector Machines
- 3. Unsupervised Learning
- Principal Component Analysis
- Clustering handwritten digits with k-means
- Alternative clustering methods
- Summary
- 4. Advanced Features
- Feature extraction
- Feature selection
- Model selection
- Grid search
- Parallel grid search
- Summary
- Index