tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conditional RBM and distributed computing

opened this issue · comments

Are conditional RBM for recommender systems (for example) and support for distributed computing available or planned for the future?

No direct plans to provide an Estimator with that.

But you probably can implement one using TF to work distributed.
If you do - feel free to send PR to http://github.com/tensorflow/tensorflow repository.