![]() |
Belle II Software
release-05-01-25
|


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 145 of file tensorflow_dnn_model.py.
| def __init__ | ( | self, | |
| layers | |||
| ) |
initialization
Definition at line 150 of file tensorflow_dnn_model.py.
|
private |
connect layers
Definition at line 195 of file tensorflow_dnn_model.py.
|
private |
collect tunable parameters
Definition at line 185 of file tensorflow_dnn_model.py.
| def from_list | ( | cls, | |
| layers | |||
| ) |
define layers from list
Definition at line 174 of file tensorflow_dnn_model.py.
| def initialize | ( | self, | |
| layer_input | |||
| ) |
initialize
Definition at line 203 of file tensorflow_dnn_model.py.