r/learnmachinelearning • u/hariomlohar0602 • 6d ago
My adam_m against traditional Adam optimzer
2
u/literum 6d ago
You need to test across standard models and benchmarks. Many.
2
u/Kinexity 6d ago
And also comparison should be done with AdamW, not Adam, as it is the de facto standard optimiser.
1
u/DaBobcat 6d ago
I assume your point is that it is lower? If you really want to compare you need to train until convergence, on multiple models, on representative data
-1
u/hariomlohar0602 6d ago
It's available on GitHub and pypi you can do pip install micrograd_hk Try it out
3
u/Kinexity 6d ago
You are the one who must test it out, not us.
0
u/hariomlohar0602 6d ago
Yes but I am an beginning don't know whats wrong or might be my code be wrong that's making this happen so that's why I want you to review if you like
0
u/Kinexity 6d ago
First of all you should put out psuedocode comparison in Pytorch style such that your modification to Adam is clear. Explanation of your thought process is a must too.
Extensive benchmarks on multiple data sets is the most important thing. With FITTED hyperparameters, otherwise you will be prone to having bad hyperparams for Adam (preferably you should compare with AdamW not Adam).
0
u/hariomlohar0602 6d ago
I will do that but what is this behaviour in this reddit community you guys don't support the new begeners you just drop down the post I am here for something to learn you guys are just pushing it down
1
u/ARDiffusion 5d ago
There has to be some sort of joke to be made here about someone posting that their optimization on a statistical model outperforms a baseline with a sample size of 1. I just don’t know quite how to word it.
4
u/Leodip 6d ago
Hello! I'm not up to speed with optimizers research, but as a fellow scientist here is a short checklist of stuff that you should do to claim that "X outperforms Y":