Deploying Machine Learning Models – pt. 3: gRPC and TensorFlow Serving
The code presented in this article can be found here. In the previous articles, we explored how we can serve TensorFlow Models with Flask and how we can accomplish the same thing with Docker in combination with TensorFlow Serving. Both of these approaches utilized...
Ultimate Guide to Deep Q-Learning with TF-Agents
A while back we wrote a couple texts about Reinforcement Learning. We explored how it is different from supervised and unsupervised learning and what kind of problem it is trying to solve. Also we found out what is Q-Learning, one way to actually do reinforcement...
Creating Custom TensorFlow Dataset
In the previous article, we had a chance to see how one can scrape images from the web using Python. Apart from that, in one of the articles before that we could see how we can perform transfer learning with TensorFlow. In that article, we used famous Convolution...

