|
|
|
|
|
by fc417fc802
114 days ago
|
|
No, it's not equivalent to nested if statements. If you can mathematically demonstrate that it is I would be interested. Anyway that's irrelevant. The point is that we use different language when referring to the one because its capabilities appear to be fundamentally different. Your argument comes down to a claim of human exceptionalism - that a computer program can never "understand" simply by virtue of being a computer program. You haven't actually provided any defense of that claim though. You've just assumed it without justification. |
|
It is. If you control the randomness involved, the output of a model is completely deterministic. Which means that it can be represented by a huge lookup table.
Anything that can be represented by a lookup table can be expressed as an `if then else` statement.