2017
2017 copied to clipboard
"Sorted" book
I've been tossing around this idea for a while to use something like word2vec to embed sentences (not sure how to extrapolate word2vec to be sentence to vec) into an N dimensional space, and then use dimensionality reduction to reduce to 1 dimension, and use that as the "sorted order" for the book. Going to explore that.
Neat idea! Maybe try Skip-thought vectors for sentence embeddings?