Computer Vision

Articles
public
Tutorial

Discover why GANs are awesome!

In this article, we will see why GANs are awesome, understand what GANs really are, how they work, dive deep into the loss function that they use, and then build our first simple GAN from scratch to generate MNIST.

By Abd Elilah TAUIL
3 years ago
public
Tutorial

Image Classification with Attention

Follow this tutorial to learn what attention in deep learning is, and why attention is so important in image classification tasks. We then follow up with a demo on implementing attention from scratch with VGG.

By Ibtesam Ahmed
3 years ago
public
Tutorial

Writing VGG from Scratch in PyTorch

In this article we will explore how to write the VGG from scratch in PyTorch by constructing a deep CNN characterized by its uniform architecture of multiple stacked convolutional layers.

By Nouman
3 years ago