Blog posts

If you wonder how neurons can perform Principal Component Analysis, have a look at this post!

I describe an unsupervised learning method that allows a neuronal network to learn PCA and provide some Python code to implement it. (Link).

How to build a recommender for Board Games?

In the first part of this tutorial I am describing the typical process of an EDA (Link).

Can we predict the popularity of a song by only using audio features?

I'm addressing this question using one of the most standard machine learning algorithms: Random Forest Algorithms.