←back to thread

247 points nabla9 | 5 comments | | HN request time: 0s | source
1. mattxxx ◴[] No.41832925[source]
Yea - high dimensional spaces are weird and hard to reason about... and we're working very frequently in them, especially when dealing with ML.
replies(1): >>41833261 #
2. l33t7332273 ◴[] No.41833261[source]
Luckily if you do enough math it becomes much easier to reason about such spaces
replies(1): >>41833809 #
3. JBiserkov ◴[] No.41833809[source]
- How do you even visualize an 11-dimensional space?

- oh that's easy - you just visualize an N-dimensional space and then set N equal to 11.

replies(2): >>41833988 #>>41833998 #
4. rectang ◴[] No.41833988{3}[source]
I think of high-dimensional spaces in terms of projection. Projecting a 3-dimensional space onto a 2-dimensional space loses information and the results depend on perspective. Same with an 11-dimensional space being projected onto a 10-dimensional space.

I find that this metaphor works pretty well for visualizing how a vector-space search engine represents how two documents can be "similar" in N-dimensional term-space: look at them from the right angle and they appear close together.

5. marcosdumay ◴[] No.41833998{3}[source]
Yeah, stopping that need to visualize everything is one of the mechanisms usually adopted for working in high-dimensional space.