koba-jon / pytorch_cpp

Deep Learning sample programs using PyTorch in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About AE1d

faranaziz opened this issue · comments

commented

Hello,
No can find the RBM code, you not use it ad in original paper?

Hello,
I certainly don't implement RBM in this repository (i.e., no pre-training), because I don't fully understand its algorithm.
It's reported that pre-training using RBM is important in original paper.
So I would like to add its functions in the future.