|
|
|
|
|
by srean
2124 days ago
|
|
> The whole "universal approximation" perspective is pretty vague to begin with Multiple times this. This claim gets trotted around frequently to showcase superiority of NNs. At best this is a red herring at worst it is dishonest. The problem is they aren't the only universal approximators. There is a whole slew of them, nearest neighbor approximators, polynomials, rational splines, kernel methods … Furthermore the universal approximation property holds under conditions. Finally, the ability to represent a function arbitrarily well (approximation property) does not mean that one will be able to find the representation from data easily (learning property). Empirical evidence suggests that among the class of universal approximators we know, NNs seems easy to train effectively. Why this is so s not quite well understood. |
|