gan_policies.hpp
Go to the documentation of this file.
1 
12 #ifndef MLPACK_METHODS_ANN_GAN_GAN_POLICIES_HPP
13 #define MLPACK_METHODS_ANN_GAN_GAN_POLICIES_HPP
14 
15 namespace mlpack {
16 namespace ann {
17 
32 class StandardGAN { /* Nothing to do here */ };
33 
48 class DCGAN { /* Nothing to do here */ };
49 
63 class WGAN { /* Nothing to do here */ };
64 
79 class WGANGP { /* Nothing to do here */ };
80 
81 } // namespace ann
82 } // namespace mlpack
83 
84 #endif
For more information, see the following paper:
Linear algebra utility functions, generally performed on matrices or vectors.
For more information, see the following paper:
For more information, see the following paper:
For more information, see the following paper: