Learning scikit-learn: Machine Learning in Python(English, Paperback, Tompson Raul G)
Quick Overview
Product Price Comparison
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.Key FeaturesUse Python and scikit-learn to create intelligent applicationsApply regression techniques to predict future behaviour and learn to cluster items in groups by their similaritiesMake use of classification techniques to perform image recognition and document classificationBook DescriptionMachine learning, the art of creating applications that learn from experience and data, has been around for many years. However, in the era of 'AEubig data'AEu, 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.What you will learnSet up scikit-learn inside your Python environmentClassify objects (from documents to human faces and flower species) based on some of their features, using a variety of methods from Support Vector Machines to Na?Ove BayesUse Decision Trees to explain the main causes of certain phenomenon such as the Titanic passengers' survivalPredict house prices using regression techniquesDisplay and analyse groups in your data using dimensionality reductionMake use of different tools to preprocess, extract, and select the learning featuresSelect the best parameters for your models using model selectionImprove the way you build your models using parallelization techniquesWho this book is forIf you are a programmer who wants to explore machine learning and data-based methods to build intelligent applications and enhance your programming skills, this the book for you. No previous experience with machine-learning algorithms is required.