batchDerivative: One iteration of the TAGI with derivative calculations

Description Usage Arguments Value

View source: R/network.R

Description

This function goes through one learning iteration of the neural network model using TAGI with derivative calculations.

Usage

1
batchDerivative(NN, theta, normStat, states, x, Sx, y, dlayer)

Arguments

NN

Lists the structure of the neural network

theta

List of parameters

normStat

Normalized statistics

states

List of states

x

Input data

Sx

Variance of input data

y

Response data

dlayer

Layer from which derivatives will be in respect to

Value


mgoulet847/tagi documentation built on Dec. 21, 2021, 5:10 p.m.