Tuesday, September 6, 2011

9/6/11

A simplistic way of answering queries is to represent the query and documents as vectors, compute the dot product between them, normalize, and rank the results.

- Elias