Table of Contents ▸ List of Commands ▸ Neural Networks ▸ nn_trainer | ◀ nn_tconv2dnl | array ▶ |
nn_trainer
Arguments:
- out,_in,_learning_rate>0,_optimizer,_scheduler
Description:
Add a network trainer to the current network.optimizer can be { sgd | rmsprop | adam | adamax }.
scheduler can be { constant | linear | exponential | adaptive }.
Default values:
in=. (previous layer), learning_rate=2.5e-4, optimizer=rmsprop and scheduler=constant.