[RBM]
- render lower layer weights as linear combination from top weights using up pass of reconstructions git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@303 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
MatrixXd& weights()
|
||||
MatrixXd& weights()
|
||||
{
|
||||
return m_w;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user