nn_grad: Neural network gradient

View source: R/nn_functions.R

nn_gradR Documentation

Neural network gradient

Description

Neural network gradient

Usage

nn_grad(W, X, q, response = "continuous")

Arguments

W

Weight vector

X

Input vector

q

Number of hidden nodes

response

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

Value

Log-Likelihood value


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