JP Hwang commited on
Commit
2ce23da
·
1 Parent(s): ff08201

added reference to dim reduction app

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -230,6 +230,10 @@ def main():
230
  hundreds (e.g. 300 or 768) of AI-derived numbers.
231
 
232
  We'll take a look at those examples as well later on.
 
 
 
 
233
  """)
234
 
235
  st.markdown("""
 
230
  hundreds (e.g. 300 or 768) of AI-derived numbers.
231
 
232
  We'll take a look at those examples as well later on.
233
+
234
+ Techniques used to visualise those high-dimensional vectors are called
235
+ dimensionality reduction techniques. If you would like to see this in action, check out
236
+ [this app](https://huggingface.co/spaces/jphwang/reduce_dimensions).
237
  """)
238
 
239
  st.markdown("""