|
|
|
|
|
by rangerranvir
2243 days ago
|
|
Random question, do you guys have tried linear regression in place of Adam and was there a significant change in the training time? And on what data you decide to move on to NN based model rather than using a simpler models like linear regression etc? |
|
Once upon a time, when I used to hire data people, I'd ask them to tell me about a recent data project. They'd normally mention some kind of complex model, and I'd ask them how much better it was than linear/logistic regression. A really large proportion of candidates (around 50%) couldn't answer this because they'd never compared their approach to anything simpler.
One person told me that linear regression wasn't in the top 10 Kaggle models, so they would never use it.