Viewing a single comment thread. View all comments

77SevenSeven77 t1_ixjrib4 wrote

So the brain is just constantly looping its operating system 30 - 50 times per second to scan for changes in the program, like a computer program operating in a loop. That’s cool.

8

unskilledplay t1_ixkgm81 wrote

Brainwaves are not timed fetch/execute cycles like computers but that doesn't mean there's not anything to this comparison.

Computers are built from the ground up on timing. Perfect sequentialling is required for computers to function. One thing happening out of order will shut the entire system down (some exceptions). Neural networks (even when simulated in software) don't have that strict ordering requirement.

Timing of networks in the brain allows for more efficient messaging with other networks. This results in faster computation and lower energy consumption.

2