Go to the source code of this file.
Classes | |
class | FFN< OutputLayerType, InitializationRuleType, MatType > |
Implementation of a standard feed forward network. More... | |
class | RNN< OutputLayerType, InitializationRuleType, MatType > |
Definition of a standard recurrent neural network container. More... | |
Namespaces | |
mlpack | |
Linear algebra utility functions, generally performed on matrices or vectors. | |
mlpack::ann | |
Artificial Neural Network. | |
Forward declarations of network types. This is needed for some friend
functionality.
Definition in file forward_decls.hpp.