scikit-learn实战:精通机器学习第二版

需积分: 37 10 下载量 38 浏览量 更新于2024-07-18 收藏 8.14MB PDF 举报
"《Mastering Machine Learning with scikit-learn 第二版》是一本由Gavin Hackeling编写的英文专业书籍,专为学习者提供深入理解和实践机器学习解决方案的指南。本书是针对scikit-learn库的权威教程,scikit-learn 是Python中最流行的机器学习库之一,以其简洁易用的API和丰富的功能而闻名。 该书详细介绍了如何利用scikit-learn进行数据预处理、特征工程、模型选择、训练、评估以及优化等各个环节。书中涵盖了各种机器学习算法,包括线性回归、逻辑回归、决策树、随机森林、支持向量机、K近邻、神经网络,以及深度学习的基础概念,如卷积神经网络和循环神经网络。通过实例驱动的方式,读者可以掌握如何构建和调整这些模型,以便在实际项目中应用。 作者以其丰富的经验和深入浅出的讲解,确保了读者不仅能理解理论原理,还能熟练操作scikit-learn的工具。此外,书中还特别关注了跨领域问题的解决策略,帮助读者应对复杂的数据集和场景。 值得注意的是,本书遵循版权规定,所有复制、存储或传输内容必须经Packt Publishing事先书面许可。尽管作者和出版社已经尽力保证信息的准确性,但书中提供的信息不带有任何形式的保证,无论是明示的还是暗示的。因此,使用本书时应意识到可能存在潜在的错误或更新的信息。 Packt Publishing在提及本书中的公司和产品商标时,已尽可能正确使用大写字母,但并不能保证其准确性。本书旨在提供实用的指导,而非法律咨询,因此在参考时请自行核实相关信息。 《Mastering Machine Learning with scikit-learn 第二版》是一本适合机器学习初学者和进阶者的实用手册,不仅有助于巩固基础,还能启发创新思维,帮助读者在这个快速发展的领域中保持竞争力。"
2017-08-16 上传
Mastering Machine Learning with scikit-learn - Second Edition by Gavin Hackeling English | 24 July 2017 | ASIN: B06ZYRPFMZ | ISBN: 1783988363 | 254 Pages | AZW3 | 5.17 MB 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 About the Author Gavin Hackeling is a data scientist and author. He was worked on a variety of machine learning problems, including automatic speech recognition, document classification, object recognition, and semantic segmentation. An alumnus of the University of North Carolina and New York University, he lives in Brooklyn with his wife and cat. Table of Contents The Fundamentals of Machine Learning Simple linear regression Classification and Regression with K Nearest Neighbors Feature Extraction and Preprocessing From Simple Regression to Multiple Regression From Linear Regression to Logistic Regression Naive Bayes Nonlinear Classification and Regression with Decision Trees From Decision Trees to Random Forests, and other Ensemble Methods The Perceptron From the Perceptron to Support Vector Machines From the Perceptron to Artificial Neural Networks Clustering with K-Means Dimensionality Reduction with Principal Component Analysis