to_keras.ruta_filter | R Documentation |
Noise filters can be applied during training (in denoising autoencoders), for this a generator is used to get data batches.
## S3 method for class 'ruta_filter' to_keras(x, data, batch_size, ...)
x |
Filter object |
data |
Matrix where the filter will be applied |
batch_size |
Size of the sample (for the training stage) |
... |
Additional parameters, currently unused |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.