期刊文献+
共找到1,118篇文章
< 1 2 56 >
每页显示 20 50 100
ParSymG: a parallel clustering approach for unsupervised classification of remotely sensed imagery 被引量:1
1
作者 Zhenhong Du Yuhua Gu +4 位作者 Chuanrong Zhang Feng Zhang Renyi Liu Jean Sequeira Weidong Li 《International Journal of Digital Earth》 SCIE EI 2017年第5期471-489,共19页
Symmetry is a common feature in the real world.It may be used to improve a classification by using the point symmetry-based distance as a measure of clustering.However,it is time consuming to calculate the point symme... Symmetry is a common feature in the real world.It may be used to improve a classification by using the point symmetry-based distance as a measure of clustering.However,it is time consuming to calculate the point symmetry-based distance.Although an efficient parallel point symmetry-based K-means algorithm(ParSym)has been propsed to overcome this limitation,ParSym may get stuck in sub-optimal solutions due to the K-means technique it used.In this study,we proposed a novel parallel point symmetry-based genetic clustering(ParSymG)algorithm for unsupervised classification.The genetic algorithm was introduced to overcome the sub-optimization problem caused by inappropriate selection of initial centroids in ParSym.A message passing interface(MPI)was used to implement the distributed master–slave paradigm.To make the algorithm more time-efficient,a three-phase speedup strategy was adopted for population initialization,image partition,and kd-tree structure-based nearest neighbor searching.The advantages of ParSymG over existing ParSym and parallel K-means(PKM)alogithms were demonstrated through case studies using three different types of remotely sensed images.Results in speedup and time gain proved the excellent scalability of the ParSymG algorithm. 展开更多
关键词 Unsupervised classification parallel clustering genetic algorithm point symmetry-based distance
原文传递
PDBSCAN: Parallel DBSCAN for Large-Scale Clustering Applications 被引量:1
2
作者 谢永红 马延辉 +1 位作者 周芳 刘颖安 《Journal of Donghua University(English Edition)》 EI CAS 2012年第1期76-79,共4页
Density-based algorithm for discovering clusters in large spatial databases with noise(DBSCAN) is a classic kind of density-based spatial clustering algorithm and is widely applied in several aspects due to good perfo... Density-based algorithm for discovering clusters in large spatial databases with noise(DBSCAN) is a classic kind of density-based spatial clustering algorithm and is widely applied in several aspects due to good performance in capturing arbitrary shapes and detecting outliers. However, in practice, datasets are always too massive to fit the serial DBSCAN. And a new parallel algorithm-Parallel DBSCAN(PDBSCAN) was proposed to solve the problem which DBSCAN faced. The proposed parallel algorithm bases on MapReduce mechanism. The usage of parallel mechanism in the algorithm focuses on region query and candidate queue processing which needed substantive computation resources. As a result, PDBSCAN is scalable for large-scale dataset clustering and is extremely suitable for applications in E-Commence, especially for recommendation. 展开更多
关键词 parallel DBSCAN clusterING MAPREDUCE large-scale applications
下载PDF
Parallel Spectral Clustering Based on MapReduce 被引量:3
3
作者 Qiwei Zhong Yunlong Lin +3 位作者 Junyang Zou Kuangyan Zhu Qiao Wang Lei Hu 《ZTE Communications》 2013年第2期45-50,共6页
Clustering is one of the most widely used techniques for exploratory data analysis. Spectral clustering algorithm, a popular modern cluslering algorithm, has been shown to be more effective in detecting clusters than ... Clustering is one of the most widely used techniques for exploratory data analysis. Spectral clustering algorithm, a popular modern cluslering algorithm, has been shown to be more effective in detecting clusters than many traditional algorithms. It has applications ranging from computer vision and information retrieval to social sienee and biology. With the size of databases soaring, cluostering algorithms bare saling computational time and memory use. In this paper, we propose a parallel spectral elustering implementation based on MapRednee. Both the computation and data storage are dislributed, which solves the sealability problems for most existing algorithms. We empirically analyze the proposed implementation on both benchmark net- works and a real social network dataset of about two million vertices and two billion edges crawled from Sina Weibo. It is shown that the proposed implementation scales well, speeds up the clustering without sacrificing quality, and processes massive datasets efficiently on commodity machine clusters. 展开更多
关键词 spectral clustering parallel implementation massive dataset Hadoop MapRedue data mining
下载PDF
Parallel Computation of Shallow-water Model on Workstations Cluster 被引量:2
4
作者 Song Junqiang Sun An-clang, Li Xiaomei(epartment Of CO,mp’uter Science, Changsha Institute of Technology Hunan 410073, P.R. of China) 《Wuhan University Journal of Natural Sciences》 CAS 1996年第Z1期522-525,共4页
ParallelComputationofShallow-waterModelonWorkstationsClusterSongJunqiang;SunAn-clang,;LiXiaomei(epartmentOfC... ParallelComputationofShallow-waterModelonWorkstationsClusterSongJunqiang;SunAn-clang,;LiXiaomei(epartmentOfCO,mp'uterScience,... 展开更多
关键词 parallel Computation of Shallow-water Model on Workstations cluster
下载PDF
PARALLEL ANALYSIS OF COMBINED FINITE/DISCRETE ELEMENT SYSTEMS ON PC CLUSTER 被引量:5
5
作者 王福军 Y.T.FENG +2 位作者 D.R.J.OWEN 张静 刘洋 《Acta Mechanica Sinica》 SCIE EI CAS CSCD 2004年第5期534-540,共7页
A computational strategy is presented for the nonlinear dynamic analysis of large- scale combined finite/discrete element systems on a PC cluster.In this strategy,a dual-level domain decomposition scheme is adopted to... A computational strategy is presented for the nonlinear dynamic analysis of large- scale combined finite/discrete element systems on a PC cluster.In this strategy,a dual-level domain decomposition scheme is adopted to implement the dynamic domain decomposition.The domain decomposition approach perfectly matches the requirement of reducing the memory size per processor of the calculation.To treat the contact between boundary elements in neighbouring subdomains,the elements in a subdomain are classified into internal,interfacial and external elements.In this way,all the contact detect algorithms developed for a sequential computation could be adopted directly in the parallel computation.Numerical examples show that this implementation is suitable for simulating large-scale problems.Two typical numerical examples are given to demonstrate the parallel efficiency and scalability on a PC cluster. 展开更多
关键词 parallel computation finite element discrete element PC cluster
下载PDF
Realistic Efficiency Evaluations for Parallel Computations under Workstation Cluster
6
作者 Mo Zeyao Li Xiaomei(Dept. of Computer, Changsha institute of Technology Changsha, China, 410073) 《Wuhan University Journal of Natural Sciences》 CAS 1996年第Z1期329-336,共8页
In recent years, high performance scientific computing under workstation cluster connected by local area network is becoming a hot point. Owing to both the longer latency and the higher overhead for protocol processin... In recent years, high performance scientific computing under workstation cluster connected by local area network is becoming a hot point. Owing to both the longer latency and the higher overhead for protocol processing compared with the powerful single workstation capacity, it is becoming severe important to keep balance not only for numerical load but also for communication load, and to overlap communications with computations while parallel computing. Hence,our efficiency evaluation rules must discover these capacities of a given parallel algorithm in order to optimize the existed algorithm to attain its highest parallel efficiency. The traditional efficiency evaluation rules can not succeed in this work any more. Fortunately, thanks to Culler's detail discuss in LogP model about interconnection networks for MPP systems, we present a system of efficiency evaluation rules for parallel computations under workstation cluster with PVM3.0 parallel software framework in this paper. These rules can satisfy above acquirements successfully. At last, two typical synchronous,and asynchronous applications are designed to verify the validity of these rules under 4 SGIs workstations cluster connected by Ethernet. 展开更多
关键词 parallel efficiency evaluation workstation cluster PVM. network parallel computations.
下载PDF
Gclust:A Parallel Clustering Tool for Microbial Genomic Data
7
作者 Ruilin Li Xiaoyu He +15 位作者 Chuangchuang Dai Haidong Zhu Xianyu Lang Wei Chen Xiaodong Li Dan Zhao Yu Zhang Xinyin Han Tie Niu Yi Zhao Rongqiang Cao Rong He Zhonghua Lu Xuebin Chi Weizhong Li Beifang Niu 《Genomics, Proteomics & Bioinformatics》 SCIE CAS CSCD 2019年第5期496-502,共7页
The accelerating growth of the public microbial genomic data imposes substantial burden on the research community that uses such resources.Building databases for non-redundant reference sequences from massive microbia... The accelerating growth of the public microbial genomic data imposes substantial burden on the research community that uses such resources.Building databases for non-redundant reference sequences from massive microbial genomic data based on clustering analysis is essential.However,existing clustering algorithms perform poorly on long genomic sequences.In this article,we present Gclust,a parallel program for clustering complete or draft genomic sequences,where clustering is accelerated with a novel parallelization strategy and a fast sequence comparison algorithm using sparse suffix arrays(SSAs).Moreover,genome identity measures between two sequences are calculated based on their maximal exact matches(MEMs).In this paper,we demonstrate the high speed and clustering quality of Gclust by examining four genome sequence datasets.Gclust is freely available for non-commercial use at https://github.com/niu-lab/gclust.We also introduce a web server for clustering user-uploaded genomes at http://niulab.scgrid.cn/gclust. 展开更多
关键词 MICROBIAL GENOME clustering parallelIZATION Sparse SUFFIX array MAXIMAL exact MATCH Segment extension
原文传递
Parallel recovery method in shared-nothing spatial database cluster system
8
作者 YOU Byeong seob KIM Myung keun +1 位作者 ZOU Yong gui BAE Hae young 《重庆邮电学院学报(自然科学版)》 2004年第5期173-180,共8页
Shared nothing spatial database cluster system provides high availability since a replicated node can continue service even if any node in cluster system was crashed. However if the failed node wouldn’t be recovered ... Shared nothing spatial database cluster system provides high availability since a replicated node can continue service even if any node in cluster system was crashed. However if the failed node wouldn’t be recovered quickly, whole system performance will decrease since the other nodes must process the queries which the failed node may be processed. Therefore the recovery of cluster system is very important to provide the stable service. In most previous proposed techniques, external logs should be recorded in all nodes even if the failed node does not exist. So update transactions are processed slowly. Also recovery time of the failed node increases since a single storage for all database is used to record external logs in each node. Therefore we propose a parallel recovery method for recovering the failed node quickly. 展开更多
关键词 平行记录方法 串系统 GMS/cluster 空间数据库 共享
下载PDF
LOW-COST HIGH PERFORMANCE CLUSTER OF WORK-STATIONS BASED ON DYNAMIC LOAD BALANCING FOR PARALLEL DEPTH-FIRST SEARCH(DFS)
9
作者 Mohammed A. +2 位作者 M.Ibrahim(加力) LU Xin-da(陆鑫达) 《Journal of Shanghai Jiaotong university(Science)》 EI 2002年第2期223-226,共4页
This paper presented an idea to replace the traditionally expensive parallel machines by heterogeneous cluster of workstations. To emphasise the usability of cluster of workstations platform for parallel and distribut... This paper presented an idea to replace the traditionally expensive parallel machines by heterogeneous cluster of workstations. To emphasise the usability of cluster of workstations platform for parallel and distributed computing, also the paper presented the status report on the effort and experiences for the implementation of a dynamic load balancing for parallel tree computation depth first search(DFS) on the cluster of a workstations project. It compared the speedup performance obtained from our platform with that obtained from the traditional one. The speedup results show that cluster of workstations can be a serious alternative to the expensive parallel machines. 展开更多
关键词 heterogeneous clusterS of WORKSTATION parallel tree computation DFS dynamic load balancing strategy parallel performance
下载PDF
CLUSTER OF WORKSTATIONS BASED ON DYNAMIC LOAD BALANCING FOR PARALLEL TREE COMPUTATION DEPTH-FIRST-SEARCH
10
作者 加力 陆鑫达 张健 《Journal of Shanghai Jiaotong university(Science)》 EI 2002年第1期26-31,共6页
The real problem in cluster of workstations is the changes in workstation power or number of workstations or dynmaic changes in the run time behavior of the application hamper the efficient use of resources. Dynamic l... The real problem in cluster of workstations is the changes in workstation power or number of workstations or dynmaic changes in the run time behavior of the application hamper the efficient use of resources. Dynamic load balancing is a technique for the parallel implementation of problems, which generate unpredictable workloads by migration work units from heavily loaded processor to lightly loaded processors at run time. This paper proposed an efficient load balancing method in which parallel tree computations depth first search (DFS) generates unpredictable, highly imbalance workloads and moves through different phases detectable at run time, where dynamic load balancing strategy is applicable in each phase running under the MPI(message passing interface) and Unix operating system on cluster of workstations parallel platform computing. 展开更多
关键词 cluster of WORKSTATIONS parallel TREE COMPUTATION DFS task migration dynamic load balancing strategy and TERMINATION detection algorithm
下载PDF
Parallel Pipelines for DNA Sequence Alignment on a Cluster of Multicores: A Comparison of Communication Models
11
作者 Enzo Rucci Franco Chichizola Marcelo Naiouf Laura De Giusti Armando De Giusti 《通讯和计算机(中英文版)》 2012年第12期1364-1371,共8页
关键词 DNA序列比对 通信模型 并行编程 SMITH-WATERMAN算法 多核 流水线 群集 体系结构
下载PDF
A Content-Based Parallel Image Retrieval System on Cluster Architectures 被引量:1
12
作者 ZHOUBing SHENJun-yi PENGQin-ke 《Wuhan University Journal of Natural Sciences》 CAS 2004年第5期665-670,共6页
We propose a content-based parallel image retrieval system to achieve high responding ability. Our system is developed on cluster architectures. It has several retrieval. servers to supply the service of content-based... We propose a content-based parallel image retrieval system to achieve high responding ability. Our system is developed on cluster architectures. It has several retrieval. servers to supply the service of content-based image retrieval. It adopts the Browser/Server (B/S) mode. The users could visit our system though web pages. It uses the symmetrical color-spatial features (SCSF) to represent the content of an image. The SCSF is effective and efficient for image matching because it is independent of image distortion such as rotation and flip as well as it increases the matching accuracy. The SCSF was organized by M-tree, which could speedup the searching procedure. Our experiments show that the image matching is quickly and efficiently with the use of SCSF. And with the support of several retrieval servers, the system could respond to many users at mean time. Key words content-based image retrieval - cluster architecture - color-spatial feature - B/S mode - task parallel - WWW - Internet CLC number TP391 Foundation item: Supported by the National Natural Science Foundation of China (60173058)Biography: ZHOU Bing (1975-), male, Ph. D candidate, reseach direction: data mining, content-based image retrieval. 展开更多
关键词 content-based image retrieval cluster architecture color-spatial feature B/S mode task parallel WWW INTERNET
下载PDF
Parallel solution for finite element linear systems of equations on workstation cluster
13
作者 FU Chao-jiang 《通讯和计算机(中英文版)》 2009年第8期59-64,共6页
关键词 有限元系统 工作站机群 线性方程组 并行处理 预条件共轭梯度法 计算机网络技术 工程结构分析 并行算法
下载PDF
一种新的并行自动聚类算法:CGC-Cluster 被引量:2
14
作者 杜欣 刘大刚 +2 位作者 倪友聪 张开活 谢大同 《小型微型计算机系统》 CSCD 北大核心 2015年第6期1181-1187,共7页
针对基于基因表达式编程的自动聚类算法聚类速度较慢和聚簇质量较差的问题,提出一种新的并行自动聚类算法:基于统一计算设备架构和粗粒度并行模型的基因表达式编程自动聚类算法(CGC-Cluster).采用GRCM方法对基于基因表达式编程的自动聚... 针对基于基因表达式编程的自动聚类算法聚类速度较慢和聚簇质量较差的问题,提出一种新的并行自动聚类算法:基于统一计算设备架构和粗粒度并行模型的基因表达式编程自动聚类算法(CGC-Cluster).采用GRCM方法对基于基因表达式编程的自动聚类算法(GEP-Cluster)中聚类中心的筛选与聚合步骤进行了改进,基于统一计算设备架构以达到提高并行处理能力,基于粗粒度并行演化模型以提高并行度.选择了较知名的数据集,从算法的聚类速度和聚类质量两方面与GEP-Cluster算法进行了统计实验对比分析,实验结果表明,CGC-Cluster算法不仅获得了3倍左右的加速比,而且从簇内方差、Ocq指标和Dunn指标三种评判质量的指标进行比较,CGC-Cluster显著地改进了聚簇的质量.最后还通过实验分析了算法参数对并行算法的影响. 展开更多
关键词 统一计算设备架构 基因表达式编程 聚类算法 并行演化算法
下载PDF
PIWA-LOC——一种Cluster环境下的大图像并行重采样算法 被引量:2
15
作者 蒋艳凰 杨学军 易会战 《计算机研究与发展》 EI CSCD 北大核心 2005年第5期835-843,共9页
图像重采样问题应用广泛,具有计算复杂度高、运行时间长的特点.为了提高处理性能,针对Cluster并行环境,对一种并行几何校正算法进行改进,提出了并行重采样算法PIWALOC.采用一种新的存储结构用于保存各计算结点上的不规则输出子图像,并... 图像重采样问题应用广泛,具有计算复杂度高、运行时间长的特点.为了提高处理性能,针对Cluster并行环境,对一种并行几何校正算法进行改进,提出了并行重采样算法PIWALOC.采用一种新的存储结构用于保存各计算结点上的不规则输出子图像,并提出线段近似法用于获取不规则输出子图像的边界,使算法的通用性大大提高,适用于具有复杂几何变换的图像重采样问题.实验结果表明,该算法对大图像的重采样问题具有良好的并行性能,且网络带宽越高算法的可扩展性越好. 展开更多
关键词 图像重采样 并行算法 数据局部性 机群系统
下载PDF
PC Cluster技术的国内外现状与发展趋势 被引量:7
16
作者 张军华 雷凌 仝兆岐 《石油物探》 EI CSCD 2003年第4期557-561,共5页
PCCluster技术是目前地球物理界非常关注的热点问题 ,国内外许多地震资料处理、解释中心都在致力于此项技术的研究和开发工作 ,并已经在叠前深度偏移、全三维可视化解释等方面得到初步应用。通过大量的文献调研和前一阶段项目研究工作... PCCluster技术是目前地球物理界非常关注的热点问题 ,国内外许多地震资料处理、解释中心都在致力于此项技术的研究和开发工作 ,并已经在叠前深度偏移、全三维可视化解释等方面得到初步应用。通过大量的文献调研和前一阶段项目研究工作的总结 ,对PCCluster的硬件特点、计算性能、软件环境等技术特征进行了扼要的阐述 ,对此项技术的国内外发展现状和地球物理领域开展PCCluster研究的必要性等问题作了较系统的总结 ,并重点结合自行开发的微机集群 ,对PCCluster技术的硬件环境、并行编译系统和应用效率作了较详细的探讨。最后阐述了PCCluster技术目前存在的问题和今后将面临的挑战。 展开更多
关键词 油田 地震勘探 地震资料处理 PCcluster技术 微机集群
下载PDF
基于Cluster结构的多维动态数据分布方法 被引量:2
17
作者 蒋廷耀 睢海燕 《三峡大学学报(自然科学版)》 CAS 2004年第1期67-71,78,共6页
数据分布是数据库查询并行处理的基础,良好的数据分布方法对查询性能有着重要影响.本文提出了一种新的基于Cluster结构的多维动态数据分布方法,该方法能保证数据均匀分布在多个处理机上;能动态调整数据片段的大小,使关系始终保持最优并... 数据分布是数据库查询并行处理的基础,良好的数据分布方法对查询性能有着重要影响.本文提出了一种新的基于Cluster结构的多维动态数据分布方法,该方法能保证数据均匀分布在多个处理机上;能动态调整数据片段的大小,使关系始终保持最优并行度;并能有效地支持各属性上的查询操作.性能分析及实验结果表明,在大规模的并行系统中,本文方法的性能优于过去的数据分布方法. 展开更多
关键词 cluster结构 多维数据分布 负载平衡 数据库
下载PDF
构建PC-Cluster系统实现精细数值模式业务运行 被引量:8
18
作者 杨森 陈力强 周晓珊 《气象与环境学报》 2006年第3期41-44,共4页
介绍了应用微机等设备构建PC-Cluster硬件系统以及完全应用免费开放软件配置PC-Cluster软件系统的方法,并以MM5并行模式为例,概述了并行模式在PC-Cluster系统的调试、运行技术。通过试验分析了PC-Cluster系统的性能后认为,PC-Cluster是... 介绍了应用微机等设备构建PC-Cluster硬件系统以及完全应用免费开放软件配置PC-Cluster软件系统的方法,并以MM5并行模式为例,概述了并行模式在PC-Cluster系统的调试、运行技术。通过试验分析了PC-Cluster系统的性能后认为,PC-Cluster是一般用户高性能运算很好的解决方案,对提高我国数值预报业务和科研水平有重要意义。 展开更多
关键词 PC—cluster 系统配置 并行模式 精细数值模式 业务运行
下载PDF
Cluster计算能力模型总结与设想
19
作者 刘乃维 《电脑开发与应用》 2013年第12期70-72,共3页
Cluster计算,中文名称为集群计算。它可以被认为是这样一种技术:它把许多系统连接到一起,使多台服务器像一台机器一样进行计算工作。采用cluster计算,通常是为了提高系统稳定性的同时,提高系统对大数据的实时处理能力。在cluster计算中... Cluster计算,中文名称为集群计算。它可以被认为是这样一种技术:它把许多系统连接到一起,使多台服务器像一台机器一样进行计算工作。采用cluster计算,通常是为了提高系统稳定性的同时,提高系统对大数据的实时处理能力。在cluster计算中,服务器群在网络中表现为单一的系统,并以这种模式加以管理。对于并行计算和集群计算,现已提出的各种计算模型,大多针对的是并行计算与它的共性,而非特性。而如果需要针对这些特性,就需要用一种更加准确的模型加以描述。将介绍基于集群的一些计算模型,并提出新的cluster计算模型的一个可能的方案。 展开更多
关键词 集群 并行计算模型 超级步
下载PDF
微机Cluster并行化实现叠前深度偏移方法 被引量:1
20
作者 李克臣 黄刘生 杨辉 《计算机工程与应用》 CSCD 北大核心 2001年第24期156-158,共3页
该文是讨论利用微机Cluster来实现地质模型叠前深度偏移并行化实现。为了比较这一并行化方案的实现效果,选择大规模分布式并行计算机代表-IBMSP-2以进行计算性能的比较。
关键词 并行计算 迭前深度偏移 地震资料处理 微机 机群系统
下载PDF
上一页 1 2 56 下一页 到第
使用帮助 返回顶部