Hacker News new | ask | show | jobs
by iopq 899 days ago
Not really, since they do a mathematical function over blocks and don't need a single if statement. They map learned data + input -> output as a pure function
2 comments

ReLU is if-like since it only passes half of the input values with the other half becoming 0
Is ML different than if statements? Yes.

But is it reallllly different? No not so much.