Definition

Linear Activation Function - Identity

The identity function is the only function belonging to the linear activation-function type. It is defined as f(x)=xf(x) = x, so the output equals the input unchanged. Unlike non-linear activation functions such as sigmoid or tanh, its output is not compressed into a bounded range.

0

1

Updated 2026-07-11

Tags

Python Programming Language

Data Science