FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
What Happens if You Remove ReLU From a Deep Neural Network?
NewsMachine Learning

What Happens if You Remove ReLU From a Deep Neural Network?

via HackernoonEmmimal P Alexander13h ago

Removed ReLU from a 5-layer PyTorch MLP. The model trained without errors, loss decreased every epoch, and it still hit 91.8% on MNIST — matching single-layer logistic regression exactly. Four hidden layers with 575K parameters added zero expressive power. The gradient data was the unexpected part. Early layers didn't vanish — they just received proportionally less signal. By epoch 10, fc5 had a gradient norm of 1.37 while fc1 sat at 0.37. The optimizer was concentrating updates at the output end because that's where the matrix product chain is shortest. The network quietly specialized its final layer to do all the classification work and treated the rest as a passive linear projection. Depth made it worse, not neutral. A 10-layer linear network scored 90.93% vs 92.00% for a 1-layer one — same expressive ceiling, harder optimization landscape. Every non-linear activation tested (Sigmoid, Tanh, ReLU, Leaky ReLU, GELU) landed between 97.4% and 98.2%. The gap between any activation and no

Continue reading on Hackernoon

Opens in a new tab

Read Full Article
1 views

Related Articles

Wiim Sound review: This smart speaker is so close to fully replacing my Sonos
News

Wiim Sound review: This smart speaker is so close to fully replacing my Sonos

ZDNet • 21m ago

Updated Test Article
News

Updated Test Article

Dev.to • 38m ago

Own a Sony TV? Changing these 3 settings will greatly improve its picture quality
News

Own a Sony TV? Changing these 3 settings will greatly improve its picture quality

ZDNet • 40m ago

News

Stop Using Switch Statements: Keyed Services in .NET — A Practical Approach

Medium Programming • 1h ago

Workers report watching Ray-Ban Meta-shot footage of people using the bathroom
News

Workers report watching Ray-Ban Meta-shot footage of people using the bathroom

Ars Technica • 2h ago

Discover More Articles