How to Integrate TensorFlow Model in Angular Application?

How to Integrate TensorFlow Model in Angular Application?

The code that accompanies this article can be downloaded here. Couple of months back we investigated parts of TensorFlow’s ecosystem beyond standard library. To be more precise, we investigated TensorFlow.js and how you can build and train models in the browser...
Deep Convolutional Q-Learning with Python and TensorFlow 2.0

Deep Convolutional Q-Learning with Python and TensorFlow 2.0

So far in our journey through the world of reinforcement learning we covered several topics. First we kicked it off with introduction to reinforcement learning and we saw how this paradigm functions. Then we learned the simplest from of it – Q-Learning. Finally,...