Hacker News new | ask | show | jobs
by yberreby 281 days ago
If C ~ D^2, then D ~ sqrt(C).

In other words, the required amount of data scales with the square root of the compute. The square root of 2 ~= 1.414. If you double the compute, you need roughly 1.414 times more data.

1 comments

Thanks for clarification!