Live data from Hacker News

Why Momentum Works

distill.pub

11–20 of 100 posts

Re: Why Momentum Works

#11
post #7

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?

[deleted]

Re: Why Momentum Works

#12

I'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. :)

Re: Why Momentum Works

#14
post #12

I'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'm curious, did the author write the whole article including figures, or did someone else give life to the figures?

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

#16
post #7

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?

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

> Conjugate gradient can be seen as a special form of momentum

Just to be clear, though, CG doesn't use the negative gradients as search directions, as steepest descent would.

Re: Why Momentum Works

#18
It seems have no improvement for badly conditioned problems, i.e. k >> 1. The convergence rate is 1 with or without the damped momentum.

Re: Why Momentum Works

#20

I'm really loving the choice of articles, especially since you're just getting started. Edit: I'm referring to the journal, not the author.

Likewise, I'm very impressed with the early article selection. The site itself is beautiful, and interactive figures like the one at the top of this link are incredibly helpful.

Overall -- huge fan!

Post reply on HN