Neural networks¶
-
class
untwist.neuralnetworks.
Layer
(input, n_in, n_out, W=None, b=None, activation=<theano.tensor.elemwise.Elemwise object>)[source]¶ Generic feed-forward layer (can be hidden or output)
-
class
untwist.neuralnetworks.
Activations
[source]¶ Some activation functions not available in theano.
-
class
untwist.neuralnetworks.
MLP
(input_size, output_size, hidden_sizes, activation=<theano.tensor.elemwise.Elemwise object>)[source]¶ Multi-Layer Perceptron network, specified by the size of the input, the output and an arbitrary number of hidden layers.