Tanh {nnR}R Documentation

Tanh

Description

The tanh activation function

Usage

Tanh(x)

Arguments

x

a real number

Value

the tanh of x. See also Sigmoid and ReLU.

Examples

Tanh(0)
Tanh(0.1)


[Package nnR version 0.1.0 Index]