I'm using the following versions:
Theano==0.7.0
Lasagne==0.1
Nolearn==0.6aI'm trying to build a simple neural network and train and test with a dummy function; however, the predictions are always around 1.0.
Any help would be greatly appreciated!
Thanks!!
Do you have any suggestions regarding reading material for guidance to setting things like the activation function, learning rate, etc?