> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Natural Language Processing

> Introduction to NLP, tokenization, embeddings, language models, and neural machine translation.

<CardGroup cols={2}>
  <Card title="Introduction to NLP" icon="play" href="https://www.youtube.com/watch?v=4RWGj7zoPAs">
    Overview of natural language processing
  </Card>

  <Card title="Tokenization" icon="play" href="https://www.youtube.com/watch?v=BPb7dE0jc24">
    Breaking text into tokens for processing
  </Card>

  <Card title="Embeddings" icon="play" href="https://www.youtube.com/watch?v=Dj11ENNeGVY">
    Representing words as dense vectors
  </Card>

  <Card title="Language Models" icon="play" href="https://www.youtube.com/watch?v=PL3ZP40uBnQ">
    Predicting the next word in a sequence
  </Card>

  <Card title="Neural Machine Translation" icon="play" href="https://www.youtube.com/watch?v=aPfDU2TwaxM">
    Sequence-to-sequence models for translation
  </Card>
</CardGroup>

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/media/nlp/natural-language-processing.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
