Reference
Table of Contents
▸
List of Commands
▸
Neural Networks
▸
nn_backpropagate
◀
nn_backpropagate_batch
|
nn_update
▶
nn_backpropagate
Arguments:
module_name,[expected_output],_loss_function
Description:
Propagate input, then back-propagate output error, through the neural network.
This command set the network output.
Return average loss.