Function set¶ Note Automatically extracted from sources on Tue Jan 3 17:03:26 CET 2023 for version 0.1b Identity¶ \[x\] id Absolute value¶ \[|x|\] abs Sinusoidal¶ \[sin(2x)\] sin Step function¶ \[\begin{split}0 &\ \text{if } x \leq 0\\1 &\ \text{otherwise}\end{split}\] step Gaussian function¶ \[e^{-6.25x^2}\] gaus Soft sigmoid¶ \[\frac{1}{1+e^{-4.9x}}\] ssgm Bimodal sigmoid¶ \[\frac{2}{1+e^{-4.9x}} - 1\] bsgm Activation function¶ \[\begin{split}e^{-(x+1)^2} - 1 &\ \text{if } x \lt -1 \\1 - e^{-(x-1)^2} &\ \text{if } x \gt 1 \\0 &\ \text{otherwise}\end{split}\] ssgn