- simplified penalty_weights
git-svn-id: http://moon:8086/svn/software/trunk/projects/Rbm@563 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-1
@@ -74,8 +74,8 @@ public:
|
||||
static arma::mat probsLogistic(arma::mat const &src);
|
||||
arma::mat toHidden(const arma::mat &v);
|
||||
arma::mat toVisible(const arma::mat &h);
|
||||
arma::mat uniform(size_t numRows, size_t numCols, double mu=0.0, double stdDev=1.0);
|
||||
void uniform(arma::mat &srcDst, double mu=0.0, double stdDev=1.0);
|
||||
|
||||
private:
|
||||
noise_gen_t m_noise;
|
||||
arma::mat m_w;
|
||||
|
||||
Reference in New Issue
Block a user