|
|
|
|
|
by bob1029
618 days ago
|
|
Neuromorphic mostly just means "like how the brain works". It encompasses a variety of software & hardware approaches. The most compelling and obvious one to me is hardware purpose-built to simulate spiking neural networks. In the happy case, SNNs are extremely efficient. Basically consuming no energy. You could fool yourself into thinking we can just do this on the CPU due to the sparsity of activations. I think there is even a set of problems this works well for. But, in the unhappy cases SNNs are impossible to simulate on existing hardware. Neuronal avalanches follow power law distribution and meaningfully-large ones would require very clever techniques to simulate with any reasonable fidelity. > the system isn't just simulating neurons but involves a variety of methods and interactions across "agents" or sub-systems. I think the line between "neuron" and "agent" starts to get blurry in this arena. |
|
Secondly how do we get to claim that a particular thing is neuromorphic when we have such a rudimentary understanding of how a biological brain works or how it generates things like a model of the world, understanding of self etc etc.