NN_component_names {nnlib2Rcpp}R Documentation

Names of available NN components

Description

A quick summary of names that can be used for adding NN components in a NN module. These names are available in the current package version. More components can be defined by the user or may be added in future versions.

Current names for layers:

Layer names currently available include:

Additional (user-defined) layers currently available include:

Current names for sets of connections:

Names for connection sets that are currently available include:

Additional (user-defined) connection sets currently available include:

Note

These are component names that can be currently used to add components to a NN using the methods provided by NN module. Such methods include add_layer, add_connection_set, connect_layers_at, fully_connect_layers_at etc. Some of these components may be experimental or created for use in examples and may change or be removed in future versions, while other components may be added.

More information on expanding the library with new, user-defined types of NN components (nodes, layers, connections etc) and models, can be found in the package's vignette as well as the related repository on Github). A quick example can also be found in this post. Please consider submitting any useful components you create, to enrich future versions of the package.

Author(s)

Vasilis N. Nikolaidis <vnnikolaidis@gmail.com>

See Also

NN, NN_R_components.


[Package nnlib2Rcpp version 0.2.8 Index]