berndf commited on
Commit
44c0aad
·
verified ·
1 Parent(s): b16c7d3

added diagram

Browse files
Files changed (1) hide show
  1. app.py +8 -0
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
+ ![High-dimensional to 3D projection](embedding_projection_diagram.png)
151
+
152
 
153
  ## 💡 Typical Applications of Embeddings
154
  - **Semantic search** – Find relevant results even if exact keywords don’t match