Applied Supervised Learning with Python - Helion
Tytuł oryginału: Applied Supervised Learning with Python
ISBN: 9781789955835
stron: 404, Format: ebook
Data wydania: 2019-04-27
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
Explore the exciting world of machine learning with the fastest growing technology in the world
Key Features
- Understand various machine learning concepts with real-world examples
- Implement a supervised machine learning pipeline from data ingestion to validation
- Gain insights into how you can use machine learning in everyday life
Book Description
Machine learning—the ability of a machine to give right answers based on input data—has revolutionized the way we do business. Applied Supervised Learning with Python provides a rich understanding of how you can apply machine learning techniques in your data science projects using Python. You'll explore Jupyter Notebooks, the technology used commonly in academic and commercial circles with in-line code running support.
With the help of fun examples, you'll gain experience working on the Python machine learning toolkit—from performing basic data cleaning and processing to working with a range of regression and classification algorithms. Once you've grasped the basics, you'll learn how to build and train your own models using advanced techniques such as decision trees, ensemble modeling, validation, and error metrics. You'll also learn data visualization techniques using powerful Python libraries such as Matplotlib and Seaborn.
This book also covers ensemble modeling and random forest classifiers along with other methods for combining results from multiple models, and concludes by delving into cross-validation to test your algorithm and check how well the model works on unseen data.
By the end of this book, you'll be equipped to not only work with machine learning algorithms, but also be able to create some of your own!
What you will learn
- Understand the concept of supervised learning and its applications
- Implement common supervised learning algorithms using machine learning Python libraries
- Validate models using the k-fold technique
- Build your models with decision trees to get results effortlessly
- Use ensemble modeling techniques to improve the performance of your model
- Apply a variety of metrics to compare machine learning models
Who this book is for
Applied Supervised Learning with Python is for you if you want to gain a solid understanding of machine learning using Python. It'll help if you to have some experience in any functional or object-oriented language and a basic understanding of Python libraries and expressions, such as arrays and dictionaries.
Osoby które kupowały "Applied Supervised Learning with Python", wybierały także:
- GraphQL. Kurs video. Buduj nowoczesne API w Pythonie 169,00 zł, (50,70 zł -70%)
- Receptura na Python. Kurs Video. 54 praktyczne porady dla programist 199,00 zł, (59,70 zł -70%)
- Podstawy Pythona z Minecraftem. Kurs video. Piszemy pierwsze skrypty 149,00 zł, (44,70 zł -70%)
- Twórz gry w Pythonie. Kurs video. Poznaj bibliotekę PyGame 249,00 zł, (74,70 zł -70%)
- Data Science w Pythonie. Kurs video. Algorytmy uczenia maszynowego 199,00 zł, (59,70 zł -70%)
Spis treści
Applied Supervised Learning with Python. Use scikit-learn to build predictive models from real-world datasets and prepare yourself for the future of machine learning eBook -- spis treści
- 1. Python Machine Learning Toolkit
- 2. Exploratory Data Analysis and Visualization
- 3. Regression Analysis
- 4. Classification
- 5. Ensemble Modeling
- 6. Model Evaluation