Hacker News new | ask | show | jobs
by gradientfree 2478 days ago

  if x <= 0:
      return 0
  else:
      return x
Is in the core of most neural networks today (relu activation), so it is definitely useful.