[theano-users] Re: Save and load MLP model

2017-01-17 Thread Desy rona
ip file: > > https://sites.google.com/a/chalearn.org/automl/general-mnist---cnn-example/MNISTrelease2.zip?attredirects=0&d=1 > > On Thursday, January 12, 2017 at 4:19:46 PM UTC+8, Desy rona wrote: >> >> Thanks for the solution .. >> but I had a little trouble downloading the datas

[theano-users] Re: Save and load MLP model

2017-01-12 Thread Desy rona
le all the weights. A good reference > would be to download and study the codes from the following: > https://sites.google.com/a/chalearn.org/automl/general-mnist---cnn-example > > On Tuesday, January 10, 2017 at 1:22:22 PM UTC+8, Desy rona wrote: >> >> >> >>

[theano-users] Re: Save and load MLP model

2017-01-09 Thread Desy rona
I am using the cnn text classification written by Yoo Kim for sentiment analysis. This code applies cross validation to check the quality of learned model. However, I want to save the learned weights and biases, so I can apply the learned model on ne