logit.loss: A Logistic Loss function, used for binary classification...

View source: R/activations-losses.R View source: R/.ipynb_checkpoints/activations-losses-checkpoint.R

logit.lossR Documentation

A Logistic Loss function, used for binary classification networks.

Description

A Logistic Loss function, used for binary classification networks.

Usage

logit.loss(A, Y)

Arguments

A

a vector of predicted Y values.

Y

the true Y values.

Value

The floating-point loss for the network.


Greg-Hallenbeck/easy.mlp documentation built on March 10, 2023, 6:31 a.m.