All Posts

1 - Browser Based Models With Tensorflow.js

One of the existing things about JS is that it allows us to do neural network training and inference right there in the web browser. So, it’s really cool that a user can upload a picture to a web browser or grab an image from a webcam and then have a neural network do training or inference right in the web browser without needing to send that image up to the cloud to be processed by a server.

Tensorflow: Data and Deployment Specialization at Coursera

Maybe we have trained a model in Jupyter Notebook or in our system, but how do we take that model and have it be running 247, have it serve actual user queries, and create value? This course will teach us how to do all that using TensorFlow.