Evan Sparks

Results 45 comments of Evan Sparks

(This seemed to be what David Hall was suggesting yesterday, anyway)

Removing this from the Release 0.1 milestone - but let's keep our eye on this breeze issue.

I think it's a good idea to keep a separation between Matrix and Vector - while a matrix generalizes a vector, it's good for interfaces to reflect the logical intent...

Yeah, that could work. In general I thought this issue was about centralized handling f the Double vs. Float problem - is this addressed via `BreezeNumeric` and if so, how...

well, keep in mind that most of the time we're talking about batching matrix operations together, it's probably going to be about converting an entire partition into a row matrix...

but yes - i agree this is a fine place for that functionality!

Right, right. I think whatever we figure out for the DenseVector case is also going to work in the DenseMatrix case (w.r.t. the Float/Double thing) and I'm unsure if we...

SIFT test case handled by VOC pipeline. Still need to come up with a FV golden case - probably using the MATLAB scripts.

ModelStats now has a top_k_images_by_cluster property - a matrix whose entries A[i,j] correspond to the image id of the j'th ranked image in cluster i, according to (euclidean) distance to...

Done (thanks josh!) - not currently very useful. Planning to see if we can get better clusterings if time. If not - worth showing in the paper anyway.