-
-
Notifications
You must be signed in to change notification settings - Fork 985
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a centered variance option to the ClippedAdam optimizer (#3415)
* Add option to use centered variance in the ClippedAdam optimizer. * Add test for the centered ClippedAdam optimizer. * Calculate convergence iteration for the centered ClippedAdam optimizer. * Added reference of the centered Adam optimizer. * Add option to use the ClippedAdam optimizer with centered variance in the Latent Dirichlet Allocation example. * Added more detailed comments on ClippedAdam with centered variance and its tests. * Shortened the ClippedAdam centered variance test and added an option to run the full test with plots via a pytest command line option.
- Loading branch information
Showing
4 changed files
with
152 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters