![]() |
Belle II Software light-2505-deimos
|
Public Member Functions | |
| __init__ (self, x=None, y=None, params=None, cost=None, updates=None, train_function=None, eval_function=None) | |
Public Attributes | |
| x = x | |
| theano shared variable x | |
| y = y | |
| theano shared variable y | |
| params = params | |
| model params | |
| cost = cost | |
| model cost | |
| updates = updates | |
| model grad updates | |
| train_function = train_function | |
| theano function for training | |
| eval_function = 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.
| __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.
| eval_function = eval_function |
| train_function = train_function |