[flagged]
"RL: A Deep Reinforcement Learning Framework" seems to have been hallucinated, does not exist.
Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
61–70 of 144 posts
Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#62Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#63Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#64Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#65(Partly copied from https://news.ycombinator.com/item?id=34640251 .) On models: Obviously, almost everything is Transformer nowadays (Attention is all you need paper). However, I think to get into the field, to get a good overview, you should also look a bit beyond the Transformer. E.g. RNNs/LSTMs are still a must learn, even though Transformers might be better in many tasks. And then all those memory-augmented model…
Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#66Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#67Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#68(Partly copied from https://news.ycombinator.com/item?id=34640251 .) On models: Obviously, almost everything is Transformer nowadays (Attention is all you need paper). However, I think to get into the field, to get a good overview, you should also look a bit beyond the Transformer. E.g. RNNs/LSTMs are still a must learn, even though Transformers might be better in many tasks. And then all those memory-augmented model…
I do wonder whether people behind Attention is all you need paper Will receive Turing Award It is being cited often
Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#69Re: Ask HN: What were the papers on the list Ilya Sutskever gave John Carmack?
#70My guess is that multimodal transformers will probably eventually get us most of the way there for general purpose AI. But AGI is one of those very ambiguous terms. For many people it's either an exact digital replica of human behavior that is alive, or something like a God. I think it should also apply to general purpose AI that can do most human tasks in a strictly guided way, although not have other characteristic…
Why do you think multimodal transformers will get us anywhere near general purpose AI? Multimodal transformers are basically a technology for sequence-to-sequence intelligent mappings and it seems to me extremely unlikely that general intelligence is one or more specific sequence-to-sequence mappings. Many specific purpose problems are sequence-to-sequence but these tend to be specialized functionalities operating in…
When an artificial tool that is really a point solution "tricks" us into thinking it has replicated a task that requires complex multi-component functioning within our brain, we assume the tool is acting like our brain is acting.
The joke of course being that if you maliciously edited GPT's index for translating vectors to words, it would produce gibberish and we wouldn't care (despite being the exact same core model).
We are only impressed by the complex sequence to sequence strings it makes because the tokens happen to be words (arguable the most important things in our lives).
EDIT: a great historic metaphor for this is how we thought about 'computer vision' and CNN's. They do great at identifying things in images, but notice that we still use image-based captcha's (Even on OpenAI sites no less!)?
That's because it turns out optical illusions and context-heavy images are things that CNN's really struggle at (since the problem space is bigger than 'how are these pixels arranged')