DeepNetworkTrainingRBM.cpp File Reference

Go to the source code of this file.

Functions

LabeledData< RealVector, unsigned int > createProblem ()
 
BinaryRBM trainRBM (UnlabeledData< RealVector > const &data, std::size_t numHidden, std::size_t iterations, double regularisation, double learningRate)
 
int main ()
 

Function Documentation

◆ createProblem()

LabeledData<RealVector,unsigned int> createProblem ( )

Definition at line 19 of file DeepNetworkTrainingRBM.cpp.

References shark::random::coinToss(), and shark::random::globalRng.

Referenced by main().

◆ main()

◆ trainRBM()