Learn R Programming

FBMS (version 1.3)

gelu: GELU Function

Description

GELU Function

Usage

gelu(x)

Value

x*pnorm(x)

Arguments

x

The vector of values

Examples

Run this code
gelu(2)

Run the code above in your browser using DataLab