vault backup: 2025-10-28 17:01:24
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
id:
|
||||
aliases: []
|
||||
tags:
|
||||
- authorship/original
|
||||
- destiny/permanent
|
||||
- status/incomplete
|
||||
- topic/math
|
||||
- type/encyclopedia
|
||||
title: Sigmoid Functions
|
||||
---
|
||||
# Sigmoid Functions
|
||||
|
||||
![[sigmoid-function-example.excalidraw]]
|
||||
|
||||
$f'(x)$ is a **sigmoid** function.
|
||||
|
||||
A sigmoid function compresses a function with infinite range to (0,1)
|
||||
|
||||
This is preferable to a floor-ceiling piece-wise function
|
||||
since it remains differentiable.
|
||||
|
||||
## Formula
|
||||
|
||||
$$
|
||||
\sigma(x) = \frac{1}{1 + e^{-x}}
|
||||
$$
|
||||
Reference in New Issue
Block a user