The Bitter Lesson (2019) [pdf]
cs.utexas.edu
The Bitter Lesson (2019) [pdf]
1–10 of 62 posts
Re: The Bitter Lesson (2019) [pdf]
#2http://www.incompleteideas.net/IncIdeas/BitterLesson.html
u/dang, swap links if you see this?
Re: The Bitter Lesson (2019) [pdf]
#3Re: The Bitter Lesson (2019) [pdf]
#4 Parallelizable methods win (e.g. DL), by using the computation available
Further: progress will occur on real-world problems that can be solved by those methods, making those applications dominant throughout society. (i.e. everything looks like a nail to someone with a hammer... but if it's a really good hammer, that may be the best approach)Re: The Bitter Lesson (2019) [pdf]
#5Just adding an obvious corollary regarding parallelization, to "leverage computation" and "massive computation became available and a means was found to put it to good use": Parallelizable methods win (e.g. DL), by using the computation available Further: progress will occur on real-world problems that can be solved by those methods, making those applications dominant throughout society. (i.e. everything looks like a…
In my head this always parallelled the "premature optimization" conversation in programming. Most programmers would say that inlining etc was only justified when you've benchmarked so you know how the benchmarks are performing but the experience of whole program optimization in things like hotspot jvm and llvm seems to suggest that even benchmarked optimizations can be premature because only a vm can do optimizations on the real world use case.
Re: The Bitter Lesson (2019) [pdf]
#6Re: The Bitter Lesson (2019) [pdf]
#7Re: The Bitter Lesson (2019) [pdf]
#81. 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 need more insight not more data.
Re: The Bitter Lesson (2019) [pdf]
#9I 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…
Re: The Bitter Lesson (2019) [pdf]
#10I 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…
One of the points, I think, is that there is very little a researcher in the 70s could have done to make progress on these problems, because the computing power just wasn't there yet; and once the computing power was here, almost all of that 70s researcher's work became obsolete.