Book Image

Python Machine Learning Blueprints: Intuitive data projects you can relate to

By : Alexander T. Combs
Book Image

Python Machine Learning Blueprints: Intuitive data projects you can relate to

By: Alexander T. Combs

Overview of this book

<p>Machine Learning is transforming the way we understand and interact with the world around us. But how much do you really understand it? How confident are you interacting with the tools and models that drive it?</p> <p>Python Machine Learning Blueprints puts your skills and knowledge to the test, guiding you through the development of some awesome machine learning applications and algorithms with real-world examples that demonstrate how to put concepts into practice.</p> <p>You’ll learn how to use cluster techniques to discover bargain air fares, and apply linear regression to find yourself a cheap apartment – and much more. Everything you learn is backed by a real-world example, whether its data manipulation or statistical modelling.</p> <p>That way you’re never left floundering in theory – you’ll be simply collecting and analyzing data in a way that makes a real impact.</p>
Table of Contents (16 chapters)
Python Machine Learning Blueprints
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Machine learning on images


While the applications of machine learning for text and numerical data tend to be the most discussed, there are similarly a large number of applications for images. Many of these tend to be in areas of cutting-edge research with profound implications.

We are quite accustomed today to running a Google search to find some odd snippet of text from a news story that we read three weeks ago and having the first result be just what we wanted. Now, imagine if we could do the same thing for pictures, movies, and GIFs. For example, let's say you saw a GIF six months ago that is perfectly apropos for your current Slack conversation, but all you can remember is that it involved a llama and a man trying to feed him. Right now, you'd have a tough time locating it because most image searches involve hashtags and the text surrounding the image. Over the last few years, however, companies such as Google have made amazing progress in having machines label the contents of images...