How to use any Kaggle dataset in Google Colab

Machine Learning and Deep Learning are about studying and trying. Practising and experimenting are the best ways to understand and digest all the theoretical concepts. When practising, it is essential to build our datasets properly. Besides going entirely from scratch, using already available data and focusing more on data processing and algorithms is wiser. Let’s

Continue reading How to use any Kaggle dataset in Google Colab

The Template Method Pattern and the Bridge Design Pattern in modern C++

Is developing software only good (or excellent) knowledge of a programming language? Of course not. There are many things, but one of the most important is to know patterns. It might be not obvious when you develop elementary apps at the beginning of your journey, but it becomes necessary when developing decent packages for professional

Continue reading The Template Method Pattern and the Bridge Design Pattern in modern C++

[Exploratory Data Analysis] How to perform multivariate analysis

Let me clarify from the beginning that this is not an extensive or in-depth guide to multivariate analysis. Fortunately, we can find many online resources on that. It is more like a beginners’ friendly guide. In our adventure, we will use the Palmer Archipelago (Antarctica) penguin data dataset that comes as a kind of alternative

Continue reading [Exploratory Data Analysis] How to perform multivariate analysis