Skip to content

Instantly share code, notes, and snippets.

View rakeshvar's full-sized avatar

rakeshvar rakeshvar

  • Stanford University
View GitHub Profile
@rakeshvar
rakeshvar / to_transformers.md
Last active September 1, 2023 10:29
Upto Speed on Transformers

Upto Speed on Transformers

Introduction

This is for people who already understand some neural networks and want to get to speed on Transformers. We assume you know the following:

  • Fully connected neural network
  • Convolutional Neural Network (CNN)
  • Recurrent Neural Network (RNN)