Curious, has this method been used for solving linear systems? How would it perform e.g. against conjugate gradient? And how would it perform for non-positive-definite systems?
Why Momentum Works
11–20 of 100 posts
Re: Why Momentum Works
#12I'm really loving the choice of articles, especially since you're just getting started. Edit: I'm referring to the journal, not the author.
Re: Why Momentum Works
#13Re: Why Momentum Works
#14I'm really loving the choice of articles, especially since you're just getting started. Edit: I'm referring to the journal, not the author.
Thanks! We're just lucky to have authors like Gabe (@gabrielgoh) come to us with incredible articles. :)
I can see this type of interactive journal becoming very popular in other fields, but not if the author has to create the diagrams him/herself.
Re: Why Momentum Works
#15Related? Flat minima http://www.bioinf.jku.at/publications/older/3304.pdf
Re: Why Momentum Works
#16Curious, has this method been used for solving linear systems? How would it perform e.g. against conjugate gradient? And how would it perform for non-positive-definite systems?
Author here - yes! It can be used to solve symmetric PSD Systems, as the solution of Ax = b is also the minimizer of 0.5*x'Ax - b'x. Conjugate gradient can be seen as a special form of momentum with adaptive alphas and betas
Just to be clear, though, CG doesn't use the negative gradients as search directions, as steepest descent would.
Re: Why Momentum Works
#17http://math.mit.edu/~freer/papers/PhysRevLett_110-168702.pdf
Re: Why Momentum Works
#18Re: Why Momentum Works
#19But simply not on Firefox
Re: Why Momentum Works
#20I'm really loving the choice of articles, especially since you're just getting started. Edit: I'm referring to the journal, not the author.
Overall -- huge fan!