![]() |
Belle II Software
release-06-02-00
|
Public Member Functions | |
| def | __init__ (self, layers) |
| def | from_list (cls, layers) |
| def | initialize (self, layer_input) |
Public Attributes | |
| layers | |
| layer objs | |
| input | |
| input | |
| output | |
| output | |
| w | |
| weights | |
| b | |
| biases | |
| is_initialized | |
| set all mlp parameters | |
Private Member Functions | |
| def | _set_weights_and_biases (self) |
| def | _connect_layers (self, layer_input) |
class combine layer obj
Definition at line 141 of file tensorflow_dnn_model.py.
| def __init__ | ( | self, | |
| layers | |||
| ) |
initialization
Definition at line 146 of file tensorflow_dnn_model.py.
|
private |
connect layers
Definition at line 191 of file tensorflow_dnn_model.py.
|
private |
collect tunable parameters
Definition at line 181 of file tensorflow_dnn_model.py.
| def from_list | ( | cls, | |
| layers | |||
| ) |
define layers from list
Definition at line 170 of file tensorflow_dnn_model.py.
| def initialize | ( | self, | |
| layer_input | |||
| ) |
initialize
Definition at line 199 of file tensorflow_dnn_model.py.