Machine Learning for OpenCV: Intelligent image processing with Python

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Expand your OpenCV knowledge and master key concepts of machine learning using this practical, hands-on guide. About This Book • Load, store, edit, and visualize data using OpenCV and Python • Grasp the fundamental concepts of classification, regression, and clustering • Understand, perform, and experiment with machine learning techniques using this easy-to-follow guide • Evaluate, compare, and choose the right algorithm for any task Who This Book Is For This book targets Python programmers who are already familiar with OpenCV; this book will give you the tools and understanding required to build your own machine learning systems, tailored to practical real-world tasks. What You Will Learn • Explore and make effective use of OpenCV's machine learning module • Learn deep learning for computer vision with Python • Master linear regression and regularization techniques • Classify objects such as flower species, handwritten digits, and pedestrians • Explore the effective use of support vector machines, boosted decision trees, and random forests • Get acquainted with neural networks and Deep Learning to address real-world problems • Discover hidden structures in your data using k-means clustering • Get to grips with data pre-processing and feature engineering In Detail Machine learning is no longer just a buzzword, it is all around us: from protecting your email, to automatically tagging friends in pictures, to predicting what movies you like. Computer vision is one of today's most exciting application fields of machine learning, with Deep Learning driving innovative systems such as self-driving cars and Google's DeepMind. OpenCV lies at the intersection of these topics, providing a comprehensive open-source library for classic as well as state-of-the-art computer vision and machine learning algorithms. In combination with Python Anaconda, you will have access to all the open-source computing libraries you could possibly ask for. Machine learning for OpenCV begins by introducing you to the essential concepts of statistical learning, such as classification and regression. Once all the basics are covered, you will start exploring various algorithms such as decision trees, support vector machines, and Bayesian networks, and learn how to combine them with other OpenCV functionality. As the book progresses, so will your machine learning skills, until you are ready to take on today's hottest topic in the field: Deep Learning. By the end of this book, you will be ready to take on your own machine learning problems, either by building on the existing source code or developing your own algorithm from scratch! Style and approach OpenCV machine learning connects the fundamental theoretical principles behind machine learning to their practical applications in a way that focuses on asking and answering the right questions. This book walks you through the key elements of OpenCV and its powerful machine learning classes, while demonstrating how to get to grips with a range of models.

Author(s): Michael Beyeler
Edition: 1
Publisher: Packt Publishing
Year: 2017

Language: English
Commentary: True PDF
Pages: 382
Tags: Machine Learning; Deep Learning; Unsupervised Learning; Bayesian Networks; Regression; Decision Trees; Computer Vision; OpenCV; Supervised Learning; Python; Classification; Support Vector Machines; Feature Engineering; Image Recognition; Pipelines; Hyperparameter Tuning; Logistic Regression; Ensemble Learning; Spam Detection; NumPy; matplotlib; Image Classification; AdaBoost

1. A Taste of Machine Learning
2. Working with Data in OpenCV and Python
3. First Steps in Supervised Learning
4. Representing Data and Engineering Features
5. Using Decision Trees to Make a Medical Diagnosis
6. Detecting Pedestrians with Support Vector Machines
7. Implementing a Spam Filter with Bayesian Learning
8. Discovering Hidden Structures with Unsupervised Learning
9. Using Deep Learning to Classify Handwritten Digits
10. Combining Different Algorithms into an Ensemble
11. Selecting the Right Model with Hyperparameter Tuning
12. Wrapping Up