activations: calculate activations in neural network.

Description Usage Arguments Value

View source: R/backprop.R

Description

calculate activations in neural network.

Usage

1
activations(nn, inputs)

Arguments

nn

neural network object.

inputs

matrix of observations with every input.

Value

list of matrices of activations.


wiper8/AI documentation built on Dec. 23, 2021, 5:15 p.m.