Module core.FannNetwork

Implementation of the FANN parameters and training algorithms.

Tables

FannNetwork FANN training algorithms and parameters.


Tables

FannNetwork
FANN training algorithms and parameters.

Parameters

  • params: Map of NetworkParam, indexed by the name (like learning_rate)
  • algorithms: Map of algorithms, index by its FANN id
  • algorithms_array: Array of the supported algorithms
  • general_params: Array, like algorithms_array, but with the general
  • activation_functions: Table in the form { names, values }, where names[n] is the name for values[n] parameters like network type and connection rate

Valid XHTML 1.0!