Blog

How to observe responsive breakpoints

Have you ever wanted to know in which breakpoint you page is, so you may adapt part of the page in ways CSS cannot, such as setting aria attributes? By using custom properties and media queries, it is simpler than ever.

Read more

Confusion Matrix

How to determine the predictive capacity of a classification model? We often use the confusion matrix which allows us to compare the results of an algorithm to reality. In this article we will see how to read and build it.

Read more