Query: fann_get_learning_rate
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_LEARNING_RATE(3) 1 FANN_GET_LEARNING_RATE(3) fann_get_learning_rate - Returns the learning rateSYNOPSISfloat fann_get_learning_rate (resource $ann)DESCRIPTIONThe learning rate is used to determine how aggressive training should be for some of the training algorithms ( FANN_TRAIN_INCREMENTAL, FANN_TRAIN_BATCH, FANN_TRAIN_QUICKPROP). Do however note that it is not used in FANN_TRAIN_RPROP. The default learning rate is 0.7.PARAMETERSo $ann -Neural network resource.RETURN VALUESThe learning rate, or FALSE on error.SEE ALSOfann_set_learning_rate(3), fann_set_training_algorithm(3). PHP Documentation Group FANN_GET_LEARNING_RATE(3)
| Related Man Pages |
|---|
| fann_train_on_data(3) - php |
| fann_cascadetrain_on_file(3) - php |
| fann_get_activation_steepness(3) - php |
| fann_get_cascade_candidate_change_fraction(3) - php |
| fann_train_on_file(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Rules for Homework & Coursework Questions Forum |
| Forum Video Tutorial: How to Use Code Tags |
| UNIX.COM 2017 Year End Summary |
| Status of UNIX.COM Forum Transformation |