OpenANN
1.1.0
An open source library for artificial neural networks.
|
Public Member Functions | |
def | __cinit__ |
def | get_output |
def | get_parameters |
Public Attributes | |
thisptr | |
Common base of all layers.
def layer.Layer.__cinit__ | ( | object, | |
self | |||
) |
def layer.Layer.get_output | ( | self) |
Get the current output of the layer.
def layer.Layer.get_parameters | ( | self) |
Get the current parameters of the layer.
layer.Layer.thisptr |