Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Machine Learning with Core ML

You're reading from  Machine Learning with Core ML

Product type Book
Published in Jun 2018
Publisher Packt
ISBN-13 9781788838290
Pages 378 pages
Edition 1st Edition
Languages

Table of Contents (16) Chapters

Title Page
Packt Upsell
Contributors
Preface
Introduction to Machine Learning Introduction to Apple Core ML Recognizing Objects in the World Emotion Detection with CNNs Locating Objects in the World Creating Art with Style Transfer Assisted Drawing with CNNs Assisted Drawing with RNNs Object Segmentation Using CNNs An Introduction to Create ML Other Books You May Enjoy Index

A typical workflow 


As with any project, you enter the process with some understanding of what you are trying to build. The better you understand this (the problem), the better you are able to solve it. 

After understanding what it is that you're trying to do, your next question (in the context of building a machine learning model) is what data do I need? This includes an exploration into what data is available and what data you may need to generate yourself. 

Once you've understood what you're trying to do and what data you need, your next question/task is to decide on what algorithm (or model) is needed. This is obviously dependent on your task and the data you have; in some instances, you may be required to create your own model, but more often than not, there will be an adequate model available for you to use, or at least an architecture you can use with your own data. The following table shows some typical computer vision tasks and their related machine learning counterparts:

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}

Task

Machine...