Book description
Take tiny steps to enter the big world of data science through this interesting guide
About This Book
Learn the fundamentals of machine learning and build your own intelligent applications
Master the art of building your own machine learning systems with this example-based practical guide
Work with important classification and regression algorithms and other machine learning techniques
Who This Book Is For
This book is for anyone interested in entering the data science stream with machine learning. Basic familiarity with Python is assumed.
What You Will Learn
Exploit the power of Python to handle data extraction, manipulation, and exploration techniques
Use Python to visualize data spread across multiple dimensions and extract useful features
Dive deep into the world of analytics to predict situations correctly
Implement machine learning classification and regression algorithms from scratch in Python
Be amazed to see the algorithms in action
Evaluate the performance of a machine learning model and optimize it
Solve interesting real-world problems using machine learning and Python as the journey unfolds
In Detail
Data science and machine learning are some of the top buzzwords in the technical world today. A resurging interest in machine learning is due to the same factors that have made data mining and Bayesian analysis more popular than ever. This book is your entry point to machine learning.
This book starts with an introduction to machine learning and the Python language and shows you how to complete the setup. Moving ahead, you will learn all the important concepts such as, exploratory data analysis, data preprocessing, feature extraction, data visualization and clustering, classification, regression and model performance evaluation. With the help of various projects included, you will find it intriguing to acquire the mechanics of several important machine learning algorithms – they are no more obscure as they thought. Also, you will be guided step by step to build your own models from scratch. Toward the end, you will gather a broad picture of the machine learning ecosystem and best practices of applying machine learning techniques.
Through this book, you will learn to tackle data-driven problems and implement your solutions with the powerful yet simple language, Python. Interesting and easy-to-follow examples, to name some, news topic classification, spam email detection, online ad click-through prediction, stock prices forecast, will keep you glued till you reach your goal.
Style and approach
This book is an enticing journey that starts from the very basics and gradually picks up pace as the story unfolds. Each concept is first succinctly defined in the larger context of things, followed by a detailed explanation of their application. Every concept is explained with the help of a project that solves a real-world problem, and involves hands-on work—giving you a deep insight into the world of machine learning. With simple yet rich language—Python—you will understand and be able to implement the examples with ease.
Table of contents
- Credits
- Preface
-
Getting Started with Python and Machine Learning
- What is machine learning and why do we need it?
- A very high level overview of machine learning
- A brief history of the development of machine learning algorithms
- Generalizing with data
- Overfitting, underfitting and the bias-variance tradeoff
- Avoid overfitting with feature selection and dimensionality reduction
- Preprocessing, exploration, and feature engineering
- Combining models
- Installing software and setting up
- Troubleshooting and asking for help
- Summary
- Exploring the 20 Newsgroups Dataset with Text Analysis Algorithms
- Spam Email Detection with Naive Bayes
- News Topic Classification with Support Vector Machine
- Click-Through Prediction with Tree-Based Algorithms
- Click-Through Prediction with Logistic Regression
- Stock Price Prediction with Regression Algorithms
-
Best Practices
- Machine learning workflow
- Best practices in the data preparation stage
-
Best practices in the training sets generation stage
- Best practice 5 - determine categorical features with numerical values
- Best practice 6 - decide on whether or not to encode categorical features
- Best practice 7 - decide on whether or not to select features and if so, how
- Best practice 8 - decide on whether or not to reduce dimensionality and if so how
- Best practice 9 - decide on whether or not to scale features
- Best practice 10 - perform feature engineering with domain expertise
- Best practice 11 - perform feature engineering without domain expertise
- Best practice 12 - document how each feature is generated
- Best practices in the model training, evaluation, and selection stage
- Best practices in the deployment and monitoring stage
- Summary
Product information
- Title: Python Machine Learning By Example
- Author(s):
- Release date: May 2017
- Publisher(s): Packt Publishing
- ISBN: 9781783553112
You might also like
book
Python Machine Learning By Example - Second Edition
Grasp machine learning concepts, techniques, and algorithms with the help of real-world examples using Python libraries …
book
Python Machine Learning By Example - Third Edition
A comprehensive guide to get you up to speed with the latest developments of practical machine …
book
Interpretable Machine Learning with Python
A deep and detailed dive into the key aspects and challenges of machine learning interpretability, complete …
book
Python: Deeper Insights into Machine Learning
Leverage benefits of machine learning techniques using Python. About This Book Improve and optimise machine learning …