fann_shuffle_train_data

(PECL fann >= 1.0.0)

fann_shuffle_train_dataShuffles training data, randomizing the order

Beschreibung

fann_shuffle_train_data(resource $train_data): bool

Shuffles training data, randomizing the order. This is recommended for incremental training, while it have no influence during batch training.

Parameter-Liste

train_data

Ressource für Trainingsdaten eines neuralen Netzwerks.

Rückgabewerte

Gibt true bei Erfolg, sonst false zurück.

add a note add a note

User Contributed Notes

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