- refactored weight stuff into AStack
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@816 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -29,9 +29,6 @@ public:
|
||||
virtual ~DeepStack();
|
||||
|
||||
void train(Rbm::IListener* pListener);
|
||||
void weightsInit(double stddev);
|
||||
bool loadWeights();
|
||||
bool saveWeights();
|
||||
|
||||
size_t numTraining();
|
||||
void addTraining(const arma::mat &toAdd);
|
||||
|
||||
Reference in New Issue
Block a user