English   Français
Welcome to my blog! Here, I like to talk about machine learning concepts as well as detail some useful operations that we can do with deep learning frameworks in the form of step-by-step tutorials.

PyTorch data generator
This detailed example shows how to efficiently parallelize custom data generation during the training process of a deep learning model on PyTorch.
Image classification evolution
A high-level overview of the main concepts that have improved image classification in the past years.
Keras data generator
A detailed example of how to use data generators with Keras and optimize the process of loading large datasets for training deep learning models.