gelu: GELU function

View source: R/nonlinear_functions.R

geluR Documentation

GELU function

Description

GELU function

Usage

gelu(x)

Arguments

x

The vector of values

Value

x*pnorm(x)

Examples

gelu(2)


FBMS documentation built on Sept. 13, 2025, 1:09 a.m.