Apply effective learning algorithms to real-world problems using scikit-learnAbout This Book Design and troubleshoot machine learning systems for common tasks including regression, classification, and clustering Acquaint yourself with popular machine learning algorithms, including decision trees, lo
Mastering Machine Learning with scikit-learn: Apply effective learning algorithms to real-world problems using scikit-learn
β Scribed by Gavin Hackeling
- Publisher
- Packt Publishing
- Year
- 2017
- Tongue
- English
- Leaves
- 249
- Edition
- 2
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Key Features
β’ Master popular machine learning models including k-nearest neighbors, random forests, logistic regression, k-means, naive Bayes, and artificial neural networks
β’ Learn how to build and evaluate performance of efficient models using scikit-learn
β’ Practical guide to master your basics and learn from real life applications of machine learning
Book Description
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 book 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 discusses data preprocessing, hyperparameter optimization, and ensemble methods. You will build systems that classify documents, recognize images, detect ads, and more. You will 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 book, you will master all required concepts of scikit-learn to build efficient models at work to carry out advanced tasks with the practical approach.
What you will learn
β’ Review fundamental concepts such as bias and variance
β’ Extract features from categorical variables, text, and images
β’ Predict the values of continuous variables using linear regression and K Nearest Neighbors
β’ Classify documents and images using logistic regression and support vector machines
β’ Create ensembles of estimators using bagging and boosting techniques
β’ Discover hidden structures in data using K-Means clustering
β’ Evaluate the performance of machine learning systems in common tasks
β¦ Subjects
Machine Learning; Neural Networks; Regression; Decision Trees; Python; Classification; Principal Component Analysis; Support Vector Machines; Categorical Variables; Dimensionality Reduction; Naive Bayes; Linear Regression; Logistic Regression; scikit-learn; Ensemble Learning; Perceptron; Feature Extraction; Random Forest
π SIMILAR VOLUMES
This book examines machine learning models including logistic regression, decision trees, and support vector machines, and applies them to common problems such as categorizing documents and classifying images. It begins with the fundamentals of machine learning, introducing you to the supervised-uns
If you are a software developer who wants to learn how machine learning models work and how to apply them effectively, this book is for you. Familiarity with machine learning fundamentals and Python will be helpful, but is not essential.