当前位置:网站首页>Machine learning 8-artificial neural network
Machine learning 8-artificial neural network
2022-06-29 18:43:00 【Just a】
List of articles
One . Artificial neural network
Artificial neural networks can do anything
1.1 The principles of the human nervous system
Simplified schematic diagram :
1.2 Learning and memory
Part of the structure is innate ( Unconditioned reflection )
Most of them are connected through learning ( It is also possible to eliminate the connection )
The job of memory is to change synaptic strength
1.3 The origin of artificial neural networks
1.4 Reference books
Two . ANN
2.1 ANN brief introduction
A term is used to explain :
Input node : x1,x2,x3
Output node : y
Weight vector : 0.3,0.3,0.3 ( The weight of each input node can be different )
Bias factor : 0.4 (y=0.3*x1 + 0.3*x2 + 0.3*x3 - 0.4 )
Activation function : For solving nonlinear problems
Learning rate :
2.2 Example
y Is the value of a symbolic function , The result of a symbolic function is usually 1 and -1, It can be understood as yes and no, By judging the input conditions , Then add the weight , The final judgment is yes still no.
2.3 Self learning algorithm
Description of algorithm :
Convergence condition :
Geometric interpretation :
The choice of learning rate :
Limitations of single-layer perceptron :
2.4 Training bias
2.5 Various activation functions
y=0.3*x1 + 0.3*x2 + 0.3*x3 - 0.4
The above functions deal with linear relations , But if the input value is nonlinear to the result , Then it will not be used at this time , The activation function came into being , To solve such problems .
2.6 Neural network topology
2.7 Learning rule
2.8 Artificial neural network modeling
2.9 Linear neural networks
Reference resources :
- http://www.dataguru.cn/article-4063-1.html
- https://zhuanlan.zhihu.com/p/25279356
- https://zhuanlan.zhihu.com/p/98863801
边栏推荐
- Adobe Premiere基础-素材嵌套(制作抖音结尾头像动画)(九)
- When easycvr deploys a server cluster, what is the reason why one is online and the other is offline?
- Data analysis time series prediction
- WBF:检测任务NMS后虑框新方式?
- Sd6.24 summary of intensive training
- [how the network is connected] Chapter 3 explores hubs, switches and routers
- BeanUtils属性复制的用法
- Anaconda安装并配置jupyter notebook远程
- [tcapulusdb knowledge base] tcapulusdb doc acceptance - table creation approval introduction
- 熊猫跑酷js小游戏代码
猜你喜欢
Detailed analysis on the use of MySQL stored procedure loop
《安富莱嵌入式周报》第271期:2022.06.20--2022.06.26
剑指 Offer 34. 二叉树中和为某一值的路径-dfs法
行程卡“摘星”热搜第一!刺激旅游产品搜索量齐上涨
Stepping on the pit: json Parse and json stringify
Apache Doris basic usage summary
山东大学项目实训(八)设计轮播图进入页面
jdbc_相關代碼
Application and practice of DDD in domestic hotel transaction -- Theory
Failed to allocate graph: myriad device is not opened
随机推荐
Error [warning] neural network information was performed on socket 'RGB', depth frame is aligned to socket
Leetcode 984. String without AAA or BBB (thought of netizens)
【网络是怎么连接的】第三章 探索集线器,交换机和路由器
Request header field XXXX is not allowed by access control allow headers in preflight response
Anaconda installs and configures jupyter notebook remote
Adobe Premiere基础-炫酷文字快闪(十四)
Stepping on the pit: json Parse and json stringify
Notes on spintronics - zhangshufeng
数据分析基础--预测模型
jdbc_相关代码
AMAZING PANDAVERSE:META”无国界,来2.0新征程激活时髦属性
Adobe Premiere Foundation - réglage du son (correction du volume, réduction du bruit, tonalité téléphonique, changement de hauteur, égaliseur de paramètres) (XVIII)
Shell基本语法--流程控制
Shandong University project training (VII) add navigation bar to select city
Adobe Premiere基础-常用的视频特效(边角定位,马赛克,模糊,锐化,手写工具,效果控件层级顺序)(十六)
第八届“互联网+”大赛 | 云原生赛道邀你来挑战
These advantages of the Institute are really fragrant! The landing rate is still very high!
Shandong University project training (VIII) design rotation map entry page
Adobe Premiere基础-不透明度(混合模式)(十二)
mysql — 清空表中数据