Weekly Article News #27

The recommended articles the author has read this week.
This letter is posted every Monday.

This week, the articles are about an explanative AI.

What Is a Transformer Model?

A transformer is a recent novel AI model which is based on a neural network. This model can learn context among sequence data such as sentences in a language. An attention mechanism in a transformer may be one of the most valuable knowledge we should learn.

Visualizing multicollinearity in Python

Multicollinearity is one of the annoying problems for a data scientist. In this article, we can learn how to visualize the relationships of multicollinearity between features.