巨人脚下的周小烨 2020-08-10 13:24 采纳率: 0%
浏览 187
已结题

如何求出AlexNet中的平均错误率?

《ImageNet Classification with Deep Convolutional
Neural Networks》
文章原文(位于section 6 Result):
“We also entered our model in the ILSVRC-2012 competition and report our results in Table 2. Since the ILSVRC-2012 test set labels are not publicly available,we cannot report test error rates for all the models that
we tried. In the remainder of this paragraph, we use validation and test error rates interchangeably because in our experience they do not differ by more than 0.1%(see Table 2). The CNN described in this paper achieves a top-5 error rate of 18.2%. Averaging the predictions of five similar CNNs gives an error rate of 16.4%. Training one CNN, with an extra sixth convolutional layer over the last pooling layer, to classify the entire ImageNet Fall 2011 release(15M images, 22K categories), and then “fine-tuning” it on ILSVRC-2012 gives an error rate of 16.6%.

Averaging the predictions of two CNNs that were pre-trained on the entire Fall 2011 release with the aforementioned five CNNs gives an error rate of 15.3%.

The second-best contest entry achieved an error rate of 26.2% with an approach that averages the predictions of several classifiers trained on FVs computed from different types of densely-sampled features [7].”

图片说明
我就想问一下黑体加粗的那部分是指一张图片分别在7个CNN上面得到的softmax的各个类别的分数相加再除以7(2+5),得出最后这张图片的最终softmax的各类分数吗,然后考察top-5 error rate?

还有就是其他的模型也可以是这样结合起来的吗?谢谢

  • 写回答

1条回答 默认 最新

  • threenewbee 2020-08-10 14:23
    关注

    这里的错误率应该是根据softmax结果,top第一的分类,和实际分类不同的,作为错误,错误的样本,占总体样本的比率为错误率。

    评论

报告相同问题?

悬赏问题

  • ¥15 使用C#,asp.net读取Excel文件并保存到Oracle数据库
  • ¥15 C# datagridview 单元格显示进度及值
  • ¥15 thinkphp6配合social login单点登录问题
  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配