|
|
|
|
|
by EE84M3i
2189 days ago
|
|
I'm confused. I agree that overfitting can lead to very bad models. But, what I don't understand is that I thought that "linear" in ML contexts was normally used in the sense of 'linear transformations', which is a sense of linear that 'line-fit' from excel isn't -- it's affine. Is a linear model with thousands/millions of weights/parameters (like deep learning models) really substantially simpler to understand? Can it do anything useful? [1]: https://en.wikipedia.org/wiki/Linear_map |
|
So, I guess looking from the bottom up the system may look non-continuous and linear. But if you look from the top down, it would look continuous and non-linear.
Really, I am not sure which one is "true".