HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lukasga

no profile record

comments

lukasga
·2 ปีที่แล้ว·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
·2 ปีที่แล้ว·discuss
What does "Data flywheel" refer to here? Is it the continuous and immediate processing of user input while you're still speaking?
lukasga
·2 ปีที่แล้ว·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?