Learn R Programming

FBMS (version 1.0)

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