HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lukasga

no profile record

comments

lukasga
·há 2 anos·discuss
The story is that it is because Alfred Nobel was cheated on by a mathematician (hilarious, but unconfirmed)

http://nobelprizes.com/nobel/why_no_math.html#story
lukasga
·há 2 anos·discuss
What does "Data flywheel" refer to here? Is it the continuous and immediate processing of user input while you're still speaking?
lukasga
·há 2 anos·discuss
Maybe a bit outdated now, but reminds me of LSTMs from the recurrent update of a memory / hidden state with gating. I remember one of the biggest problems with such RNNs being vanishing gradients as a result of the long context, which vanilla transformers presumably avoided by parallellizing over the context instead of processing them individually. I wonder how this is avoided here?
lukasga
·há 2 anos·discuss
Love the site, but the one thing I am missing is instantly seeing what papers are trending right now, instead of having to manually select a timeframe. Think hacker news frontpage. Would be interesting to add a "hot" filter, or similar. Average weighting by exponential decay over time? Not sure how you usually do that with pagerank.
lukasga
·há 2 anos·discuss
Spotify recently open sourced Voyager (continuation of Annoy), which uses HNSW. https://github.com/spotify/voyager