| activation_relu | R Documentation |
Creates a rectified linear unit activation function object.
activation_relu()
An object of class "met_activation".
Nair, V., and Hinton, G. E. (2010). Rectified Linear Units Improve Restricted Boltzmann Machines. Proceedings of the 27th International Conference on Machine Learning, 807–814.
act <- activation_relu()
act$fn(c(-1, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.