From 278546bdc15be9b505934474f4d98b6e63b6b528 Mon Sep 17 00:00:00 2001 From: Aryan Date: Fri, 17 May 2024 00:55:29 +0530 Subject: [PATCH 1/2] Project description updated --- _projects/ViT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_projects/ViT.md b/_projects/ViT.md index aa6e1b4..c845546 100644 --- a/_projects/ViT.md +++ b/_projects/ViT.md @@ -13,6 +13,8 @@ importance: 1 ### Project Description +Transformers are state-of-the-art (SOTA) model architectures. GPT, BERT, T5, XLNet, and RoBERTa are all transformer-based models widely used in natural language processing tasks such as understanding, generation, and translation, setting benchmarks in various NLP applications. + An Image is Worth 16x16 Words. While the Transformer architecture has become the de-facto standard for natural language processing tasks, its use in computer vision remains limited. This project is an attempt to understand the transformer architecture and its use in CV applications. Initially, we will start with naive deep-learning models and then will do basics of Processing sequential data using RNNs, LSTMs and then will understand the workings of Vision Transformers and then will implement a model that can generate a descriptive caption for an image we provide it. This project will be very beneficial for those who want to do research in Transformer-based models in Open-source in upcoming years. From 2a3495d70beb18fa0d77f58fffe33319173c10ee Mon Sep 17 00:00:00 2001 From: Aryan Date: Sat, 18 May 2024 12:14:58 +0530 Subject: [PATCH 2/2] Link corrected --- _projects/ViT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_projects/ViT.md b/_projects/ViT.md index c845546..a6a520d 100644 --- a/_projects/ViT.md +++ b/_projects/ViT.md @@ -24,7 +24,7 @@ This project will be very beneficial for those who want to do research in Transf - Good conceptual understanding of Linear Algebra concepts -> [Playlist on Concepts of LA by 3B1B](https://www.youtube.com/watchv=fNk_zzaMoSslist=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab) -- Good understanding of concepts taught in the Pixels workshop(Convolutions, playing with images etc.) -> [Links of Pixels PPTs](https://drive.google.com/drive/folders/1vyaM4vVJF-gTf_5movE73Ve3Pq_SUFSt) +- Good understanding of concepts taught in the Pixels workshop(Convolutions, playing with images etc.) -> [Links of Pixels PPTs](https://drive.google.com/drive/folders/1ORjQWokFKnQPQ5Y86R-Dhw2KLFC6BE61) - Familiarity with neural networks -> [Short playlist on Neural Networks by 3B1B](https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi) (Must Watch)