Aritifical Intelligence

Advancing Multi-Modal Deep Learning with Vision Language Models

Multimodal learning refers to the process of learning representations from different types of modalities using the same model. Different modalities are characterized by different...

A Guide to Self-Supervised Learning: How to Implement SimCLR with PyTorch Lightning

In this hands-on tutorial, we will provide you with a reimplementation of SimCLR self-supervised learning method for pretraining robust feature extractors. This method is...

Working with PyTorch: Understanding Distributed Training with Data-Parallel and Mixed-Precision Techniques

In this tutorial, we will learn how to use nn.parallel.DistributedDataParallel for training our models in multiple GPUs. We will take a minimal example of...

Self-Supervised Learning on CIFAR Images with PyTorch: A Step-By-Step Tutorial

After presenting SimCLR, a contrastive self-supervised learning framework, I decided to demonstrate another infamous method, called BYOL. Bootstrap Your Own Latent (BYOL), is a...

Understanding the Functionality of Neural Radiance Fields (NeRF) and Instant Neural Graphics Primitives

Neural radiance fields (NeRFs) are quickly gaining traction in the world of Deep Learning and are becoming the hot topic of discussion. Ever since...

A Step-by-Step Guide to Training Your First Deep Learning Models with Pytorch

Here is my story: I recently gave a university tutoring class to MSc students on deep learning. Specifically, it was about training their first...

Decoding the Characteristics and Strengths of Vision Transformers (ViTs): Uncovering Hidden Properties and Insights in Representation Robustness

```html Understanding Vision Transformers (ViTs): Hidden properties, insights, and robustness of their representations It is well-established that Vision Transformers (ViTs) can outperform convolutional neural networks (CNNs),...

Create a Comprehensive Tutorial for Apache Airflow: Constructing Data Pipelines Using Python

Apache Airflow has become the de facto library for pipeline orchestration in the Python ecosystem. It has gained popularity, contrary to similar solutions, due...

Top Papers, General Trends, and Personal Picks at ICCV 2023

I was fortunate to attend the ICCV 2023 conference in Paris, where I collected papers and notes. I have decided to share my notes...

Latest articles