PsyNeuLink icon indicating copy to clipboard operation
PsyNeuLink copied to clipboard

Default Learning Rates

Open tylergiallanza opened this issue 4 years ago • 2 comments

Currently, the default learning rate for the add_backpropagation_learning_pathway function of Composition (learning_rate=0.05) is different than the default learning rate for AutodiffComposition (learning_rate=0.001).

There may be good reasons for this discrepancy, but it's a bit unnatural when trying to compare the results of learning in a Composition with and without autodiff. I think it may be beneficial to make these the same value to avoid any confusion.

NOTE: this should be labeled as a feature request and not a bug - I'm not sure how to do that, so sorry for any confusion

tylergiallanza avatar Apr 21 '21 20:04 tylergiallanza

Thanks. Agreed.

jdc

On Apr 21, 2021, at 4:42 PM, tylergiallanza @.@.>> wrote:

Currently, the default learning rate for the add_backpropagation_learning_pathway function of Composition (learning_rate=0.05) is different than the default learning rate for AutodiffComposition (learning_rate=0.001).

There may be good reasons for this discrepancy, but it's a bit unnatural when trying to compare the results of learning in a Composition with and without autodiff. I think it may be beneficial to make these the same value to avoid any confusion.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/PrincetonUniversity/PsyNeuLink/issues/2015, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSHKGD2M7KXYJF2PR3T55LTJ42EPANCNFSM43LDHPIA.

jdcpni avatar Apr 21 '21 20:04 jdcpni

Which should be the default (or should both be changed to something else)?

kmantel avatar Jun 22 '21 05:06 kmantel