nitishsrivastava / deepnet

Implementation of some deep learning algorithms.
BSD 3-Clause "New" or "Revised" License
896 stars 438 forks source link

How to set gaussian and binary layers in RBM? #100

Open siddhu95 opened 8 years ago

xcszbdnl commented 8 years ago

gaussian layer is linear activation, binary layers in sigmoid activation then sample.

siddhu95 commented 8 years ago

THankyou!