You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mdCNN: Multidimensional CNN library in Matlab
Dear Hagay,
Firstly, I would like to thank you for your magnificent works. Second, I would like to ask which optimizer did you use in your code and can I change it to Adam or SGD?
Your help is really appreciated,
Best regards,
Quang
Hagay Garty
unread,
Jun 24, 2020, 7:17:43 AM6/24/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mdCNN: Multidimensional CNN library in Matlab
Hi, the current optimizer is SGD
There is no support for Adam, but I guess you can modify 'updateWeights' to support it.