Feb 25, 2019 | AI, Machine Learning, Python
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...
Feb 11, 2019 | AI, Machine Learning
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....
Feb 4, 2019 | AI, Machine Learning
Generative Adversarial Networks (GAN) has changed the way we observe deep learning field. Up until that point, generative algorithms were a one-side ally, and the engineers were focused more on regression and classification tasks. Different approaches and applications...
Jan 21, 2019 | AI, Machine Learning, Python
When they were first presented back in 2014., Generative Adversarial Networks (GAN) took the world of Deep Learning by storm. Their two folded architecture opened up the path to many creative solutions and combinations. Even Yann LeCun concluded that this is “the most...
Jan 14, 2019 | AI, Machine Learning
Generative Adversarial Networks (GAN) shook up the deep learning world. When they first appeared in 2014, they proposed a new and fresh approach to modeling and gave a possibility for new neural network architectures to emerge. Since standard GAN architecture is...
Dec 17, 2018 | AI, Machine Learning, Python
The code that accompanies this article can be downloaded here. In the previous article, we started exploring the vast universe of generative algorithms. We started with a gentle introduction to Generative Adversarial Networks or GANs. This major idea, first...