Hacker News new | ask | show | jobs
by nassimsoftware 1213 days ago
Is there a point where those AI models could plateau and adding more parameters or data will not improve them anymore?
1 comments

Without changing the architecture in a significant manner/using more training data, there does come a point where adding more parameters will result in no gain (and sometimes even worse results).

There's also a consequence of performance by adding more params. The inference time will be longer and even just training the model will take longer and won't be able to run as many epochs in an efficient manner.