当前位置:网站首页>DBNN实验进展
DBNN实验进展
2022-06-28 22:16:00 【思考实践】
1. Precsion,Recall,f1_scorem
precision of mbnn is 0.8756 recall of mbnn is 0.8670 f1_score of mbnn is 0.8689
precision of cnn is 0.8952 recall of cnn is 0.8943 f1_score of cnn is 0.8946
precision of mbnnst is 0.8835 recall of mbnnst is 0.8847 f1_score of mbnnst is 0.8835
2.混淆矩阵
| CNN | MBNN | MBNNST |
![]() | ![]() | ![]() |
3.各类别准确率
Precission of each category when using CNN: 0 : 0.8748 1 : 0.8121 2 : 0.9960
Precission of each category when using MBNN: 0 : 0.8856 1 : 0.7306 2 : 0.9848
Precission of each category when using MBNNST: 0 : 0.8661 1 : 0.7888 2 : 0.9992
精度都差不多的情况下,MBNN可以减小推理时间的开销
4.效率验证
Average Time of MBNN using cpu for block is 0.4906
Max Time of MBNN using cpu for block is 0.6025
Min Time of MBNN using cpu for block is 0.5275
Average Time of CNN using cpu for block is 0.8985
Max Time of CNN using cpu for block is 1.0449
Min Time of CNN using cpu for block is 0.9649
Average Time of MBNN using cpu for block75 is 0.8868
Max Time of MBNN using cpu for block75 is 1.0955
Min Time of MBNN using cpu for block75 is 0.9644
Average Time of CNN using cpu for block75 is 0.9319
Max Time of CNN using cpu for block75 is 1.1225
Min Time of CNN using cpu for block75 is 0.9826
Average Time of MBNN using cpu for common is 0.8949
Max Time of MBNN using cpu for common is 1.0635
Min Time of MBNN using cpu for common is 0.9661
Average Time of CNN using cpu for common is 0.9518
Max Time of CNN using cpu for common is 1.1473
Min Time of CNN using cpu for common is 0.9678
分析一下,就模型MBNN而言,确实block的情况推理时间走的简单分支,相较common、block0.75的情况,就推理时间而言,自然就减小了许多
如何解释第二分支下的推理时间减少呢?与天放交流一下下,交流完毕,完全有可能是误差,因为这个时间差别不大

矩形代表平均值,上面这个工字型代表最大值与最小值的区间
实验主要就做
不同模型推理速度的对比
模型精度的提升/混淆矩阵
不同平台下的推理速度对比
代码存在的问题没有添加Other逻辑
边栏推荐
- go语言插件平台的实现思路
- Get to know Alibaba cloud (Cloud Computing) - development history, technical architecture, region and availability zone!
- Windows mysql5.7 enable binlog log
- 宜明昂科在港交所递表:2021年亏损翻倍,过往融资额存在夸大情形
- 计数排序的简单理解
- 【selenium自动化过程中的api抓包】browsermobproxy的安装和配置
- 题解 洛谷P1762 偶数/6.21校内考试T2
- Zadig 面向开发者的自测联调子环境技术方案详解
- JS array common methods
- Career consultation | what should I answer when I am asked about my intended salary during the interview?
猜你喜欢

PyTorch搭建Transformer实现多变量多步长时间序列预测(负荷预测)

Multiomics single cell data integration and regulatory reasoning based on graph linked embedding

时间序列预测系列文章总结(代码使用方法)

Move the mouse out of the selected area style cancel
利用Redis实现点赞功能的示例代码

初识阿里云(云计算)—发展历程和技术架构、地域和可用区!

论文解读(DCN)《Towards K-means-friendly Spaces: Simultaneous Deep Learning and Clustering》

Hardware development notes (VII): basic process of hardware development, making a USB to RS232 module (VI): creating 0603 package and associating principle graphic devices

F1tenth gym of ROS 2 humble hawksbill

别再问我,UI自动化测试怎么做了……
随机推荐
Common tool classes and Commons class libraries
职场人调研报告:裸辞占比最高的居然是中年人
分享im即时通讯开发之WebSocket:概念、原理、易错常识
Competition rules for the "network security" event of the secondary vocational group in the skills competition of Guangxi Vocational Colleges in 2022
Quartz定时任务触发器启动时设置
Oracle删除归档日志及添加定时任务
Career consultation | what should I answer when I am asked about my intended salary during the interview?
科技巨头成立元宇宙标准论坛,走向开放还是建立围城?
Use of axurer9 master
职业问诊 | 在数据分析面试中,这样做自我介绍才靠谱
Database basic notes
Icon fill color and background color change together
Websocket for im instant messaging development: concept, principle and common sense of mistakes
How to make beautiful pictures
数据库基础笔记
2022-06-28:以下golang代码输出什么?A:true;B:false;C:panic;D:编译失败。 package main import “fmt“ func main() {
Summary of time series prediction series (code usage)
终于有人把云原生架构讲明白了
Zadig + 洞态 IAST:让安全溶于持续交付
Pytorch builds transformer to realize multivariable and multi step time series forecasting (load forecasting)


