码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
Angora: Efficient Fuzzing by Principled Search
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算法用于多模式匹配和检测非连续子序列
一、背景 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-论文阅读
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-论文阅读
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
CV第九课 不同网络的对比
1.ResNet+Inception 有着最高的Accuracy 2.VGG最占内存,最多的操作数 3. GoogleNet最efficient , 这里的效率怎么计算的? 4.AlexNet 最少的操作数,但内存大,accuracy低 5. Resnet 效率适中,accuracy最高 注:图中圆 ...
分类:其他好文   时间:2020-05-28 19:29:27    阅读次数:72
文本分类之fastText
1.理论 https://zhuanlan.zhihu.com/p/25928551 关键是你要总结住啊。任何技术都有它关键的点,创新点吧或者有效点,这点你要知道你要掌握。 2.论文《Bag of Tricks for Efficient Text Classification》 概览:模型直接学习 ...
分类:其他好文   时间:2020-05-05 00:54:14    阅读次数:67
EfficientDet:Scalable and Efficient Object Detection
摘要: 模型效率在计算机视觉中的地位越来越重要。本文系统地研究了目标检测的神经网络体系结构设计选择,并提出了几种提高效率的关键优化方法。首先,我们提出了一种加权双向特征金字塔网络(BiFPN),该网络允许简单快速的多尺度特征融合;其次,我们提出了一种复合尺度方法,该方法可以同时均匀地对所有骨干网、特 ...
分类:其他好文   时间:2020-04-26 01:07:51    阅读次数:127
536条   上一页 1 2 3 4 5 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!