Fit Vanilla autoencoder
1 2 3 4 | fitVanillaAutoencoder(trainData, valProp, epochs = epochs,
batchSize = batchSize, latentDim = latentDim, optimizer = "adadelta",
loss = "binary_crossentropy",
imageProcessingSettings = imageProcessingSettings)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.