Supervised Machine Learning with Python: Develop rich Python coding practices while exploring supervised machine learning
Authors: Taylor Smith
ISBN-10: 1838825665
ISBN-13: 9781838825669
Publication Date 出版日期: 2019-05-27
Print Length 页数: 162 pages
Book Description
By finelybook
Teach your machine to think for itself!
Supervised machine learning is used in a wide range of sectors (such as finance,online advertising,and analytics) because it allows you to train your system to make pricing predictions,campaign adjustments,customer recommendations,and much more while the system self-adjusts and makes decisions on its own. As a result,it’s crucial to know how a machine “learns” under the hood.
This book will guide you through the implementation and nuances of many popular supervised machine learning algorithms while facilitating a deep understanding along the way. You’ll embark on this journey with a quick overview and see how supervised machine learning differs from unsupervised learning. Next,we explore parametric models such as linear and logistic regression,non-parametric methods such as decision trees,and various clustering techniques to facilitate decision-making and predictions. As we proceed,you’ll work hands-on with recommender systems,which are widely used by online companies to increase user interaction and enrich shopping potential. Finally,you’ll wrap up with a brief foray into neural networks and transfer learning.
By the end of this book,you’ll be equipped with hands-on techniques and will have gained the practical know-how you need to quickly and powerfully apply algorithms to new problems.
What you will learn
Crack how a machine learns a concept and generalize its understanding to new data
Uncover the fundamental differences between parametric and non-parametric models
Implement and grok several well-known supervised learning algorithms from scratch
Work with models in domains such as ecommerce and marketing
Expand your expertise and use various algorithms such as regression,decision trees,and clustering
Build your own models capable of making predictions
Delve into the most popular approaches in deep learning such as transfer learning and neural networks
contents
1 First Step Towards Supervised Learning
2 Implementing Parametric Models
3 Working with Non-Parametric Models
4 Advanced Topics in Supervised Machine Learning