其他分享
首页 > 其他分享> > Ablation Study/Test

Ablation Study/Test

作者:互联网

Ablation Study:

An ablation study is where you systematically removeparts of the input to see which parts of the inputare relevant to the networks output. 

It is derivedfrom similar experiments in psychology which are usedto determine which parts of an image are important forhuman image recognition.

Examples:

解释:为了研究模型中所提出的一些结构是否有效而设计的实验。比如新加了某结构或者某个模块某个新的功能等,但是要想判断这个结构是否有利于最终的效果,是否效果更好,则将去掉该结构的网络与加上该结构的网络所得到的结果进行对比

即一种模型简化测试方法,通过取消模块的一部分后观察模型的性能是否改变,根据奥卡姆剃刀法则,简单和复杂的方法能够达到一样的效果,那么简单的方法更好更可靠。

标签:algorithm,these,Ablation,tricks,know,Test,结构,Study,simpler
来源: https://www.cnblogs.com/NLP4ever/p/10932673.html