I am using a DBN (deep belief network) from nolearn based on scikit-learn.
I have already built a Network which can classify my data very well, now I am interested in exporting the model for deployment, but I don't know how (I am training the DBN every time I want to predict something). In matlab
I would just export the weight matrix and import it in another machine.
Does someone know how to export the model/the weight matrix to be imported without needing to train the whole model again?