|
|
|
|
|
by astrophysician
2244 days ago
|
|
Adam, RMSProp, etc are just flavors of gradient descent so they’re useful on anything from ResNet to logistic regression. There are more flavors like natural gradient that are more useful for smaller problems since they require a Hessian matrix, but gradient descent is gradient descent. We use Adam in production for logistic regression, not for any particular reason really, just happens to work. |
|
And on what data you decide to move on to NN based model rather than using a simpler models like linear regression etc?