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

Summary


In this chapter, we took a look at the stock market. We learned how to formulate a trading strategy using machine learning. We built the first strategy using a support vector regression and the second using dynamic time warping.

There is no doubt that the material of this chapter could fill a book in itself. Many of the most important components of a trading strategy, we didn't even cover. These include portfolio construction, risk mitigation, and money management. These are fundamental to any real strategy—arguably more important than trade signals.

Hopefully, this will serve as a jumping point for your own explorations. However, again I caution you that "beating the market" is a nearly impossible game. It is one in which you are competing against the brightest minds in the world. If you do decide to try, I wish you the best of luck. Just remember that I warned you if it doesn't turn out like you hoped!

In the next chapter we will examine how to build an image similarity engine.