当前位置:网站首页>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 》
边栏推荐
- C language - Introduction - essence Edition - take you into programming (I)
- Ue5 opencv plug-in use
- 数据的存储
- Golang 中string和int类型相互转换
- Abstract classes and interfaces
- Easy touch plug-in
- idea取消引用顯示效果
- Idea dereference display effect
- P2622 关灯问题II(状态压缩 搜索)
- the installer has encountered an unexpected error installing this package
猜你喜欢

I want to do large screen data visualization application feature analysis

C#课程设计之学生教务管理系统

Wechat applet taro learning record

图像处理8-CNN图像分类
![[global product discovery 2] the first pure cloud augmented reality (AR) platform - Israel](/img/51/04f5a9dbd03438fbdf25545a81b7ba.jpg)
[global product discovery 2] the first pure cloud augmented reality (AR) platform - Israel
![[set theory] order relation (the relation between elements of partial order set | comparable | strictly less than | covering | Haas diagram)](/img/df/a034032e203e7935dafaf8a71cb6c8.jpg)
[set theory] order relation (the relation between elements of partial order set | comparable | strictly less than | covering | Haas diagram)

C course design employee information management system

C语言-入门-精华版-带你走进编程(一)

Youyou1 of xlua knapsack system

Clion toolchains are not configured configure disable profile problem solving
随机推荐
Wpf: solve the problem that materialdesign:dialoghost cannot be closed
Lua framwrok framework starts
[set theory] order relation (hastu example | divisive relation hastu | inclusive relation hastu | refinement relation hastu)
P2704 [noi2001] artillery position (shape pressure DP)
idea取消引用顯示效果
L'installateur a été installé avec une erreur inattendue
Pycharm remote ssh pyenv error: pydev debugger: warning: trying to add breakpoint to file that does
Minimap plug-in
Wechat native applet cloud development learning record 01
Storage of data
Yolo series --- xml2txt script
超限黑客认知
Retail philosophy retail psychological warfare after reading -- 7-11 is a good product!
haproxy+keepalived集群搭建02
P2622 light off problem II (state compression search)
十六进制编码简介
Youyou1 of xlua knapsack system
[end of 2021] National Meteorological Short Video (Kwai, Tiktok) influence list in December
Open the influence list of "National Meteorological Short Videos (Kwai, Tiktok) in November" in an interactive way“
Mall management system of database application technology course design












