SimpleCNN | R Documentation |
Create a simple CNN with 'filters'.
SimpleCNN(filters, kernel_szs = NULL, strides = NULL, bn = TRUE)
filters |
filters number |
kernel_szs |
kernel size |
strides |
strides |
bn |
batch normalization |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.