6 ms·
> comparing artificial to real neural networks I had a sad day in college when I thought I'd build my own ANN using C++. First thing I did was create a "Neuro
by paddleon 9mo ago
> comparing artificial to real neural networks
I had a sad day in college when I thought I'd build my own ANN using C++.
First thing I did was create a "Neuron" class, to mimic the idea of a human neuron.
Second thing I did was realize that ANNs are actually just Weiner filters with a sigmoid on top. The base unit is not a "neuron".
- coldtea 9mo agoWell, these exist tho: https://en.wikipedia.org/wiki/Spiking_neural_network https://en.wikipedia.org/wiki/Spiking_neural_network