作业链接 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
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
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
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
// 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
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
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
摘要:本文以文章SILT: A Memory Efficient High Performance Key-Value Store 为基础,探讨SILT存储系统是如何实现内存占用低和高性能的设计目标,从SILT系统架构入手,依次简述系统的三个基本组成部分Logstore、Hashstore和Sort... ...
分类:
其他好文 时间:
2017-08-18 14:36:00
阅读次数:
152