码迷,mamicode.com
首页 >  
搜索关键字:efficient    ( 536个结果
[福大软工] W班 第2次成绩排行榜
作业链接 https://edu.cnblogs.com/campus/fzu/FZUSoftwareEngineering1715W/homework/866 评分细则 本次个人项目分数由三部分组成,分别是 (1)博客 — 20分,分数组成如下: 在文章开头给出Github项目地址。(1‘) 在开 ...
分类:其他好文   时间:2017-10-03 12:04:54    阅读次数:173
修剪版的卷积神经网络在性别分类中的应用
前言:今天为大家带来一篇文章,发在CVPR 2017。是在LFW上做的实验,是一个二分类问题---性别识别。 原文:Efficient Gender Classification Using a Deep LDA-Pruned Net 摘要:本文也是说到了,卷积深度神经网络在目标检测,模式识别等各个... ...
分类:其他好文   时间:2017-09-28 21:13:13    阅读次数:508
Learning both weights and connections for efficient neural networks
Introduction and related work ...
分类:Web程序   时间:2017-09-27 17:41:54    阅读次数:206
时间复杂度
老规矩, 先看看维基定义: The time complexity of an algorithm quantifies the amout of time taken by an algorithm to run as function. The complexity of an algorith ...
分类:其他好文   时间:2017-09-24 00:30:25    阅读次数:218
lintcode28- Search a 2D Matrix- easy
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 ...
分类:其他好文   时间:2017-09-22 10:11:40    阅读次数:180
L1和L2特征的适用场景
How to decide which regularization (L1 or L2) to use? Is there collinearity among some features? L2 regularization can improve prediction quality in t ...
分类:其他好文   时间:2017-09-07 13:32:16    阅读次数:239
ratelimit.go
// The ratelimit package provides an efficient token bucket implementation// that can be used to limit the rate of arbitrary things.// See http://en.w... ...
分类:其他好文   时间:2017-09-01 10:49:49    阅读次数:160
【背包专题】C - The trouble of Xiaoqian hdu3591【混合背包:多重背包+完全背包】
In the country of ALPC , Xiaoqian is a very famous mathematician. She is immersed in calculate, and she want to use the minimum number of coins in eve ...
分类:其他好文   时间:2017-08-27 11:54:42    阅读次数:236
[Coding Made Simple] Sum Query in 2D Immutable Array
Given a 2D immutable array, Write an efficient program to support any given sub-rectangle sum query in this 2D matrix. A simple solution is to add eac ...
分类:其他好文   时间:2017-08-22 13:18:24    阅读次数:145
浅谈Key-value 存储——SILT
摘要:本文以文章SILT: A Memory Efficient High Performance Key-Value Store 为基础,探讨SILT存储系统是如何实现内存占用低和高性能的设计目标,从SILT系统架构入手,依次简述系统的三个基本组成部分Logstore、Hashstore和Sort... ...
分类:其他好文   时间:2017-08-18 14:36:00    阅读次数:152
536条   上一页 1 ... 17 18 19 20 21 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!