Comment Re:Not this again (Score 1) 33
Except for the fringe, no one takes seriously the idea that quantum mechanics has a significant role in human intelligence or consciousness.
That's true in neuroscience but it's not an uncommon outlook in computer science/machine learning. How neurons are modeled in a neural net can make or break its ability to to learn. The activation function, the function used to determine when the artificial neurons in a neural net should fire, has to be stochastic to a degree to get that learning behaviour. Of course, the best we can usually do in computer science is psuedorandom. So there is some merit in wanting to investigate what true randomness could do for these algorithms. This said, correlation is not causation, but the necessity of stochastic elements in ML does warrant further investigation of the possibility.