|
|
|
|
|
by benlivengood
538 days ago
|
|
Deterministic (ieee 754 floats), terminates on all inputs, correctness (produces loss < X on N training/test inputs) At most you can argue that there isn't a useful bounded loss on every possible input, but it turns out that humans don't achieve useful bounded loss on identifying arbitrary sets of pixels as a cat or whatever, either. Most problems NNs are aimed at are qualitative or probabilistic where provable bounds are less useful than Nth-percentile performance on real-world data. |
|