http://lasagne.readthedocs.org/en/latest/user/tutorial.html#id2
私は次のことを試しました
network_output = lasagne.layers.get_output(network)
f = theano.function([input_var], network_output[:,-1])
y_hat = f(X_train)
ただし、ここで Y_hat のすべてのサンプルに対して NAN を取得します。
編集: NAN の問題を解決できました。ただし、私の予測は1つのクラスのみを返します(1)