Introduction
Finding the meaning of sentences in a way that computers understand is tricky. We need a method to turn sentences into numbers that capture their meaning so machines can compare and use them easily.
Imagine you have a library where each book is summarized into a short code that captures its story. When you want a book like another, you just compare these codes instead of reading every book again.
┌─────────────────────┐
│ Input Sentence │
└─────────┬───────────┘
│
▼
┌─────────────────────┐
│ Transformer Model │
│ (understands context)│
└─────────┬───────────┘
│
▼
┌─────────────────────┐
│ Sentence Embedding │
│ (number list output) │
└─────────┬───────────┘
│
▼
┌─────────────────────┐
│ Applications: Search,│
│ Compare, Group │
└─────────────────────┘