- moved numEpochs and miniBatchSize to RBM::Params
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@606 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@ public:
|
||||
void addLayer(Layer *pLayer);
|
||||
Layer* getLayer(size_t layerId) const;
|
||||
|
||||
void train(size_t layerId, const arma::mat& batch, size_t miniBatchSize, size_t numEpochs, Rbm::IListener* pListener);
|
||||
void train(const arma::mat& batch, size_t miniBatchSize, size_t numEpochs, Rbm::IListener* pListener);
|
||||
void train(size_t layerId, const arma::mat& batch, Rbm::IListener* pListener);
|
||||
void train(const arma::mat& batch, Rbm::IListener* pListener);
|
||||
bool load();
|
||||
bool save();
|
||||
void weightsInit(double stddev);
|
||||
|
||||
Reference in New Issue
Block a user