All Posts

3 - Data Pipelines With Tensorflow Data Services

Data powers all of our machine learning models. TensorFlow Data Services makes managing data much easier. As developers, one of the things that we’ve discovered when we are building models is that we often have to write far more lines of code to get our data and to slice our data and to manage our data to be able to feed it for training, then we write code for the actual training itself.

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.