gdGenerateParameters | R Documentation |
Specify parameters for generation of generative data. These parameters are passed to function gdGenerate().
gdGenerateParameters(numberOfSamples = 1e+05, dropout = 0.05)
numberOfSamples |
Number of generated samples |
dropout |
Value in the range of 0 to 1. Specifies the rate of hidden units that are dropped. Dropout is a regularization method to prevent overfitting. See function gdTrainParameters(). |
List of parameters for generation of generative data
## Not run:
generateParameters <- gdGenerateParameters(numberOfSamples = 100000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.