Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cventus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
cventus
2y ago
You're right that if the activation function is linear, like the identity function, then it doesn't matter how many layers you have. But with the step function two layers is enough. We can manually derive a network that can classi
2.
▲
by
cventus
2y ago
Nice list and history of common activation units used today. Small note though, the heaviside function used in the the perceptron is non-linear (it can tell you which side of a plane the input point lies), and a multi-layer perceptron could
3.
▲
by
cventus
5y ago
That's not a bad way of putting it. It reminds me of "It is the user who should parameterize procedures, not their creators."