Search icon
Subscription
0
Cart icon
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
Hands-On Python Deep Learning for the Web

You're reading from  Hands-On Python Deep Learning for the Web

Product type Book
Published in May 2020
Publisher Packt
ISBN-13 9781789956085
Pages 404 pages
Edition 1st Edition
Languages
Authors (2):
Anubhav Singh Anubhav Singh
Profile icon Anubhav Singh
Sayak Paul Sayak Paul
Profile icon Sayak Paul
View More author details

Table of Contents (19) Chapters

Preface Artificial Intelligence on the Web
Demystifying Artificial Intelligence and Fundamentals of Machine Learning Using Deep Learning for Web Development
Getting Started with Deep Learning Using Python Creating Your First Deep Learning Web Application Getting Started with TensorFlow.js Getting Started with Different Deep Learning APIs for Web Development
Deep Learning through APIs Deep Learning on Google Cloud Platform Using Python DL on AWS Using Python: Object Detection and Home Automation Deep Learning on Microsoft Azure Using Python Deep Learning in Production (Intelligent Web Apps)
A General Production Framework for Deep Learning-Enabled Websites Securing Web Apps with Deep Learning DIY - A Web DL Production Environment Creating an E2E Web App Using DL APIs and Customer Support Chatbot Other Books You May Enjoy Appendix: Success Stories and Emerging Areas in Deep Learning on the Web

Advantages and limitations of TF.js

Let's now summarize some of the advantages TF.js brings over TensorFlow, besides the ones we have already talked about in this chapter:

  • Automatic GPU support: You don't need to install CUDA or GPU drivers separately with TF.js to benefit from the GPUs present on the system. This is because the browser itself implements GPU support. 
  • Integration: It is fairly simple to integrate TF.js into a web development project using Node.js and then import pretrained models to the project and run them in the browser.

However, it also has several disadvantages that have to be kept in mind whenever developing for production. Some of these are as follows:

  • Speed: TF.js is suitable for small datasets. On large-scale datasets, the computation speed suffers heavily and is nearly 10x slower.
  • Lack of a tensor board: This great tool, which enables...
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}