tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
Apache License 2.0
3.18k stars 439 forks source link

Conditional RBM and distributed computing #173

Closed ghost closed 8 years ago

ghost commented 8 years ago

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

ilblackdragon commented 8 years ago

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.