gradient_descent_viz
gradient_descent_viz copied to clipboard
interactive visualization of 5 popular gradient descent methods with step-by-step illustration and hyperparameter tuning UI
Cannot run the .exe file on Windows 10 due to error: `The code execution cannot proceed because libgcc_s_seh-1.dll was not found. Reinstalling the program may fix this problem.` Reinstalling the...
@lilipads Thanks for sharing the interesting work. I am a researcher from the Robotics field with a special focus on state estimation. Do you have any idea that how can...
如题,您好,请问是镜像问题还是我下载的问题?可否更新一下镜像?谢谢。Nice work。
QHM and QHAdam are enhancements to the standard Momentum and Adam algorithms respectively. See the paper: [Quasi-Hyperbolic Momentum and Adam for Deep Learning](https://arxiv.org/abs/1810.06801v4) for more details. I have added these...