Drake
Drake C++ Documentation
multilayer_perceptron.h File Reference
Include dependency graph for multilayer_perceptron.h:

Classes

class  MultilayerPerceptron< T >
 The MultilayerPerceptron (MLP) is one of the most common forms of neural networks used in reinforcement learning (RL) today. More...
 

Namespaces

 drake
 
 drake::systems
 

Enumerations

enum  PerceptronActivationType { kIdentity, kReLU, kTanh }
 Specifies one of the common activation functions in a neural network. More...