|
|
|
|
|
by gcy
836 days ago
|
|
Could you explain the pseudo code in your equations page? Is the second approxMul call a typo (also the capitalized V)? def precompute(W):
W = W.T
probes = get_probes(W)
W_idx, W_val = sortMatrixRows(W) def approxMul(v, W_idx, W_val, probes):
cutoff_chart = v * probes
cutoff = topK(cutoff_chart, effort)
approxMul(V, W_idx, W_val, cutoff) |
|
There are still a few typos on the page, I'll be fixing them tomorrow - it's midnight now, and my mental batteries are slowly drying out :)