RaptorMai / Deep-AutoEncoder-Recommendation

Keras implementation of AutoRec and DeepRecommender from Nvidia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About tied or constrainted auto-encoder.

thuan1412 opened this issue · comments

In the paper deep auto-encoder of NVIDA. They used a tied weight auto-encoder to make the model smaller and increase training time. Have u implement this method?

I did not implement this method. You can fork my repo and try it.