1、论文介绍 Source IEEE Symposium on Security and Privacy,2018 Authors Peng Chen ShanghaiTech University chenpeng@shanghaitech.edu.cn Hao Chen University o ...
分类:
其他好文 时间:
2020-06-28 12:41:19
阅读次数:
86
一、背景 AC算法进行多模式匹配的原理文章是1975年的Efficient string matching: an aid to bibliographic search一文。 对该算法进行比较好解释的网络文章是:https://blog.csdn.net/lemon_tree12138/artic ...
分类:
编程语言 时间:
2020-06-27 09:25:20
阅读次数:
57
名称: 享元模式(Flyweight Pattern) 问题: The flyweight design pattern enables use sharing of objects to support large numbers of fine-grained objects efficient ...
分类:
其他好文 时间:
2020-06-26 14:39:14
阅读次数:
66
论文: Hierarchical Representations for Efficient Architecture Search 论文地址:https://arxiv.org/abs/1711.00436 Introduction 由于网络的验证需要耗费很长的时间,神经网络结构搜索计算量非常巨大 ...
分类:
编程语言 时间:
2020-06-25 15:59:24
阅读次数:
83
ENAS 2018-arxiv-Efficient Neural Architecture Search via Parameter Sharing Hieu Pham(Google Brain、CMU),Quoc V. Le(Google Brain),Jeff Dean(Google Brain ...
分类:
其他好文 时间:
2020-06-15 20:57:34
阅读次数:
49
MobileNet V1 2017-CVPR-MobileNets Efficient Convolutional Neural Networks for Mobile Vision Applications Andrew Howard、Hartwig Adam(Google) GitHub: 1. ...
分类:
移动开发 时间:
2020-06-01 13:33:02
阅读次数:
82
1.括号匹配问题 部分代码: #include <stdio.h>#include <stdlib.h>#include <string.h>#include "stack_list_parenthesis.h" // 检查字符串 str 是否全部是全括号 '(', ')', '[', ']', ' ...
分类:
其他好文 时间:
2020-05-31 22:09:42
阅读次数:
76
1.ResNet+Inception 有着最高的Accuracy 2.VGG最占内存,最多的操作数 3. GoogleNet最efficient , 这里的效率怎么计算的? 4.AlexNet 最少的操作数,但内存大,accuracy低 5. Resnet 效率适中,accuracy最高 注:图中圆 ...
分类:
其他好文 时间:
2020-05-28 19:29:27
阅读次数:
72
1.理论 https://zhuanlan.zhihu.com/p/25928551 关键是你要总结住啊。任何技术都有它关键的点,创新点吧或者有效点,这点你要知道你要掌握。 2.论文《Bag of Tricks for Efficient Text Classification》 概览:模型直接学习 ...
分类:
其他好文 时间:
2020-05-05 00:54:14
阅读次数:
67
摘要: 模型效率在计算机视觉中的地位越来越重要。本文系统地研究了目标检测的神经网络体系结构设计选择,并提出了几种提高效率的关键优化方法。首先,我们提出了一种加权双向特征金字塔网络(BiFPN),该网络允许简单快速的多尺度特征融合;其次,我们提出了一种复合尺度方法,该方法可以同时均匀地对所有骨干网、特 ...
分类:
其他好文 时间:
2020-04-26 01:07:51
阅读次数:
127