|
|
|
|
|
by osmarks
694 days ago
|
|
I don't think this is true as stated. Evolutionary algorithms are not the most efficient way to do most things because they, handwavily, search randomly in all directions. Gradient descent and other gradient-based optimizers are way way faster where we can apply them: the brain probably can't do proper backprop for architectural reasons but I am confident it uses something much smarter than blind evolutionary search. |
|
It's about mechanisms in the brain that plausibly evolved over time.