mlpack  master
Classes | Namespaces
reinforce_normal.hpp File Reference
Include dependency graph for reinforce_normal.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mlpack::ann::ReinforceNormal< InputDataType, OutputDataType >
 Implementation of the reinforce normal layer. More...
 

Namespaces

 mlpack
 Linear algebra utility functions, generally performed on matrices or vectors.
 
 mlpack::ann
 Artificial Neural Network.
 

Detailed Description

Author
Marcus Edel

Definition of the ReinforceNormalLayer class, which implements the REINFORCE algorithm for the normal distribution.

Definition in file reinforce_normal.hpp.