HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mp187

no profile record

Submissions

Recursion Playground – Zoom in on your recursive functions visually

recursion-visual.vercel.app
3 points·by mp187·2 anni fa·0 comments

Recursion Playground - recursive algorithms visualized using time

recursion-playground.vercel.app
2 points·by mp187·2 anni fa·0 comments

Stereogram Tutorial (2020)

ime.usp.br
50 points·by mp187·2 anni fa·10 comments

comments

mp187
·2 anni fa·discuss
Divergent mode is much easier for me. I just unfocus my eyes (the same muscle that blurs them).
mp187
·2 anni fa·discuss
Why was this your first thought? Is a limiting factor to transformers the MLP layer? I thought the bottleneck was in the renormalization part.
mp187
·2 anni fa·discuss
[flagged]
mp187
·2 anni fa·discuss
I wasn’t thinking something like beam search, I think this seems kind of unnatural. I can imagine that the human brain is doing something like GPT, but I can’t imagine it’s doing something like a beam search.

I was more thinking a model that writes to a piece of scratch paper to gain confidence. But it doesn’t have to actually output the scratch paper that it uses, it’s totally hidden from the user.

You could take this a step further, and have something like a “two-brained” model, where the original model falls back on a secondary model if it’s not confident in its response. This resembles a “fast” and “slow” brain.

I think the scratch paper idea has been explored to some extent, but I’m not sure if people think it’s a dead end.
mp187
·2 anni fa·discuss
A common theme in papers like these is that the model chooses word predictions greedily, instead of “thinking” and gaining confidence in its next word prediction.

This begs the question - why don’t people force the model to generate more tokens, until it has very high confidence in its next word prediction?

I can imagine several ways of doing this.