Function fann_sys::fann_create_shortcut [] [src]

pub unsafe extern "C" fn fann_create_shortcut(
    num_layers: c_uint,
     ...
) -> *mut fann

Creates a standard backpropagation neural network, which is not fully connected and which also has shortcut connections.

Shortcut connections are connections that skip layers. A fully connected network with shortcut connections is a network where all neurons are connected to all neurons in later layers. Including direct connections from the input layer to the output layer.

See fann_create_standard for a description of the parameters.

See also

fann_create_shortcut_array, fann_create_standard, fann_create_sparse,

This function appears in FANN >= 2.0.0.