nn_loglike | R Documentation |
Neural Network Normal Log-likelihood Value
nn_loglike(object, X = NULL, y = NULL, lambda = 0, response = "continuous")
object |
neural network object |
X |
input data (required for keras) |
y |
response variable (required for keras) |
lambda |
Ridge penalty |
response |
Response type: |
Log-Likelihood value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.