Building Machine Learning Systems with Python - Third Edition
Learn |
|
---|---|
About |
Machine learning allows systems to learn things without being explicitly programmed to do so. Python is one of the most popular languages used to develop machine learning applications, which take advantage of its extensive library support. This third edition of Building Machine Learning Systems with Python addresses recent developments in the field by covering the most-used datasets and libraries to help you build practical machine learning systems. Using machine learning to gain deeper insights from data is a key skill required by modern application developers and analysts alike. Python, being a dynamic language, allows for fast exploration and experimentation. This book shows you exactly how to find patterns in your raw data. You will start by brushing up on your Python machine learning knowledge and being introduced to libraries. You'll quickly get to grips with serious, real-world projects on datasets, using modeling and creating recommendation systems. With Building Machine Learning Systems with Python, you’ll gain the tools and understanding required to build your own systems, all tailored to solve real-world data analysis problems. By the end of this book, you will be able to build machine learning systems using techniques and methodologies such as classification, sentiment analysis, computer vision, reinforcement learning, and neural networks. |
Features |
|
Page Count | 406 |
Course Length | 12 hours 10 minutes |
ISBN | 9781788623223 |
Date Of Publication | 30 Jul 2018 |
Machine learning and Python – a dream team |
Summary |
The Iris dataset |
Evaluation – holding out data and cross-validation |
How to measure and compare classifiers |
A more complex dataset and the nearest-neighbor classifier |
Which classifier to use |
Summary |
Measuring the relatedness of posts |
Preprocessing – similarity measured as a similar number of common words |
Clustering |
Solving our initial challenge |
Tweaking the parameters |
Summary |
Sketching our roadmap |
Fetching the Twitter data |
Introducing the Naïve Bayes classifier |
Creating our first classifier and tuning it |
Cleaning tweets |
Taking the word types into account |
Summary |