nn_loglike: Neural Network Normal Log-likelihood Value

View source: R/nn_functions.R

nn_loglikeR Documentation

Neural Network Normal Log-likelihood Value

Description

Neural Network Normal Log-likelihood Value

Usage

nn_loglike(object, X = NULL, y = NULL, lambda = 0, response = "continuous")

Arguments

object

neural network object

X

input data (required for keras)

y

response variable (required for keras)

lambda

Ridge penalty

response

Response type: "continuous" (default) or "binary"

Value

Log-Likelihood value


andrew-mcinerney/statnn documentation built on June 30, 2024, 4:09 p.m.