Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Machine Learning for Mobile

You're reading from  Machine Learning for Mobile

Product type Book
Published in Dec 2018
Publisher Packt
ISBN-13 9781788629355
Pages 274 pages
Edition 1st Edition
Languages
Authors (2):
Revathi Gopalakrishnan Revathi Gopalakrishnan
Profile icon Revathi Gopalakrishnan
Avinash Venkateswarlu Avinash Venkateswarlu
Profile icon Avinash Venkateswarlu
View More author details
Toc

Table of Contents (19) Chapters close

Title Page
Copyright and Credits
About Packt
Contributors
Preface
1. Introduction to Machine Learning on Mobile 2. Supervised and Unsupervised Learning Algorithms 3. Random Forest on iOS 4. TensorFlow Mobile in Android 5. Regression Using Core ML in iOS 6. The ML Kit SDK 7. Spam Message Detection 8. Fritz 9. Neural Networks on Mobile 10. Mobile Application Using Google Vision 11. The Future of ML on Mobile Applications 1. Question and Answers 2. Other Books You May Enjoy Index

Creating a TensorFlow image recognition model


TensorFlow is an open source software library for data flow programming across a range of tasks. It is a symbolic math library and is also used for machine learning applications, such as neural networks. It is used for both research and production at Google, often replacing its closed source predecessor, DistBelief. TensorFlow was developed by the Google Brain team for internal Google use. It was released under the Apache 2.0 open source license on November 9, 2015.

TensorFlow is cross-platform. It runs on nearly everything: GPUs and CPUs–including mobile and embedded platforms–and even tensor processing units (TPUs), which are specialized hardware for performing tensor math.

What does TensorFlow do?

To keep it simple, let's assume you want two numbers. Now, if you want to write a program in a regular programming language, such as Python, you would use the following:

a = 1

b = 2

print(a+b)

If you run the program, you will see the output as 3, and then...

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 £13.99/month. Cancel anytime}