E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
reduction
Cache memory power
reduction
techniques
Methods and apparatus to provide for power consumption
reduction
in memories (such as cache memories)
·
2015-11-13 21:35
memory
ML | PCA
what's xxx PCA principal components analysis is for dimensionality
reduction
.
·
2015-11-13 14:20
ca
Machine Learning No.9: Dimensionality
reduction
1. Principal component analysis algorithm data preprocessing 2. choosing the number of principal components 3. reconstruction from compressed representation 4. Application of P
·
2015-11-13 12:08
learning
machine
PatentTips - Optimizing Write Combining Performance
BACKGROUND OF THE INVENTION The use of a cache memory with a processor facilitates the
reduction
of
·
2015-11-13 05:47
performance
UVa 10670 - Work
Reduction
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=113&page=show_problem&problem=1611 简单的贪心 1 #include <cstdio> 2 #include <cstring>
·
2015-11-13 05:00
uva
Study notes for Principal Component Analysis
Motivations for Dimensionality
Reduction
Data Comparison Speed up algorithms.
·
2015-11-13 00:02
component
poj 1907 Work
Reduction
_贪心
题意:公司要你要完成N份任务,但是你是不可能全部完成的,所以需要雇佣别人来做,做到剩下M份时,自己再亲自出马。现在有个机构,有两种付费方式,第一种是每付A元帮你完成1份,第二种是每付B元帮你完成剩下任务的一半(rounding down)。 思路: 先算出每个的最少费用然后排序就行了,要注意的是当费用相等时,按名字的字典序排序 #include <iostream> #incl
·
2015-11-12 17:33
poj
文本挖掘之特征选择(python 实现)
机器学习算法的空间、时间复杂度依赖于输入数据的规模,维度规约(Dimensionality
reduction
)则是一种被用于降低输入数据维数的方法。
·
2015-11-12 14:20
python
4.3
Reduction
代码(Heterogeneous Parallel Programming class lab)
首先添加上Heterogeneous Parallel Programming class 中 lab:
Reduction
的代码: myReduction.c // MP
Reduction
·
2015-11-11 18:24
programming
4.2 CUDA
Reduction
一步一步优化
Reduction
并行分析: 每个线程是基于一个树状的访问模型,从上至下,上一层读取数据相加得到下一层的数据.不停的迭代,直到访问完所有的数据.
·
2015-11-11 18:24
IO
4.1
Reduction
模型
Reduction
Reduction
是一种广泛使用的计算模型,特别是在并行计算领域。
·
2015-11-11 18:23
IO
多因子降维法(MDR,multifactor dimensionality
reduction
)
多因子降维法(MDR,Multifactor Dimensionality
Reduction
) MDR是近年统计学中发展起来的一种新的分析方法。
·
2015-11-11 17:32
IO
[Hive - LanguageManual] Archiving for File Count
Reduction
Archiving for File Count
Reduction
Note: Archiving should be considered an advanced command due to the
·
2015-11-11 16:36
language
uva 10670 Work
Reduction
(贪心)
题目连接:10670 - Work
Reduction
题目大意:有tol的工作量,和要求达到的工作剩余量sur,然后是公司总数,对应每个公司提供两种服务,1、完成一个工作量,2.完成当前未完成工作量的一半
·
2015-11-11 16:57
uva
Lanczos Algorithm and it's Parallelization Stragegy
本篇翻译来自Dimensional
Reduction
中的Lanczos Algorithm和Parallel Stragegy部分。
·
2015-11-11 11:16
Algorithm
String
Reduction
问题出自这里 问题描述: Given a string consisting of a,b and c's, we can perform the following operation: Take any two adjacent distinct characters and replace it with the third character. For example, if '
·
2015-11-08 16:44
String
Poj 2707 Copier
Reduction
id=2707 2.Content: Copier
Reduction
Time Limit: 1000MS Memory Limit: 65536K
·
2015-11-08 13:36
copier
C++ 分数类
nbsp; //分子int below; //分母void
reduction
·
2015-11-08 11:09
C++
算法常用术语英中对照
算法常用术语英中对照 Approximate String Matching 模糊匹配 Arbitrary Precision Arithmetic 高精度计算 Bandwidth
Reduction
·
2015-11-07 12:40
算法
Python算法:推导、递归和规约
Python算法:推导、递归和规约 注:本节中我给定下面三个重要词汇的中文翻译分别是:Induction(推导)、Recursion(递归)和
Reduction
(规约) 本节主要介绍算法设计的三个核心知识
·
2015-11-03 22:12
python
A parameter-free dimensionality
reduction
method
Thepapercanbefoundinhttp://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6560364andthematlabcodecanbedownloadedfromhttp://www.openpr.org.cn/index.php/104-How-to-Estimate-the-Regularization-Param
杰
·
2015-11-03 15:00
Kernel PCA 原理和演示
Kernel PCA 原理和演示 主成份(Principal Component Analysis)分析是降维(Dimension
Reduction
)的重要手段。
·
2015-11-02 15:32
kernel
10670 Work
Reduction
(贪心 + 被题意坑了- -)y
Problem C: Work
Reduction
Paperwork is beginning to pile up on your desk, and tensions at the
·
2015-11-02 13:53
IO
Seven Techniques for Data Dimensionality
Reduction
Seven Techniques for Data Dimensionality
Reduction
Seven Techniques for Data Dimensionality
Reduction
·
2015-11-02 11:20
Data
pku2707--Copier
Reduction
贡献了两个compile erroe 代码如下: #include<stdio.h> int main() { int a,b,c,d,t; double e,f; while(scanf("%d %d %d %d",&a,&b,&c,&d),a||b||c||d) {  
·
2015-11-01 13:58
copier
UVA 10670 Work
Reduction
UVA_10670 一开始不知道rounding down是四舍五入的意思,还以为是向下取整,果断就疑惑了…… 贪心的思路不难想到,如果减半不会使文件少于M且比单份划算的话就一直用减半即可。 #include<stdio.h>#include<string.h>#include<std
·
2015-10-31 14:15
uva
Matlab Toolbox for Dimensionality
Reduction
(v0.7.2 - November 2010)
The Matlab Toolbox for Dimensionality
Reduction
contains Matlab implementations of 33 techniques for
·
2015-10-31 10:04
matlab
Radies and gentleman, welcome Rambda
为了更容易的掌握这个抽象模型,我用Ruby写了一个库Rambda,把lambda expression解析成syntax tree,这样就可以方便的编程操作lambda expression,实现各种
reduction
·
2015-10-31 10:05
com
output operand requires a
reduction
, but
reduction
is not enabled
http://stackoverflow.com/questions/11625412/add-a-vector-to-array A really stupid question, but I could not figure the right way.. A is a 2 by 2 matrix, and B is a 2 by 1 matrix. In a 1
·
2015-10-31 09:34
require
OpenMP 有效的数据规约
一、引言 在以多线程执行的的循环访问中,为了解决在不使用锁的情况下既共享sum变量有保护该变量的问题,OpenMP提供了
reduction
子句,可以用来有效的合并一个循环中某些关于一个或多个满足结合律的算术规约操作
·
2015-10-30 12:51
open
HDKV: High-Dimensional Similarity Query in Key-Value Stores
nbsp; Locality-sensitive hashing (LSH) is a method of performing probabilistic dimension
reduction
·
2015-10-30 11:31
key-value
poj 1046 Color Me Less(水题)
Memory Limit: 10000K Total Submissions: 26432 Accepted: 12740 Description A color
reduction
·
2015-10-28 09:29
color
CUDA ---- Branch Divergence and Unrolling Loop
The Parallel
Reduction
Problem 我们现在要计算一个数组N个元素的和。这个过程用CPU编程很容易实现: int su
·
2015-10-28 08:24
loop
GPGPU OpenCL
Reduction
操作与group同步
Reduction
操作:规约操作就是由多个数生成一个数,如求最大值、最小值、向量点积、求和等操作,都属于这一类操作。 有大量数据的情况下,使用GPU进行任务并行与数据并行,可以收到可好的效果。
·
2015-10-28 07:55
group
How to make 9-patch image downloaded from the Network
It is an image in PNG format, enhanced by the ability to define zones for the enlargement or
reduction
·
2015-10-28 07:57
download
GPU优化思路
6IO/calulate7bankconflict8
reduction
9memorycoaleseing->loadserializeintosharememory10
mydear_11000
·
2015-10-20 21:00
海量数据挖掘MMDS week4: 推荐系统之数据降维Dimensionality
Reduction
http://blog.csdn.net/pipisorry/article/details/49231919海量数据挖掘MiningMassiveDatasets(MMDs)-JureLeskoveccourses学习笔记推荐系统RecommendationSystem之降维DimensionalityReduction{博客内容:推荐系统有一种推荐称作隐语义模型(LFM,latentfacto
-柚子皮-
·
2015-10-18 22:37
海量数据挖掘MMDS
Resys
海量数据挖掘MMDS week4: 推荐系统之数据降维Dimensionality
Reduction
http://blog.csdn.net/pipisorry/article/details/49231919海量数据挖掘MiningMassiveDatasets(MMDs)-JureLeskovec courses学习笔记推荐系统RecommendationSystem之降维DimensionalityReduction{博客内容:推荐系统有一种推荐称作隐语义模型(LFM,latentfact
pipisorry
·
2015-10-18 22:00
推荐系统
SVD
Semantic
隐语义模型
海量数据挖掘
latent
Dimensionality
Reduction
(学习Free Mind知识整理)
阅读http://blog.pluskid.org/?p=290文章中的一些知识整理:学习的知识点降维。=====================================================================先看一下这句话“featureselection和dimensionalityreduction两个topic都有许多很经典的算法。前者通常是选出重要的f
langb2014
·
2015-09-15 13:00
uva 10670 Work
Reduction
(贪心)
我就知道肯定能A,但凡觉得浪费了好长时间的时候都会去认真做一些事情,这道题目,亦如是,从我认真读题开始压根没想着找题解看题意看思路。其实这道题目也算不上难,通过率有百分之四十。以后都得这样专心读题目,专心想解法。思路:贪心,关键是选择A方案还是B方案,A方案是每次代理一份作业花费n,B方案是每次代理一般方案(若16或17,则代理8个)花费m,其实这道题能判断出来什么时候该选哪个方案就基本上解决了。
sinat_22659021
·
2015-08-06 21:00
Unsupervised dimensionality
reduction
(降维)
参考:http://scikit-learn.org/stable/modules/unsupervised_
reduction
.html对于高维features,常常需要在supervised之前unsupervised
mmc2015
·
2015-07-26 11:00
pca
scikit-learn
特征降维
随机映射
特征集聚
OpenMP:向量内积
reduction
:并行的程序运行结束时,对并行区域内的一个或者多个变量执行一个操作,每个并行的程序将创建参数的一个副本,在运行结束时对各个副本进行+,-,×,/等操作。
toto1297488504
·
2015-07-18 17:00
并行计算
hive map端聚合
set hive.map.aggr.hash.min.
reduction
=0.5;设置这个不禁止mapagg的话
sysutao
·
2015-07-02 14:00
hive
[综] PCA降维
http://blog.json.tw/using-matlab-implementing-pca-dimension-
reduction
設有m筆資料, 每筆資料皆為n維, 如此可將他們視為一個
·
2015-06-25 21:00
ca
理解Theano的Scan函数
如果你熟悉
Reduction
和map两个函数,这两个都是scan的特殊形式,即将某函数依次作用一个序列的每个元素上。
taneijia
·
2015-06-21 11:00
Noise
Reduction
Using a Median Filter(噪声去除的中值滤波方法)
摘 要:本实验主要实现图像的加噪和去噪。模拟数字图像的噪声主要由于噪声广泛存在于图像的产生和传输过程。图像传感器的工作情况受各种因素的影响,如图像的获取中的环境条件和传感器自身的质量。图像在传输过程中主要由于所用的传输信道的干扰而受到噪声污染。在本次实验的加噪过程中使用的是椒盐噪声,有时也被称为脉冲噪声、散粒噪声或尖峰噪声。脉冲噪声主要表现在成像中的短暂停留中,例如错误的开关操作。去噪过程中
huang1024rui
·
2015-06-18 19:00
数学
matlab
图像处理
数字图像
噪声的分类
OpenMP学习笔记2:private,shared和
reduction
在上一节的基础上,我们试一下在循环中最常用的求和计算。这里我们计算的算例是一个余弦函数的积分,积分式如下:∫π20cos(x)dx它的解析解是1.0,可以很方便地对比我们的计算结果。我们采取的是在将区间[a,b]分割成很小的小段,然后在每个小段[ai,ai+1]上用梯形公式12(ai+1−ai)(cos(ai+1)+cos(ai)),最后求和就可得到具体的积分值了。最后求积分的公式如下:∫π20c
walkandthink
·
2015-04-30 11:00
parallel
openmp
Reduction
求和计算
求积分计算
Dimensionality
Reduction
降维 (Week 8)
http://blog.csdn.net/pipisorry/article/details/44705051机器学习MachineLearning-AndrewNGcourses学习笔记降维DimensionalityReduction{asecondtypeofunsupervisedlearningproblemcalleddimensionalityreduction.asdatacomp
pipisorry
·
2015-03-28 20:00
机器学习
NG
learning
machine
pca
Andrew
t-SNE--dimensionality
reduction
for the visualization of high-dimensional datasets
Referfrom http://lvdmaaten.github.io/tsne/t-DistributedStochasticNeighborEmbedding(t-SNE)isa(prize-winning)techniquefordimensionalityreductionthatisparticularlywellsuitedforthevisualizationofhigh-dime
kaka20080622
·
2015-03-16 17:00
openmp 快速入门 常用技巧 parallel for sections
reduction
critical
OpenMP并行执行的程序要全部结束后才能执行后面的非并行部分的代码。这就是标准的并行模式fork/join式并行模式,共享存储式并行程序就是使用fork/join式并行的。标准并行模式执行代码的基本思想是,程序开始时只有一个主线程,程序中的串行部分都由主线程执行,并行的部分是通过派生其他线程来执行,但是如果并行部分没有结束时是不会执行串行部分的。摘要:#pragmaompparallel自动将下
billbliss
·
2015-03-08 11:00
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他