- added weight init std dev on GUI

git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@34 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2014-10-20 06:47:51 +00:00
parent 0f38b78093
commit ba04927592
4 changed files with 34 additions and 3 deletions
+1
View File
@@ -26,6 +26,7 @@ public:
: m_numVisible(0)
, m_numHidden(0)
{
Noise_Init(&m_noise, 0x32727155);
load(pFilename);
}