Hacker News new | ask | show | jobs
by nightski 3093 days ago
I'm not really buying your argument here. Neural networks are just a collection of artificial neurons. There is no requirement for multiple layers or depth of any kind.
1 comments

> artificial neurons

Differentiable functions

Basically you're implying binary neurons, neuroevolution (which works on non-differentiable functions) etc. aren't a thing. Or at least they're not (working with) neural nets.

It's almost like SGD just made decades of AI research into neural networks just vanish.

I don't see that implication at all.

Nobody is claiming that the definition of "differentiable programming" should be identical to the definition of "neural net". The claim is, if you want to assign a name to the thing that TensorFlow, PyTorch, and similar frameworks do, it's "differentiable programming".

If you want to make a non-differentiable neural net, knock yourself out. The research still exists and nobody is stopping you.

But while we're talking about terminology, I'd encourage you to stop referring to the units as "neurons". The false analogy to biology just confuses people.