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...
Ultimate Guide to Deep Q-Learning with TF-Agents

Ultimate Guide to Deep Q-Learning with TF-Agents

A while back we wrote a couple texts about Reinforcement Learning. We explored how it is different from supervised and unsupervised learning and what kind of problem it is trying to solve. Also we found out what is Q-Learning, one way to actually do reinforcement...
Using MongoDB in Python

Using MongoDB in Python

In our Definite Guide to MongoDB, we covered a lot of ground. There you can get more information about NoSQL databases, what they are, how they can be used, and which are the benefits of using one. Apart from that, you can find more information about different types...