Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22649 программистов и 1027 роботов. Сейчас ищут 714 программистов ...
Приступая к работе

fann_train_epoch - Train one epoch with a set of training data

Вернуться к: Fann Функции

fann_train_epoch

(PECL fann >= 1.0.0)

fann_train_epochTrain one epoch with a set of training data

Описание

float fann_train_epoch ( resource $ann , resource $data )

Train one epoch with the training data stored in data. One epoch is where all of the training data is considered exactly once.

This function returns the MSE error as it is calculated either before or during the actual training. This is not the actual MSE after the training epoch, but since calculating this will require to go through the entire training set once more. It is more than adequate to use this value during training.

The training algorithm used by this function is chosen by fann_set_training_algorithm() function.

Список параметров

ann

Ресурс (resource) нейронной сети.

data

Ресурс (resource) обучающих данных нейронной сети.

Возвращаемые значения

The MSE, or FALSE on error.

Смотрите также



Вернуться к: Fann Функции

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware