Hacker News new | ask | show | jobs
by mort96 921 days ago
That's one example of a nonlinear function, yes. You also have (eˣ)/(1+eˣ), or (e²ˣ-1)/(e²ˣ+1), or a host of others which don't contain anything if-like at all.
1 comments

My somewhat snarky point was that there is no magic distinction such as:

> These were not AIs but rule-based systems with if elses.

I believe I already made my point with the ReLU example, if you don't want to concede it that is also ok.

I don’t know what point you’re trying to make. Neural nets are fundamentally different from rule-based systems. The fact that one of the non-linear functions which is sometimes used in neural nets can be implemented using an if statement seems utterly irrelevant.