Spaces:
Sleeping
Sleeping
added diagram
Browse files
app.py
CHANGED
@@ -141,6 +141,14 @@ Example:
|
|
141 |
You can rotate the 3D view to explore groupings.
|
142 |
|
143 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
|
145 |
## 💡 Typical Applications of Embeddings
|
146 |
- **Semantic search** – Find relevant results even if exact keywords don’t match
|
|
|
141 |
You can rotate the 3D view to explore groupings.
|
142 |
|
143 |
---
|
144 |
+
## 📊 From High-Dimensional Space to 3D View
|
145 |
+
|
146 |
+
Below is a simplified illustration of what happens:
|
147 |
+
On the left: data points in a high-dimensional space (shown here as 5D for simplicity).
|
148 |
+
On the right: the same points projected into a 3D space using PCA.
|
149 |
+
|
150 |
+

|
151 |
+
|
152 |
|
153 |
## 💡 Typical Applications of Embeddings
|
154 |
- **Semantic search** – Find relevant results even if exact keywords don’t match
|