Live data from Hacker News

Viewing profile — mtcrawshaw

mtcrawshaw

HN member
Joined
Sat, Feb 18, 2023, 3:46 PM UTC
HN karma
15
Public activity
4 items

About mtcrawshaw

No profile information was provided.

Recent public activity

  1. comment
    Comment #35034445

    Of course interesting things happen outside of mainstream deep learning. The problem is that sorting by citation count is a terrible way to look broadly at research, because mainst…

  2. comment
    Comment #34848868

    Moving the momentum update before the parameter update changes the algorithm from LION to SignSGD. The only novel part of their algorithm is the fact that the momentum changes afte…

  3. comment
    Comment #34848102

    The second line appears unnecessary because the formula in that comment is missing one line from the definition of LION. See my above comment.

  4. comment
    Comment #34848013

    Your formula is almost right but there is a slight difference. Namely the third line of Program 1 in their paper is absent from your statement, which will change the value of the m…