当前位置:网站首页>Detailed explanation of all transfer function (activation function) formulas of MATLAB neural network
Detailed explanation of all transfer function (activation function) formulas of MATLAB neural network
2022-07-03 08:16:00 【Old cake explanation BP neural network】
Original article , Reprint please indicate from 《 Old cake explains neural networks 》:bp.bbbdata.com
About 《 Old cake explains neural networks 》:
This website structurally explains the knowledge of Neural Networks , Principle and code .
repeat matlab Algorithm of neural network toolbox , It is a good assistant for learning neural networks .
Catalog
3、 ... and 、 The transfer function expression is
In this paper, matlab Detailed explanation of transfer function formula and image in neural network toolbox .
One 、 Pass function name
matlab The transfer functions of the neural network toolbox are as follows :
| function | The name of the function | Explain in English |
| tansig | symmetry S Shape function | Symmetric sigmoid transfer function. |
| logsig | logarithm S Shape function | Logarithmic sigmoid transfer function. |
| elliotsig | Elliot S Shape function | Elliot sigmoid transfer function. |
| hardlim | Positive hard limit function | Positive hard limit transfer function. |
| hardlims | Symmetric hard limit function | Symmetric hard limit transfer function. |
| poslin | Positive linear function | Positive linear transfer function. |
| purelin | Linear function | Linear transfer function. |
| satlin | Positive linear saturation function | Positive saturating linear transfer function. |
| satlins | Symmetric linear saturation function | Symmetric saturating linear transfer function. |
| netinv | Inverse function | Inverse transfer function. |
| tribas | Trigonometric basis function | Triangular basis transfer function. |
| radbas | Radial basis function | Radial basis transfer function. |
| radbasn | Normalized radial basis function | Radial basis normalized transfer function. |
| compet | Competition function | Competitive transfer function. |
| softmax | Soft maximization function | Soft max transfer function. |
Two 、 Transfer function image
Their images are drawn as follows :
( It doesn't contain radbasn,softmax,compet)
3、 ... and 、 The transfer function expression is
Their expression is :
(1) tansig symmetry S Shape function
(2)elliotsig (Elliot S Shape function )
(3) logsig logarithm S Shape function
(4)compet Competition function
Set the largest of the vectors to 1, The rest are in 0.
Example ,compet([0.2 0.5 0.8 ]) = [0 0 1]
(5) hardlim Positive hard limit function
(6) hardlims Symmetric hard limit function
(7) poslin Positive linear function
(8) purelin Linear function
(9) satlin Positive linear saturation function
(10) satlins Symmetric linear saturation function
(11) netinv Inverse function
(12) tribas Trigonometric basis function
(13) radbas Radial basis function
(14) radbasn Normalized radial basis function
In order to reduce the exp Calculation produces numerical problems , But for xi Do the following :
(15) softmax Soft maximization function
Related articles
《BP Neural network gradient derivation 》
《BP The mathematical expression extracted by neural network 》
边栏推荐
猜你喜欢

Shader foundation 01

Storage of data

Flex flexible box layout

Transfinite hacker cognition

Un système de gestion de centre commercial pour la conception de cours de technologie d'application de base de données
![[set theory] order relation (hastu example | divisive relation hastu | inclusive relation hastu | refinement relation hastu)](/img/de/1c75b5e7ed79aca47462de365428a7.jpg)
[set theory] order relation (hastu example | divisive relation hastu | inclusive relation hastu | refinement relation hastu)

VMware virtual machine configuration static IP

Unity4.3.1 engine source code compilation process

Docker installs MySQL and successfully uses Navicat connection

Free use until 2015 -- viz artist multi touch plug-in package
随机推荐
MaxCompute字符串分割函数-SPLIT_PART
C language - Introduction - essence Edition - take you into programming (I)
JS regular case-
Compilation error: "not in executable format: file format not recognized"“
Product creation and commercial realization of chat robot (according to La Ma Bang - Dr. Wang Jingjing - speech)
YOLO系列 --- xml2txt脚本
matlab神经网络所有传递函数(激活函数)公式详解
Get to know unity2 for the first time
regular expression
Docker installs MySQL and successfully uses Navicat connection
[cocos creator] Click the button to switch the interface
Free use until 2015 -- viz artist multi touch plug-in package
Conversion between golang JSON format and structure
jsutlis
Zohocrm deluge function application time verification
Pulitzer Prize in the field of information graphics - malofiej Award
P2704 [noi2001] artillery position (shape pressure DP)
C course design employee information management system
WPF:解决MaterialDesign:DialogHost 无法关闭问题
P1896 [SCOI2005] 互不侵犯(状压dp)












