|
|
|
|
|
by superpermutat0r
2310 days ago
|
|
The thing about NN is that increasing the weights does improve the performance. The standard way to get good performance and see if your architecture works is just get the network huge (wide). After you see it works you get it small. The "common wisdom" of "too many parameters will make you overfit" is most definitely not that important for the way modern NN training works. |
|