This seems like an oddly specific number; is it supposed to be 101000000?
If so, why is it such a small space? If the model accepts 24-bit, 1000x1000 pixel images and has to label them all as “cat” or “no cat”, there should be 2167772161000000 possible models.
Yes it is! This must have happened when I changed the editor to markdown. Thanks.
Why is it small? Well, the point of that sentence is that it’s infeasible to try them all, so I just made up some large number (that I knew was definitely not too large). I’d say it’s pedagogically preferable to avoid double-exponentiation.
This seems like an oddly specific number; is it supposed to be 101000000?
If so, why is it such a small space? If the model accepts 24-bit, 1000x1000 pixel images and has to label them all as “cat” or “no cat”, there should be 2167772161000000 possible models.
Yes it is! This must have happened when I changed the editor to markdown. Thanks.
Why is it small? Well, the point of that sentence is that it’s infeasible to try them all, so I just made up some large number (that I knew was definitely not too large). I’d say it’s pedagogically preferable to avoid double-exponentiation.