Skip to content

Training parameters

Mino05 edited this page Mar 20, 2019 · 3 revisions

HOME > DOCUMENTATION > MODIFY TRAINING PARAMETERS

The training parameters of the neural network

Where to find the informations to understand these parameters

https://js.tensorflow.org/api/latest/#tf.LayersModel.fit

  1. With this link you can find what are the different training parameters and how they are used.
  2. These parameters are contained in an object of type ModelFitArgs.

How to modify the parameters

Before clicking the "train" button you can modify the values of the parameters in the text area, but be careful of the syntax.

trainingParameters

Clone this wiki locally