0

This seems to be possible using the Python and C# APIs as per the documentation.

The BrainScript documentation doesn't have Adam as one of the options for gradUpdateType.

Is it possible to use the Adam optimizer in BrainScript?

Rahul Gupta
  • 9,775
  • 7
  • 56
  • 69

1 Answers1

0

Sorry Adam optimizer is implemented in V2 CNTK only. In BS, you can use FsAdagrad which is close to Adam.

Thanks,
Emad

Emad Barsoum
  • 476
  • 3
  • 2