fann_get_cascade_candidate_limit

(PECL fann >= 1.0.0)

fann_get_cascade_candidate_limitReturn the candidate limit

Descrierea

fann_get_cascade_candidate_limit ( resource $ann ) : float

The candidate limit is a limit for how much the candidate neuron may be trained. The limit is a limit on the proportion between the MSE and candidate score.

Set this to a lower value to avoid overfitting and to a higher if overfitting is not a problem.

The default candidate limit is 1000.0.

Parametri

ann

resource a unei rețele neuronale.

Valorile întoarse

The candidate limit, or false on error.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top