|
|
|
|
|
by rini17
1107 days ago
|
|
We can estimate the amount of information processed. Visual is like 10mbit [1] plus other senses it might be up to 100mbit. Only doing similar sensor fusion and extracting features in realtime on computer requires more power. But there's also the symbolic processing, doing something similar too requires much more power on computer. Then there is other stuff such as maintaining homeostasis we don't really know how to compute yet. [1]https://www.eurekalert.org/news-releases/468943 |
|
I'm not sure this makes sense. Here is a simple dynamic programming problem from Project Euler: https://projecteuler.net/problem=67
You can estimate the amount of information being processed in a few different ways. But that's not really relevant; the whole point of solving this problem is that you can do the same job with less computation than it looks like you need.
There is no particular connection between "amount of information processed" and "amount of computation performed".