当前位置:网站首页>End to end neural network
End to end neural network
2022-07-05 12:26:00 【Nat_ Jst】
When learning neural networks , I often see in the paper that , This network is end-to-end Of ,end-to-end Refers to what kind of network ?
End to end means that the input is raw data , The output is the final result , The original input is not the direct raw data , It's a feature extracted from the raw data , This is particularly prominent in the image problem , Because there are too many pixels in the image , High data dimension , There will be dimensional disasters , So the original idea is to manually extract some key features of the image , This is actually a dimensionality reduction process .
So here comes the question , How to mention features ? The quality of feature extraction is extremely critical , Even more important than learning algorithms , for instance , Data classification of a series of people , The classification result is gender , If the feature you extract is the color of your hair , No matter how the classification algorithm , The classification effect will not be good , If the feature you extract is the length of hair , This feature will be much better , But there will still be mistakes , If you extract a super feature , For example, chromosome data , Then your classification will not be wrong . That means , Features need enough experience to design , This is becoming more and more difficult with the increasing amount of data . So it came out End to end networks , Characteristics can be learned by yourself , So feature extraction is integrated into the algorithm , No need for human intervention .
end-to-end The essence of is that the problem you want to solve is multi-stage or multi-step ( With the so-called raw feature Do not have what relation ). If you study in stages , The optimal solution in the first stage can not guarantee the optimization of the problem in the second stage .end-to-end Put them together to optimize , Ensure that the solution in the final stage is optimal .
The advantage is convenience .
The disadvantage is that it is more and more like a black box .
边栏推荐
- Halcon template matching actual code (I)
- [untitled]
- PXE startup configuration and principle
- Redis highly available slice cluster
- Swift - add navigation bar
- How to recover the information server and how to recover the server data [easy to understand]
- [hdu 2096] Xiaoming a+b
- struct MySQL
- Constructing expression binary tree with prefix expression
- 报错ModuleNotFoundError: No module named ‘cv2.aruco‘
猜你喜欢

ABAP table lookup program
![[pytorch pre training model modification, addition and deletion of specific layers]](/img/cb/aa0b1116ec9b98e3ee5725aa58f4fe.png)
[pytorch pre training model modification, addition and deletion of specific layers]

查看rancher中debug端口信息,并做IDEA Remote Jvm Debug

Error modulenotfounderror: no module named 'cv2 aruco‘

Read and understand the rendering mechanism and principle of flutter's three trees

Get data from the database when using JMeter for database assertion

MySQL splits strings for conditional queries

One article tells the latest and complete learning materials of flutter

Mmclassification training custom data

Average lookup length when hash table lookup fails
随机推荐
MySQL log module of InnoDB engine
什么是数字化存在?数字化转型要先从数字化存在开始
Intern position selection and simplified career development planning in Internet companies
Multi table operation - Auto Association query
Is investment and finance suitable for girls? What financial products can girls buy?
What is the difference between canvas and SVG?
Complete activity switching according to sliding
ZABBIX agent2 installation
Ecplise development environment configuration and simple web project construction
Recyclerview paging slide
Third party payment interface design
What is digital existence? Digital transformation starts with digital existence
Handwriting blocking queue: condition + lock
Linux Installation and deployment lamp (apache+mysql+php)
MySQL constraints
Why learn harmonyos and how to get started quickly?
GPS数据格式转换[通俗易懂]
MySQL installation, Windows version
图像超分实验:SRCNN/FSRCNN
查看rancher中debug端口信息,并做IDEA Remote Jvm Debug