I think the Go example is facetious. For the longest time, Go simply was not amenable to search. It is only because of breakthrough in theory that Go became amendable to search. And, it is hardly a straightforward search mind you. Two self learning networks are involved. A first to guide the expansion of a Monte Carlo based tree search, a second to evaluate the nodes in the tree. You can hardly blame a researcher in…
i don't know. it's mysterious that nobody even came up with the algorithms for decades, which often do still work well on toy examples. MCTS is the kind of thing people definitely could have thought of at any point since 1950; and neural network value functions for board games had already succeeded with TD-GAMMON. this is even more striking in poker, where counterfactual regret minimization wasn't invented until 2007…
The Bitter Lesson (2019) [pdf]
21–30 of 62 posts
Re: The Bitter Lesson (2019) [pdf]
#22I think the Bitter Lessons do not consider two important points with regards to neural nets : 1. Not all nets work for all problems, those that work tend to have the right inductive biases. We discovered the architectures partially by trial an error, nevertheless they work because of encoded prior information. 2. Data and computation are bounded. GPT4 was basically trained on all text, further advancements probably n…
What do you mean with more insights? If they are not represented as some data, how could they ever influence any computational model?
ConvNets hardcode translation equivariance, more general convolutions can hardcode more general equivariant structures.
The whole field of geometric deep learning is about constructing nets based on insights about the structure of the data manifold, and many successful nets turn out to do this.
Re: The Bitter Lesson (2019) [pdf]
#23> The second general point to be learned from the bitter lesson is that the actual contents of minds are tremendously, irredeemably complex; we should stop trying to find simple ways to think about the contents of minds, such as simple ways to think about space, objects, multiple agents, or symmetries. I agree and think “ML explainability” efforts are doomed to fail as ML becomes increasingly more effective. There is…
Re: The Bitter Lesson (2019) [pdf]
#24> The second general point to be learned from the bitter lesson is that the actual contents of minds are tremendously, irredeemably complex; we should stop trying to find simple ways to think about the contents of minds, such as simple ways to think about space, objects, multiple agents, or symmetries. I agree and think “ML explainability” efforts are doomed to fail as ML becomes increasingly more effective. There is…
This (popular) opinion makes no sense. How are you going to improve something you dont understand? Throwing ramdom software pieces to see what sticks? The recent progress was possible because people understood intuitively enough of the limitations of earlier models to think and invent a remedy.
P-:
Re: The Bitter Lesson (2019) [pdf]
#25> The second general point to be learned from the bitter lesson is that the actual contents of minds are tremendously, irredeemably complex; we should stop trying to find simple ways to think about the contents of minds, such as simple ways to think about space, objects, multiple agents, or symmetries. I agree and think “ML explainability” efforts are doomed to fail as ML becomes increasingly more effective. There is…
This (popular) opinion makes no sense. How are you going to improve something you dont understand? Throwing ramdom software pieces to see what sticks? The recent progress was possible because people understood intuitively enough of the limitations of earlier models to think and invent a remedy.
> How are you going to improve something you dont understand?
Is just nonsense. Evolution understands nothing, yet produced a mind. Closer to us, the early people who produced all the crops that led to the shift to agriculture, and it's later improvements, absolutely did not understand how any of it worked.
Evaluation and selection are sufficient to improve things. Understanding is useful, but optional.
Re: The Bitter Lesson (2019) [pdf]
#26Earlier quoted context omitted.
i don't know. it's mysterious that nobody even came up with the algorithms for decades, which often do still work well on toy examples. MCTS is the kind of thing people definitely could have thought of at any point since 1950; and neural network value functions for board games had already succeeded with TD-GAMMON. this is even more striking in poker, where counterfactual regret minimization wasn't invented until 2007…
Can you please give a link to the soviet paper? Thank you very much :)
Re: The Bitter Lesson (2019) [pdf]
#27> The second general point to be learned from the bitter lesson is that the actual contents of minds are tremendously, irredeemably complex; we should stop trying to find simple ways to think about the contents of minds, such as simple ways to think about space, objects, multiple agents, or symmetries. I agree and think “ML explainability” efforts are doomed to fail as ML becomes increasingly more effective. There is…
Re: The Bitter Lesson (2019) [pdf]
#28Re: The Bitter Lesson (2019) [pdf]
#29Re: The Bitter Lesson (2019) [pdf]
#30I think the Go example is facetious. For the longest time, Go simply was not amenable to search. It is only because of breakthrough in theory that Go became amendable to search. And, it is hardly a straightforward search mind you. Two self learning networks are involved. A first to guide the expansion of a Monte Carlo based tree search, a second to evaluate the nodes in the tree. You can hardly blame a researcher in…
Go has been described as the drosophila of AI. Once a program will know how to play go, we'll be able to make more general artificial intelligences. This is exactly what has happened with alphago and chatgpt. We're not repeating the same thing that happened with chess, but we are past the singularity. Recent advances in AI are lighting up the very nature of intelligence. Our memory and our brain are a machine for pre…