Book Image

Machine Learning with Scikit-learn [Video]

Book Image

Machine Learning with Scikit-learn [Video]

Overview of this book

<p>Machine learning is the buzzword bringing computer science and statistics together to build smart and efficient models. Using powerful algorithms and techniques offered by machine learning, you can automate any analytical model. This course examines a variety of machine learning models including popular machine learning algorithms such as k-nearest neighbors, logistic regression, naive Bayes, k-means, decision trees, and artificial neural networks. It also discusses data preprocessing, hyperparameter optimization, and ensemble methods. You will build systems that classify documents, recognize images, detect ads, and more. You’ll learn to use scikit-learn’s API to extract features from categorical variables, text and images; evaluate model performance; and develop an intuition for how to improve your model’s performance. By the end of this course, you will master all required concepts of scikit-learn to build efficient models at work to carry out advanced tasks with the practical approach.</p> <h1>Style and Approach</h1> <p>This course is motivated by the belief that you don’t understand something until you can describe it simply. Work through your problems to develop your understanding of the learning algorithms and models, then apply your learnings to real-life problems.</p>
Table of Contents (14 chapters)
3
Classification and Regression with k-Nearest Neighbors
8
Nonlinear Classification and Regression with Decision Trees
9
From Decision Trees to Random Forests and Other Ensemble Methods
14
Dimensionality Reduction with Principal Component Analysis
Chapter 8
Nonlinear Classification and Regression with Decision Trees
Content Locked
Section 1
Decision Trees
Decision trees are tree-like graphs that model a decision. They help you to decide on something using a step-by-step approach. - Understand how decision trees work