当前位置:网站首页>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 》
边栏推荐
- regular expression
- [usaco12mar]cows in a skyscraper g (state compression DP)
- Mall management system of database application technology course design
- Free use until 2015 -- viz artist multi touch plug-in package
- freetype库的移植
- haproxy+keepalived集群搭建02
- Maxcompute string splitting function -split_ PART
- I want to do large screen data visualization application feature analysis
- Redis的数据结构
- Unity4.3.1 engine source code compilation process
猜你喜欢

Base64 and base64url

haproxy+keepalived搭建01

一条通往服务器所有端口的隧道

Scite change background color

matlab神经网络所有传递函数(激活函数)公式详解

Mall management system of database application technology course design

An intern's journey to cnosdb

Minimap plug-in

Pycharm remote ssh pyenv error: pydev debugger: warning: trying to add breakpoint to file that does

超限黑客认知
随机推荐
Xlua task list youyou
C#课程设计之学生教务管理系统
matlab神经网络所有传递函数(激活函数)公式详解
超限黑客认知
Base64和Base64URL
My touch screen production "brief history" 1
Huawei interview summary during the epidemic
Golang 字符串分割,替换和截取
Delete the last character of the string in golang
PostGIS space function
Retail philosophy retail psychological warfare after reading -- 7-11 is a good product!
【云原生】微服务之Feign的介绍与使用
Puhua PLM empowers the whole scene product lifecycle management and helps the enterprise digital transformation of the main line of products
[cocos creator] get the resource UUID
璞华PLM为全场景产品生命周期管理赋能,助力产品主线的企业数字化转型
haproxy+keepalived搭建01
A tunnel to all ports of the server
[USACO12MAR]Cows in a Skyscraper G(状态压缩dp)
Yolo series --- xml2txt script
KunlunBase MeetUP 等您来!











