Jul 22, 2019 | AI, Python
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,...
May 13, 2019 | AI, Machine Learning
If you followed previous blog posts on this site, you noticed that we covered a range of math topics that you should know in order to understand concepts behind machine learning, deep learning and artificial intelligence. So far, we went through linear algebra and...
May 6, 2019 | AI, Machine Learning
Getting into machine learning, deep learning and artificial intelligence is not easy. These are all very cool and interesting topics, and they are being hyped lately, but like with software development, it is not for everybody. Some would say that if you are having a...
Apr 8, 2019 | AI, JavaScript, Machine Learning
Even though data scientists and web developers should work hand in hand when collaborating on some project, often this is not the case. Sometimes data scientist comes from one company and web developer from the other. In general, data scientist provides the model and...
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....