Treffer: Hands-On Automated Machine Learning

Title:
Hands-On Automated Machine Learning
Publisher Information:
Packt Publishing 2018
Document Type:
E-Ressource Electronic Resource
Index Terms:
Availability:
Open access content. Open access content
copyrighted
Note:
English
Contributing Source:
CYBERLIBRIS
From OAIster®, provided by the OCLC Cooperative.
Accession Number:
edsoai.on1268859498
Database:
OAIster

Weitere Informationen

Automate data and model pipelines for faster machine learning applicationsAbout This BookBuild automated modules for different machine learning componentsUnderstand each component of a machine learning pipeline in depthLearn to use different open source AutoML and feature engineering platformsWho This Book Is ForIf you're a budding data scientist, data analyst, or Machine Learning enthusiast and are new to the concept of automated machine learning, this book is ideal for you. You'll also find this book useful if you're an ML engineer or data professional interested in developing quick machine learning pipelines for your projects. Prior exposure to Python programming will help you get the best out of this book.What You Will LearnUnderstand the fundamentals of Automated Machine Learning systemsExplore auto-sklearn and MLBox for AutoML tasksAutomate your preprocessing methods along with feature transformationEnhance feature selection and generation using the Python stackAssemble individual components of ML into a complete AutoML frameworkDemystify hyperparameter tuning to optimize your ML modelsDive into Machine Learning concepts such as neural networks and autoencodersUnderstand the information costs and trade-offs associated with AutoMLIn DetailAutoML is designed to automate parts of Machine Learning. Readily available AutoML tools are making data science practitioners' work easy and are received well in the advanced analytics community. Automated Machine Learning covers the necessary foundation needed to create automated machine learning modules and helps you get up to speed with them in the most practical way possible.In this book, you'll learn how to automate different tasks in the machine learning pipeline such as data preprocessing, feature selection, model training, model optimization, and much more. In addition to this, it demonstrates how you can use the available automation libraries, such as auto-sklearn and MLBox, and create and extend your own custom Auto