Skip to main content

Module map

Module map 

Source
Expand description

The taste map: a 2D embedding of everything the user has heard, with posterior utility attached โ€” taste rendered as territory (islands of glow across patch space) rather than a single preference vector.

The projection is plain PCA over standardized features (top two principal axes by power iteration, deterministic start), computed over the union of the current pool and the observation history. Pool points carry candidate ids (clickable in a frontend); history points are ghosts โ€” patches that may have been evicted, kept to show where the user has traveled.

Structsยง

MapPoint
One point on the map.
TasteMap
The 2D taste map.