当前位置:网站首页>11.递归神经网络RNN
11.递归神经网络RNN
2022-07-07 23:11:00 【booze-J】
RNN(Recurrent Neural Network)
RNN称为循环神经网络或者递归神经网络。在过去几年RNN在语言识别,自然语言处理,翻译以及图像描述等领域有着非常好的应用。
处理图片分类的时候,可以把图片一张一张放入分类器中独立进行判断。但是处理语音以及文字的时候,不能把发音独立,也不能把文字独立,要连起来分析才行。传统的神经网络做不到这一点。
RNN有一个反馈回路,这个反馈回路会把上一个时间的输出信息,作为下一个时间的输入来处理。
The Problem of Long-Term Dependencies:
RNN一个重要的用法就是通过之前的信息来决策当前的问题。
例子1:有一朵云飘在()
例子2:我从小生长在中国。。。我可以说一口流利的()。
越到后面,前面对后面的预测影响就越小。
长短时记忆网络LSTM
LSTM(Long Short Term Memory):
LSTM网络是一种特殊的RNN,只不过有着更复杂的结构,在LSTM网络中使用了上图的block替换了原来隐藏层的神经元。
每一个门的输入都来各种自不同的信号,组成成分复杂。
这个是改进后的LSTM网络的结构,大体上和之前的版本是差不多的,主要是多了一个忘记门。忘记门是直接对细胞体进行操作的,本来输入输出门只是起到对信号流入和流出的控制,加上这个忘记门我们就可以控制细胞体里面的值,从而可以控制我们是要记住这个信号,还是慢慢忘记这个信号
每个门的输入都是相同的,不过他们起到的作用不同,输入门是负责控制输入信号的,输出门负责输出信号的,忘记门是用来决定是否忘记信号的。
总结就一句话,LSTM比常规RNN强,可以达到更好的效果。
边栏推荐
- Application practice | the efficiency of the data warehouse system has been comprehensively improved! Data warehouse construction based on Apache Doris in Tongcheng digital Department
- 【愚公系列】2022年7月 Go教学课程 006-自动推导类型和输入输出
- Installation and configuration of sublime Text3
- QT establish signal slots between different classes and transfer parameters
- Which securities company has a low, safe and reliable account opening commission
- How is it most convenient to open an account for stock speculation? Is it safe to open an account on your mobile phone
- Is it safe to speculate in stocks on mobile phones?
- SDNU_ ACM_ ICPC_ 2022_ Summer_ Practice(1~2)
- 股票开户免费办理佣金最低的券商,手机上开户安全吗
- Service Mesh介绍,Istio概述
猜你喜欢
Class head up rate detection based on face recognition
C # generics and performance comparison
Redis, do you understand the list
AI遮天传 ML-回归分析入门
C# 泛型及性能比较
SDNU_ACM_ICPC_2022_Summer_Practice(1~2)
Cve-2022-28346: Django SQL injection vulnerability
The standby database has been delayed. Check that the MRP is wait_ for_ Log, apply after restarting MRP_ Log but wait again later_ for_ log
Lecture 1: the entry node of the link in the linked list
3 years of experience, can't you get 20K for the interview and test post? Such a hole?
随机推荐
Hotel
51 communicates with the Bluetooth module, and 51 drives the Bluetooth app to light up
NTT template for Tourism
DNS 系列(一):为什么更新了 DNS 记录不生效?
Codeforces Round #804 (Div. 2)(A~D)
牛客基础语法必刷100题之基本类型
Experience of autumn recruitment in 22 years
fabulous! How does idea open multiple projects in a single window?
QT adds resource files, adds icons for qaction, establishes signal slot functions, and implements
Binder core API
丸子官网小程序配置教程来了(附详细步骤)
How does the markdown editor of CSDN input mathematical formulas--- Latex syntax summary
Play sonar
图像数据预处理
Application practice | the efficiency of the data warehouse system has been comprehensively improved! Data warehouse construction based on Apache Doris in Tongcheng digital Department
新库上线 | 中国记者信息数据
浪潮云溪分布式数据库 Tracing(二)—— 源码解析
ThinkPHP kernel work order system source code commercial open source version multi user + multi customer service + SMS + email notification
Qt添加资源文件,为QAction添加图标,建立信号槽函数并实现
接口测试要测试什么?