Skip to content
#

self-attention-implementation

Here are 4 public repositories matching this topic...

Language: Python
Filter by language

This repository provides a basic implementation of self-attention. The code demonstrates how attention mechanisms work in predicting the next word in a sequence. It's a basic implementation that demonstrates the core concept of attention but lacks the complexity of more advanced models like Transformers.

  • Updated Sep 23, 2024
  • Python

SeedGPT is a minimal decoder-only LLM from scratch, inspired by andrej karpathy's tutorials, generating text token-by-token based on input word prompts.

  • Updated Aug 15, 2025
  • Python

Improve this page

Add a description, image, and links to the self-attention-implementation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the self-attention-implementation topic, visit your repo's landing page and select "manage topics."

Learn more