期刊文献+
共找到10篇文章
< 1 >
每页显示 20 50 100
Parallel divide and conquer bio-sequence comparison based on Smith-Waterman algorithm 被引量:4
1
作者 ZHANGFa QIAOXiangzhen LIUZhiyong 《Science in China(Series F)》 2004年第2期221-231,共11页
关键词 biological sequence alignment dynamic programming divide and conquer parallel.
原文传递
Ensemble Neural Network in Classifying Handwritten Arabic Numerals
2
作者 Kathirvalavakumar Thangairulappan Palaniappan Rathinasamy 《Journal of Intelligent Learning Systems and Applications》 2016年第1期1-8,共8页
A method has been proposed to classify handwritten Arabic numerals in its compressed form using partitioning approach, Leader algorithm and Neural network. Handwritten numerals are represented in a matrix form. Compre... A method has been proposed to classify handwritten Arabic numerals in its compressed form using partitioning approach, Leader algorithm and Neural network. Handwritten numerals are represented in a matrix form. Compressing the matrix representation by merging adjacent pair of rows using logical OR operation reduces its size in half. Considering each row as a partitioned portion, clusters are formed for same partition of same digit separately. Leaders of clusters of partitions are used to recognize the patterns by Divide and Conquer approach using proposed ensemble neural network. Experimental results show that the proposed method recognize the patterns accurately. 展开更多
关键词 Handwritten Numerals divide and conquer CLUSTER Leader Algorithm Neural Network ENSEMBLE Classification
下载PDF
New Parallel N-Input Voting for Large Scale Fault-Tolerant Control Systems
3
作者 Abbas Karimi Faraneh Zarafshan +1 位作者 Adznan B.Jantan S.A.R.Al-Haddad 《Journal of Electronic Science and Technology》 CAS 2011年第2期174-179,共6页
Average (mean) voter is one of the commonest voting methods suitable for decision making in highly-available and long-missions applications where the availability and the speed of the system are critical.In this pap... Average (mean) voter is one of the commonest voting methods suitable for decision making in highly-available and long-missions applications where the availability and the speed of the system are critical.In this paper,a new generation of average voter based on parallel algorithms and parallel random access machine(PRAM) structure are proposed.The analysis shows that this algorithm is optimal due to its improved time complexity,speed-up,and efficiency and is especially appropriate for applications where the size of input space is large. 展开更多
关键词 divide and conquer FAULT-TOLERANT parallel algorithm voting algorithm.
下载PDF
An Optimal Parallel Algorithm for the Knapsack Problem Based on EREW
4
作者 李肯立 蒋盛益 +1 位作者 王卉 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2003年第2期131-137,共7页
A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2 n/4 ) 1-ε ... A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2 n/4 ) 1-ε processors, 0≤ ε ≤1, and O(2 n/2 ) memory to find a solution for the n -element knapsack problem in time O(2 n/4 (2 n/4 ) ε) . The cost of the proposed parallel algorithm is O(2 n/2 ) , which is an optimal method for solving the knapsack problem without memory conflicts and an improved result over the past researches. 展开更多
关键词 knapsack problem NP-COMPLETE parallel algorithm divide and conquer
下载PDF
Performance Prediction Model for Parallel Computing on Network of Workstation
5
作者 Zhang, Jianjun Ru, Guobao 《Wuhan University Journal of Natural Sciences》 EI CAS 1998年第3期61-64,共4页
In order to effectively program Parallel Computing on NOW (Network of workstation),users must be able to evaluate how well the system performs for a given application.In this paper,we present an framework that can be... In order to effectively program Parallel Computing on NOW (Network of workstation),users must be able to evaluate how well the system performs for a given application.In this paper,we present an framework that can be used to evaluate tree structured computing on NOW.Based on this framework,we derive a model for the famous parallel programming paradigm divide and conquer.We discuss how this model can be used to evaluate performance and how it can be used to restructure the application to improve performance. 展开更多
关键词 parallel computing programming paradigm divide and conquer performance prediction
下载PDF
Distributed Penalized Modal Regression for Massive Data
6
作者 JIN Jun LIU Shuangzhe MA Tiefeng 《Journal of Systems Science & Complexity》 SCIE EI CSCD 2023年第2期798-821,共24页
Nowadays,researchers are frequently confronted with challenges from massive data computing by a number of limitations of computer primary memory.Modal regression(MR)is a good alternative of the mean regression and lik... Nowadays,researchers are frequently confronted with challenges from massive data computing by a number of limitations of computer primary memory.Modal regression(MR)is a good alternative of the mean regression and likelihood based methods,because of its robustness and high efficiency.To this end,the authors extend MR to massive data analysis and propose a computationally and statistically efficient divide and conquer MR method(DC-MR).The major novelty of this method consists of splitting one entire dataset into several blocks,implementing the MR method on data in each block,and deriving final results through combining these regression results via a weighted average,which provides approximate estimates of regression results on the entire dataset.The proposed method significantly reduces the required amount of primary memory,and the resulting estimator is theoretically as efficient as the traditional MR on the entire data set.The authors also investigate a multiple hypothesis testing variable selection approach to select significant parametric components and prove the approach possessing the oracle property.In addition,the authors propose a practical modified modal expectation-maximization(MEM)algorithm for the proposed procedures.Numerical studies on simulated and real datasets are conducted to assess and showcase the practical and effective performance of our proposed methods. 展开更多
关键词 Asymptotic distribution divide and conquer massive data modal regression multiple hypothesis testing
原文传递
An Improved Algorithm for Finding the Closest Pair of Points 被引量:4
7
作者 葛启 王海涛 朱洪 《Journal of Computer Science & Technology》 SCIE EI CSCD 2006年第1期27-31,共5页
As early as in 1975, Shamos and Hoey first gave an O(n lg n)-time divide-and-conquer algorithm (Stt algorithm in short) for the problem of finding the closest pair of points. In one process of combination, the Euc... As early as in 1975, Shamos and Hoey first gave an O(n lg n)-time divide-and-conquer algorithm (Stt algorithm in short) for the problem of finding the closest pair of points. In one process of combination, the Euclidean distances between 3n pairs of points need to be computed, so the overall complexity of computing distance is then 3n lgn. Since the computation of distance is more costly compared with other basic operation, how to improve SH algorithm from the aspect of complexity of computing distance is considered. In 1998, Zhou, Xiong and Zhu improved SH algorithm by reducing this complexity to 2n lg n. In this paper, we make further improvement. The overall complexity of computing distances is reduced to (3n lg n)/2, which is only half that of SH algorithm. 展开更多
关键词 Shamos and Hoey algorithm divide and conquer closest pair of points COMPLEXITY
原文传递
Evaluation of RDF queries via equivalence
8
作者 Weiwei NI Zhihong CHONG +2 位作者 Hu SHU Jiajia BAO Aoying ZHOU 《Frontiers of Computer Science》 SCIE EI CSCD 2013年第1期20-33,共14页
Performance and scalability are two issues that are becoming increasingly pressing as the resource descrip- tion framework (RDF) data model is applied to real-world ap- plications. Because neither vertical nor flat ... Performance and scalability are two issues that are becoming increasingly pressing as the resource descrip- tion framework (RDF) data model is applied to real-world ap- plications. Because neither vertical nor flat structures of RDF storage can handle frequent schema updates and meanwhile avoid possible long-chain joins, there is no clear winner be- tween the two typical structures. In this paper, we propose an alternative open user schema. The open user schema con- sists of flat tables automatically extracted from RDF query streams. A query is divided into two parts and conquered on the fiat tables in the open user schema and on the vertical ta- ble stored in a backend storage. At the core of this divide and conquer architecture with open user schema, an efficient iso- morphic decision algorithm is introduced to guide a query to related flat tables in the open user schema. Our proposal in essence departs from existing methods in that it can accom- modate schema updates without possible long-chain joins. We implement our approach and provide empirical evalua- tions to demonstrate both the efficiency and effectiveness of our approach in evaluating complex RDF queries. 展开更多
关键词 divide and conquer architecture open user schema RDF query streams
原文传递
Discussion on the paper‘A review of distributed statistical inference’
9
作者 Junlong Zhao 《Statistical Theory and Related Fields》 2022年第2期108-110,共3页
Distributed statistical inferences have attracted more and more attention in recent years with the emergence of massive data.We are grateful to the authors for the excellent review of the litera-ture in this active ar... Distributed statistical inferences have attracted more and more attention in recent years with the emergence of massive data.We are grateful to the authors for the excellent review of the litera-ture in this active area.Besides the progress mentioned by the authors,we would like to discuss some additional development in this interesting area.Specifically,we focus on the balance of communication cost and the statistical efficiency of divide-and-conquer(DC)type estimators in linear discriminant analysis and hypothesis testing.It is seen that the DC approach has different behaviours in these problems,which is different from that in estimation problems.Furthermore,we discuss some issues on the statistical inferences under restricted communication budgets. 展开更多
关键词 divide and conquer linear discriminant analysis hypothesis testing normal mean
原文传递
Linear expectile regression under massive data
10
作者 Shanshan Song Yuanyuan Lin Yong Zhou 《Fundamental Research》 CAS 2021年第5期574-585,共12页
In this paper,we study the large-scale inference for a linear expectile regression model.To mitigate the computational challenges in the classical asymmetric least squares(ALS)estimation under massive data,we propose ... In this paper,we study the large-scale inference for a linear expectile regression model.To mitigate the computational challenges in the classical asymmetric least squares(ALS)estimation under massive data,we propose a communication-efficient divide and conquer algorithm to combine the information from sub-machines through confidence distributions.The resulting pooled estimator has a closed-form expression,and its consistency and asymptotic normality are established under mild conditions.Moreover,we derive the Bahadur representation of the ALS estimator,which serves as an important tool to study the relationship between the number of submachines K and the sample size.Numerical studies including both synthetic and real data examples are presented to illustrate the finite-sample performance of our method and support the theoretical results. 展开更多
关键词 divide and conquer algorithm Expectile regression (Asymptotic)confidence distribution Massive data
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部