码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
聚类 高维聚类 聚类评估标准
高维数据的聚类分析 高维聚类研究方向 高维数据聚类的难点在于: 1、适用于普通集合的聚类算法,在高维数据集合中效率极低 2、由于高维空间的稀疏性以及最近邻特性,高维的空间中基本不存在数据簇。 在高维聚类的研究中有如下几个研究重点: 1)维度约简,主要分为特征变换和特征选择两大类。前者是对特征空间的变 ...
分类:其他好文   时间:2018-06-10 18:33:32    阅读次数:380
[LeetCode] Search a 2D Matrix
Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted f ...
分类:其他好文   时间:2018-06-06 15:52:24    阅读次数:143
【Vivado HLS Coding Style-2】2维卷积:C代码构建高效硬件
以Xilinx Vivado HLS官方Sample Code(2D_convolution_with_linebuffer)为蓝本,探讨Hardware Efficient C Code ...
分类:其他好文   时间:2018-05-21 14:26:35    阅读次数:544
MobileNet
MobileNet (Efficient Convolutional Neural Networks for Mobile Vision Applications)——Google CVPR-2017 MobileNet引入了传统网络中原先采用的group思想,即限制滤波器的卷积计算只针对特定的gr... ...
分类:Web程序   时间:2018-05-15 22:48:15    阅读次数:805
ShuffleNet
ShuffleNet (An Extremely Efficient Convolutional Neural Network for Mobile Devices) —— Face++ shuffle 具体来说是 channel shuffle,是将各部分的 feature map 的 chann ...
分类:Web程序   时间:2018-05-15 22:32:27    阅读次数:498
【论文翻译】MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications
MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications 论文链接:https://arxiv.org/pdf/1704.04861.pdf 摘要和Prior Work就略了,懒。 1. In ...
分类:移动开发   时间:2018-05-10 11:34:49    阅读次数:1055
tensorflow 线性回归 iris
线性拟合🌹叶子的长宽: ...
分类:其他好文   时间:2018-05-05 23:04:54    阅读次数:215
tflearn 数据集太大无法加载进内存问题?——使用image_preloader 或者是 hdf5 dataset to deal with that issue
tflearn 数据集太大无法加载进内存问题? Hi, all! I'm trying to train deep net on a big dataset that doesn't fit into memory. Is there any way to use generators to rea ...
分类:其他好文   时间:2018-05-01 17:42:15    阅读次数:338
Python3高级基础(1)
[TOC] Introducing Python Object Types 对象类型的优势 1. Built in objects make programs easy to write 2. Built in objects are components of extensions 3. Buil ...
分类:编程语言   时间:2018-04-30 21:10:37    阅读次数:286
《C++ primer plus 英文版 第六版》Chapter 6
Chapter Review 1 Both version give the same answers, but the version is more efficient. Consider what happens, for example, when is a space. Version 1 ...
分类:编程语言   时间:2018-04-29 15:20:25    阅读次数:156
536条   上一页 1 ... 12 13 14 15 16 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!