Giter Club home page Giter Club logo

transformer-architectures-from-scratch's Introduction

Transformer Architecure From Scratch Using PyTorch

1) TRANSFORMER -

A Self attention based Encoder-Decoder Architecture. It is mostly used for

  1. Machine Translation
  2. Document Summaraization
  3. Text extraction

Paper - https://arxiv.org/abs/1706.03762

2) BERT -

A Self-attention based Encoder Architecture. It is mostly used for

  1. Sentiment Classification
  2. Named Entity Recognition
  3. Question and Answering
  4. Sentence Embedding Extraction
  5. Document Matching

Paper - https://arxiv.org/abs/1810.04805

3) GPT-1 -

A Self-attention based Decoder based Autoregressive model. It is mostly used for

  1. Sentence Completion
  2. Generating Text
  3. Sentiment Classification

Paper - https://paperswithcode.com/method/gpt

4) GPT-2 -

A Self-attention based Decoder based Autoregressive model with a slight change in architecture and trained on larger corpus of text than GPT-1. It is mostly used for

  1. Sentence Completion
  2. Generating Text
  3. Sentiment Classification

Paper - https://d4mucfpksywv.cloudfront.net/better-language-models/language-models.pdf

5) ViT -

A State of the art Self-attention based Encoder Architecture for Computer Vision application. It is mostly used for

  1. Image Classification
  2. Image Encoding
  3. Backbone for Object Detection

Paper - https://arxiv.org/abs/2006.03677

6) PERFORMER -

A Self-attention based Encoder-Decoder Architecture with a linear time complexity other than transformer which has quadratic time complexity. It is mostly used

  1. Machine Translation
  2. Document Summaraization
  3. Text extraction

Paper - https://arxiv.org/abs/2009.14794

transformer-architectures-from-scratch's People

Contributors

shivamrajsharma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

transformer-architectures-from-scratch's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.