Hacker News new | ask | show | jobs
by matrix2596 899 days ago
its funny but the large language models can be seen as billions of if statements learnt from data
1 comments

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
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.