forked from apache/singa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SINGA-9 Add Support for Restricted Boltzman Machine (RBM) model
* Refactor the CDWorker::TrainOneBatch. * Replace Phase with int flag in ComputeFeature ComputeGradient * functions. The flag can be a combination for multiple phases, e.g., * kTrain|kForward, where each phase is set to have only one none zero bit, e.g., 1, 2, 4, 8, etc. * Remove compliation dependency on opencv. * Refactor JobProto to create a AlgProto for TrainOneBatch. * Create a RBMLayer as the base layer for RBM layers. * Updated all configurations of all examples.
- Loading branch information
Showing
22 changed files
with
497 additions
and
700 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
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
Oops, something went wrong.