php man page for fann_get_bit_fail_limit

Query: fann_get_bit_fail_limit

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FANN_GET_BIT_FAIL_LIMIT(3)						 1						FANN_GET_BIT_FAIL_LIMIT(3)

fann_get_bit_fail_limit - Returns the bit fail limit used during training

SYNOPSIS
float fann_get_bit_fail_limit (resource $ann)
DESCRIPTION
Returns the bit fail limit used during training. The bit fail limit is used during training where the stop function is set to FANN_STOPFUNC_BIT. The limit is the maximum accepted difference between the desired output and the actual output during training. Each output that diverges more than this limit is counted as an error bit. This difference is divided by two when dealing with symmetric activation functions, so that symmetric and not symmetric activation functions can use the same limit. The default bit fail limit is 0.35.
PARAMETERS
o $ann -Neural network resource.
RETURN VALUES
The bit fail limit, or FALSE on error.
SEE ALSO
fann_set_bit_fail_limit(3). PHP Documentation Group FANN_GET_BIT_FAIL_LIMIT(3)
Related Man Pages
fann_train_on_data(3) - php
fann_get_cascade_num_candidates(3) - php
fann_get_activation_steepness(3) - php
fann_get_bit_fail(3) - php
fann_get_cascade_candidate_stagnation_epochs(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch