|
|
|
|
|
by Xcelerate
787 days ago
|
|
> the only people who think architecture/model choice makes a huge difference are n00bs and academics. Are you referring to the current state of our best existing models or the potential future of ML? I find it incredibly hard to see how an LLM could implement the best “physically allowable” approximation to Solomonoff induction. Then again, I thought it was extremely unlikely neural networks would have the abilities they currently exhibit, so who knows. |
|
It is indeed a marvel that it works nearly as well as it does.
But then again, evolution is even dumber (in the sense that it only makes random choices that thrive or perish, and can't even take gradients into account), but evolution has still managed to produce intelligent critters.
I guess when you have enough dimensions greedy approaches to optimisation / hill climbing can work well enough, even when you have challenging problems?
Especially if you are allowed to move to some meta levels. Eg evolution doesn't build planes, it built brains that can figure out how to build planes. Similarly with back propagation perhaps.