Belle II Software development
|
Public Member Functions | |
def | __init__ (self, x=None, y=None, params=None, cost=None, updates=None, train_function=None, eval_function=None) |
Public Attributes | |
x | |
theano shared variable x | |
y | |
theano shared variable y | |
params | |
model params | |
cost | |
model cost | |
updates | |
model grad updates | |
train_function | |
theano function for training | |
eval_function | |
theano function for evaluation | |
State class for proper handling of parameters and data during function calls. This is a very brief theano example.
def __init__ | ( | self, | |
x = None , |
|||
y = None , |
|||
params = None , |
|||
cost = None , |
|||
updates = None , |
|||
train_function = None , |
|||
eval_function = None |
|||
) |
Constructor of the State class
Definition at line 27 of file theano.py.