TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why Do Neural Networks Need an Activation Function?

7 pointsby strikinglooalmost 6 years ago

2 comments

ml_thoughtsalmost 6 years ago
The posted article isn&#x27;t particularly fascinating, but for a bit of fun, there&#x27;s an OpenAI project where they demonstrate that due to the non-linear rounding of Float32 values you can actually train &quot;non-linear&quot; linear networks: <a href="https:&#x2F;&#x2F;openai.com&#x2F;blog&#x2F;nonlinear-computation-in-linear-networks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openai.com&#x2F;blog&#x2F;nonlinear-computation-in-linear-netw...</a>
评论 #20326306 未加载
united893almost 6 years ago
You don&#x27;t need advanced math to answer this question. If there&#x27;s no activation function then all the weights in each layer can be multiplied together and the whole network is just a linear classifier.
评论 #20322322 未加载