Hacker News new | ask | show | jobs
by free-malloc 1439 days ago
Do neural networks count as biomimicry? Are there good examples of software mimics life.
2 comments

There are lot of software and hardware that use biomimicry.

Schmitt trigger, one of the fundamental components in electronics is based on nature (and its creator is called as the father of biomimicry/ biomimetics https://ehistory.osu.edu/exhibitions/biomimicry-a-history).

Swarm optimization algorithms (genetic algorithms, particle swarm optimization, Ant Colony optimization etc) are more openly based on nature.

Neural networks in their current implementation don't even come close to the complexity and computational power of a single real neuron. While that is the case, on an extremely basic level they are designed after concepts learned about real neuronal networks

I do mean extremely basic I can't emphasize this enough, so much so that I normally say its not even close

I want to second the 'extremely basic' part.

But, yes, it is biomimicry. Computer scientists looked at actual neuronal networks in animals, and said 'let's try to do some extremely simplified version of that' and that is how we got "neuronal networks" (bad name, but what we gonna do).

I heard there was some work in adding inhibitory neurons at least. Progress!