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,...
Generative Adversarial Network (GAN) Series

Generative Adversarial Network (GAN) Series

The Deep Learning universe grows every day. The whole field is somewhat in the phase of “crossing the chasm” and entering “pragmatists” phase. Simply put, people use deep learning models for practical problems and with that, they come up with different architectures...
Implementing CycleGAN Using Python

Implementing CycleGAN Using Python

There are many variations of Generative Adversarial Networks. GAN Zoo actually became so big that just scrolling through all papers that are utilizing this concept can cause pain in your finger. All jokes aside GANs main concepts changed the world of deep learning....