def build_prediction(self): # return NN.softmax(self.activation) #use this line to expose a slow subtensor # implementation return NN.sigmoid(self.activation)