mlpack 3.4.2
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
15namespace mlpack {
16namespace ann {
17
32class StandardGAN { /* Nothing to do here */ };
33
48class DCGAN { /* Nothing to do here */ };
49
63class WGAN { /* Nothing to do here */ };
64
79class WGANGP { /* Nothing to do here */ };
80
81} // namespace ann
82} // namespace mlpack
83
84#endif
For more information, see the following paper:
For more information, see the following paper:
For more information, see the following paper:
For more information, see the following paper:
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1