Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non Léon Bottou Notation ? (SGD/2SGD) #209

Open
fi0112358 opened this issue Dec 9, 2024 · 2 comments
Open

Non Léon Bottou Notation ? (SGD/2SGD) #209

fi0112358 opened this issue Dec 9, 2024 · 2 comments

Comments

@fi0112358
Copy link

Hello! I'm struggling to find the initial equation forms for SGD/2SGD in the notes. I see that we have GD defined as $w_{t+1} = w_t - \nu \nabla_w E_{in}(w_t)$ and also 2GD defined w/similar notation, but can't find the SGD/2SGD versions.

Any help would be appreciated! Thanks:)

@YiqiSun1
Copy link

YiqiSun1 commented Dec 9, 2024

I think for SGD and 2SGD, we just use the formula on Bottous's paper

@fi0112358
Copy link
Author

Great -- thank you so much! I wasn't sure if there was an alternative notation that we had covered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants