当前位置:网站首页>11. Recurrent neural network RNN
11. Recurrent neural network RNN
2022-07-08 01:01:00 【booze-J】
RNN(Recurrent Neural Network)
RNN It is called cyclic neural network or recurrent neural network . In the past few years RNN In language recognition , natural language processing , Translation and image description have very good applications .
When dealing with image classification , You can put pictures one by one into the classifier to judge independently . But when dealing with voice and text , You can't pronounce independently , Nor can the text be independent , It needs to be connected and analyzed . Traditional neural networks can't do this .
RNN There is a feedback loop , This feedback loop will send the output information of the last time , As the input of the next time .
The Problem of Long-Term Dependencies:
RNN An important usage is to use previous information to decide the current problem .
Example 1: There is a cloud floating ()
Example 2: I grew up in China ... I can speak fluently ().
To the rear , The smaller the impact of the front on the back prediction .
Long and short term memory network LSTM
LSTM(Long Short Term Memory):
LSTM The Internet is a special kind of RNN, It just has a more complex structure , stay LSTM The network uses the block Replaced the neurons of the original hidden layer .
The input of each door comes from different signals , Complex composition .
This is an improved LSTM The structure of the network , Generally, it is similar to the previous version , The main reason is that there is an extra forgetting door . Forgetting that the gate operates directly on the cell body , Originally, the I / O gate only controls the inflow and outflow of signals , With this forgetting gate, we can control the value in the cell body , In order to control us, we need to remember this signal , Or slowly forget this signal
The input of each door is the same , But they play different roles , The input gate is responsible for controlling the input signal , The output gate is responsible for the output signal , The forgetting gate is used to decide whether to forget the signal .
In a word ,LSTM More than usual RNN strong , Can achieve better results .
边栏推荐
- Service Mesh介绍,Istio概述
- 网络模型的保存与读取
- 14.绘制网络模型结构
- 【深度学习】AI一键换天
- How does starfish OS enable the value of SFO in the fourth phase of SFO destruction?
- Redis, do you understand the list
- Deep dive kotlin collaboration (the end of 23): sharedflow and stateflow
- 大二级分类产品页权重低,不收录怎么办?
- 13. Enregistrement et chargement des modèles
- 【obs】Impossible to find entrance point CreateDirect3D11DeviceFromDXGIDevice
猜你喜欢
12. RNN is applied to handwritten digit recognition
Password recovery vulnerability of foreign public testing
NVIDIA Jetson测试安装yolox过程记录
Reentrantlock fair lock source code Chapter 0
Semantic segmentation model base segmentation_ models_ Detailed introduction to pytorch
12.RNN应用于手写数字识别
7.正则化应用
Course of causality, taught by Jonas Peters, University of Copenhagen
New library launched | cnopendata China Time-honored enterprise directory
Service mesh introduction, istio overview
随机推荐
130. 被围绕的区域
New library online | information data of Chinese journalists
German prime minister says Ukraine will not receive "NATO style" security guarantee
3.MNIST数据集分类
Where is the big data open source project, one-stop fully automated full life cycle operation and maintenance steward Chengying (background)?
Is it safe to open an account on the official website of Huatai Securities?
Jemter distributed
Service Mesh的基本模式
新库上线 | CnOpenData中华老字号企业名录
2022-07-07: the original array is a monotonic array with numbers greater than 0 and less than or equal to K. there may be equal numbers in it, and the overall trend is increasing. However, the number
Lecture 1: the entry node of the link in the linked list
From starfish OS' continued deflationary consumption of SFO, the value of SFO in the long run
Image data preprocessing
8道经典C语言指针笔试题解析
牛客基础语法必刷100题之基本类型
基于人脸识别实现课堂抬头率检测
ThinkPHP kernel work order system source code commercial open source version multi user + multi customer service + SMS + email notification
Class head up rate detection based on face recognition
The whole life cycle of commodity design can be included in the scope of industrial Internet
Kubernetes static pod (static POD)