© Michael Paluszek and Stephanie Thomas 2020
Michael Paluszek and Stephanie ThomasPractical MATLAB Deep Learninghttps://doi.org/10.1007/978-1-4842-5124-9_3

3. Finding Circles with Deep Learning

Michael Paluszek and Stephanie Thomas1
(1)
Plainsboro, NJ, USA
 

3.1 Introduction

Finding circles is a classification problem. Given a bunch of geometric shapes, we want the deep learning system to classify a shape as either a circle or something else. This is much simpler than classifying faces or digits. It is a good way to determine how well your classification system works. We will apply a convolutional network to the problem as it is the most appropriate for classifying image data.
In this chapter, we will first generate a set of image data. This will be ...

Get Practical MATLAB Deep Learning: A Project-Based Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.