当前位置:网站首页>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 .
边栏推荐
- 想问问,如何选择券商?在线开户是很安全么?
- Tabbar configuration at the bottom of wechat applet
- Solution to order timeout unpaid
- 信息服务器怎么恢复,服务器数据恢复怎么弄[通俗易懂]
- Multi table operation - sub query
- A new WiFi option for smart home -- the application of simplewifi in wireless smart home
- Solve the problem of cache and database double write data consistency
- Matlab struct function (structure array)
- Learn the garbage collector of JVM -- a brief introduction to Shenandoah collector
- Simple production of wechat applet cloud development authorization login
猜你喜欢
Why do you always fail in automated tests?
Codeworks 5 questions per day (1700 average) - day 5
Master the new features of fluent 2.10
Mmclassification training custom data
Two minutes will take you to quickly master the project structure, resources, dependencies and localization of flutter
Simple production of wechat applet cloud development authorization login
Get all stock data of big a
Linux Installation and deployment lamp (apache+mysql+php)
Seven ways to achieve vertical centering
Redis's memory elimination mechanism, read this article is enough.
随机推荐
Solve the problem of cache and database double write data consistency
Instance + source code = see through 128 traps
Basic operations of MySQL data table, addition, deletion and modification & DML
Image hyperspectral experiment: srcnn/fsrcnn
Ecplise development environment configuration and simple web project construction
Time tools
ZABBIX 5.0 - LNMP environment compilation and installation
手机 CPU 架构类型了解
Third party payment interface design
Learn JVM garbage collection 02 - a brief introduction to the reference and recycling method area
你做自动化测试为什么总是失败?
Wireless WiFi learning 8-channel transmitting remote control module
MySQL view
Embedded software architecture design - message interaction
How does MySQL execute an SQL statement?
【ijkplayer】when i compile file “compile-ffmpeg.sh“ ,it show error “No such file or directory“.
Uniapp + unicloud + Unipay realize wechat applet payment function
JS for循环 循环次数异常
Hexadecimal conversion summary
Why do you always fail in automated tests?