skip to content
Logo

Search

LLMs from first principles

1 min read

An introductory look at Large Language Models starting from the basics.

No tags
Not in series

Introduction

This post will explore the fundamental concepts behind Large Language Models (LLMs).

Core Ideas

  • Tokenization
  • Embeddings
  • Transformers
  • Attention Mechanism

Conclusion

Stay tuned for more details!