Collaborative Filtering with Machine Learning and Python

Collaborative Filtering with Machine Learning and Python

In the previous article, we had a chance to see how we can build Content-Based Recommendation Systems. These systems are quite easy and they consider only interaction of a single user with the items of our platform. Essentially, when we are building such a system, we...
Top AI Algorithms in Healthcare

Top AI Algorithms in Healthcare

Artificial intelligence is currently transforming many industries and it seems that the healthcare industry is the next one. Recently, we can see an increase in the use of machine learning and deep learning in medicine. Deep learning itself is a subset of machine...
Double DQN with TensorFlow 2 and TF-Agents

Double DQN with TensorFlow 2 and TF-Agents

In the previous articles, we covered major reinforcement learning topics. They paved a path to this article which combines those topics under a single umbrella. As a reminder, we talked a lot about the main reinforcement learning elements and how deep learning is used...