当前位置:网站首页>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
边栏推荐
猜你喜欢

解决报错:ImportError: IProgress not found. Please update jupyter and ipywidgets

一文读懂当前常用的加密技术体系(对称、非对称、信息摘要、数字签名、数字证书、公钥体系)

深入源码分析Servlet第一个程序

C language - Spoof shutdown applet

SQL statement simple optimization

MySQL lock mechanism

‘EddiesObservations‘ object has no attribute ‘filled‘

Find the number of "blocks" in the matrix (BFS)

关于二叉树的遍历

Issue 36 summary of atcoder beginer contest 248
随机推荐
数据处理之Numpy常用函数表格整理
Dwsurvey is an open source questionnaire system. Solve the problem that cannot be run and modify the bug.
The difference between cookie and session
创建线程的三种方式
金蝶EAS“总账”系统召唤“反过账”按钮
Anaconda
mysql sql优化之Explain
MySQL事务
The 8th Blue Bridge Cup 2017 - frog jumping cup
io.lettuce.core.RedisCommandExecutionException: ERR wrong number of arguments for ‘auth‘ command
Package mall system based on SSM
多线程与高并发(3)——synchronized原理
Error 2003 (HY000) when Windows connects MySQL: can't connect to MySQL server on 'localhost' (10061)
DBCP使用
字符串(String)笔记
多线程与高并发(1)——线程的基本知识(实现,常用方法,状态)
acwing854. Floyd finds the shortest path
umi官网yarn create @umijs/umi-app 报错:文件名、目录名或卷标语法不正确
创建二叉树
一文读懂当前常用的加密技术体系(对称、非对称、信息摘要、数字签名、数字证书、公钥体系)