MLP¶
-
class
behavenet.models.decoders.MLP(hparams)[source]¶ Bases:
behavenet.models.base.BaseModuleFeedforward neural network model.
Methods Summary
Construct the model.
forward(x)Process input data.
Methods Documentation
behavenet.models.decoders.MLP(hparams)[source]¶Bases: behavenet.models.base.BaseModule
Feedforward neural network model.
Methods Summary
Construct the model. |
|
|
Process input data. |
Methods Documentation