MLPBlockΒΆ
Multilayer perceptron block composed of multiple FeedForward layers.
Abstract Signature:
MLPBlock(in_features: int, hidden_features: int, out_features: int)
Keras
API:
keras.SequentialStrategy: Plugin (keras_sequential_pack)