Get Started
API Reference
Developer Guides
deephyper.keras.layers.
UpdateFuncMLP
Bases: tensorflow.keras.layers.
tensorflow.keras.layers.
Multi-layer perceptron update function.
state_dim (int) – number of output channels.
activation (str) – the type of activation functions.
Methods
build
call
Apply the layer on input tensors.
__call__
Call self as a function.
inputs (list) – old_state (tensor): node hidden feature tensor agg_messages (tensor): node hidden feature tensor
activated tensor from update function (
activation (tensor)