当前位置:网站首页>Ptorch learning record (XIII): recurrent neural network
Ptorch learning record (XIII): recurrent neural network
2022-04-23 05:51:00 【Zuo Xiaotian ^ o^】
The basic structure of recurrent neural network
The basic structure of recurrent neural network is particularly simple , Is to save the output of the network in a memory unit , This memory unit enters the neural network together with the next input .
Use a simple two-layer network as a demonstration , On its basis, it is extended to the structure of cyclic neural network ,
It can be seen that the network will combine memory units as input when inputting , The network not only outputs results , The results are also saved to memory cells .
The order of the input sequence changes , Will change the output of the network , Because the memory unit exists , So that after the order of the two sequences changes, the elements in the memory unit also change , So it will affect the final output .
版权声明
本文为[Zuo Xiaotian ^ o^]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230543243939.html
边栏推荐
- DWSurvey是一个开源的调查问卷系统。解决无法运行问题,修改bug。
- The role of brackets' [] 'in the parameter writing method in MDN documents
- xxl-job采坑指南xxl-rpc remoting error(connect timed out)
- 对象转map
- Split and merge multiple one-dimensional arrays into two-dimensional arrays
- PyQy5学习(四):QAbstractButton+QRadioButton+QCheckBox
- Object to map
- protected( 被 protected 修饰的成员对于本包和其子类可见)
- jdbc入门\获取数据库连接\使用PreparedStatement
- 手动删除eureka上已经注册的服务
猜你喜欢
随机推荐
2-软件设计原则
protected( 被 protected 修饰的成员对于本包和其子类可见)
Pytorch学习记录(十):数据预处理+Batch Normalization批处理(BN)
XXL job pit guide XXL RPC remoting error (connect timed out)
Batch import of orange single micro service
多线程与高并发(3)——synchronized原理
Redis经典面试题总结2022
Strategy for improving the conversion rate of independent stations | recovering abandoned users
refused connection
数据处理之Numpy常用函数表格整理
Mysql 查询使用\G,列转行
What is JSON? First acquaintance with JSON
rsync实现文件服务器备份
Typescript interface & type rough understanding
C language - Spoof shutdown applet
Manually delete registered services on Eureka
jdbc入门\获取数据库连接\使用PreparedStatement
The role of brackets' [] 'in the parameter writing method in MDN documents
2 - software design principles
Deconstruction function of ES6