Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 691 Bytes

File metadata and controls

25 lines (17 loc) · 691 Bytes

About This Repository

This repository contains implementations of various core components used in NLP from scratch (Inspired by many amazing resources).

Implementations

Transformer Components

Attention Mechanisms
Attention mechanisms are a powerful technique in deep learning that allow models to focus on specific parts of the input data when making predictions. They have been widely used in various applications, including natural language processing and computer vision.

  • Self-Attention
  • Multi-Head Attention
  • Masked Multi-Head Attention

Classical NLP

  • TF-IDF
  • Unigram

Tasks

  • Sequence Classification

Common components

  • Tokenisation - BPE

Resources