首页--工业技术论文--自动化技术、计算机技术论文--计算技术、计算机技术论文--一般性问题论文--理论、方法论文--算法理论论文

基于MPI的海量数据拟合并行算法研究

基于MPI的海量数据拟合并行算法研究第1-54页
 摘要第5-7页
 Abstract第7-11页
 第1章 绪论第11-14页
   ·研究背景及意义第11-12页
   ·国内外研究现状第12页
   ·论文研究内容第12-13页
   ·论文组织结构第13-14页
 第2章 并行计算机系统及并行程序设计方法概述第14-19页
   ·并行计算机系统简介第14-15页
   ·并行计算机系统的分类第15页
   ·并行计算模型第15页
   ·并行程序设计的基本模式第15-16页
   ·并行程序的设计过程第16-17页
   ·并行程序设计的性能度量第17-18页
   ·小结第18-19页
 第3章 基于Linux和MPI的PC集群系统的构建第19-27页
   ·PC集群系统概述第19页
   ·MPI并行程序设计第19-21页
     ·MPI编程模式第20页
     ·MPI的六个基本函数第20-21页
     ·MPI通信方式第21页
   ·基于Linux和MPI构建PC集群系统第21-24页
     ·PC集群系统硬件环境的选择第21-22页
     ·PC集群系统操作系统的选择第22页
     ·PC集群系统编程环境的选择第22-24页
   ·MPI程序示例第24-26页
   ·小结第26-27页
 第4章 线性模型数据拟合的并行算法研究第27-42页
   ·数据拟合函数模型的确定及组合生成第27-28页
   ·线性模型数据拟合的并行算法第28-33页
     ·算法描述第28-30页
     ·任务划分第30-31页
     ·通信模式及通信开销第31-32页
     ·数学模型分配——动态负载平衡第32-33页
     ·算法性能分析第33页
   ·多项式拟合并行算法实现及算法性能分析第33-41页
     ·一般多项式拟合串行算法描述第34页
     ·多项式拟合并行算法设计及实现第34-35页
     ·正交多项式拟合第35-36页
     ·实验测试分析第36-41页
     ·程序中遇到的问题及解决第41页
   ·小结第41-42页
 第5章 非线性模型数据拟合的并行算法研究第42-48页
   ·单节点BP网络模型的构建第43-45页
   ·非线性数据拟合的BP网络并行算法第45-47页
     ·算法描述第45-46页
     ·算法性能分析第46页
     ·算法改进第46-47页
   ·小结第47-48页
 第6章 结束语第48-50页
 参考文献第50-52页
 攻读学位期间发表的学术论文和研究成果第52-53页
 致谢第53-54页
并行计算及数据拟合的一些问题研究第54-105页
 第1章 并行计算机应用及国内外研究现状第57-59页
 第2章 并行计算机系统介绍第59-61页
   ·并行计算机系统简介第59-60页
   ·并行计算机系统的分类第60-61页
 第3章 基于PC集群的MPI编程环境的构建第61-64页
   ·PC集群系统特点及分类第61页
   ·PC集群系统硬件的选择与安装第61-62页
   ·PC集群系统操作系统的选择第62页
   ·PC集群系统编程环境的选择第62-64页
 第4章 并行程序设计方法及MPI并行算法应用第64-80页
   ·并行计算模型第64-66页
   ·并行程序设计的基本模式第66页
   ·并行程序的设计过程第66-67页
   ·并行程序设计的调试第67页
   ·并行程序设计的性能度量第67-68页
   ·MPI并行程序设计第68-72页
     ·MPI编程模式第69页
     ·MPI的六个基本函数第69-70页
     ·MPI通信方式第70-71页
     ·MPI程序的执行第71-72页
   ·基于MPI并行算法应用第72-78页
   ·小结第78-80页
 第5章 线性模型拟合第80-89页
   ·数据拟合问题第80-81页
   ·多项式线性最小二乘拟合第81页
   ·正交多项式线性最小二乘拟合第81-85页
     ·标准正交函数系定义第82页
     ·构造正交基函数的Gram-Schmidt方法第82页
     ·常用的正交多项式第82-84页
     ·正交多项式线性最小二乘拟合步骤第84-85页
   ·函数的最小二乘逼近多项式第85页
   ·函数式自动生成第85-87页
   ·线性模型拟合的并行算法第87-89页
 第6章 非线性模型拟合第89-100页
   ·问题描述第89页
   ·常用的非线性曲线模型及线性变换第89-90页
   ·迭代法第90-92页
     ·非线性模型的直接拟合原理第91-92页
     ·牛顿迭代法第92页
   ·遗传算法第92-95页
   ·神经网络法第95-98页
     ·BP神经网络第95-97页
     ·小波神经网络第97-98页
   ·其他方法第98-100页
     ·极大似然法第98-99页
     ·模拟退火法第99页
     ·缩张算法第99-100页
 参考文献第100-105页
Research on Parallel Altorithm of Mass Data Fitting Based on MPI第105-149页
 Chapter 1 Introduction第108-112页
   ·Background of the research第108-109页
   ·the Study Status第109-110页
   ·Content of Research第110页
   ·Organizational Structure of the Paper第110-112页
 Chapter 2 Introduction of Parallel Computer System and Parallel Program Design第112-117页
   ·The Introduction of Parallel Computer System第112页
   ·The Classification of the Parallel Computer System第112-113页
   ·Parallel Calculating Model第113页
   ·The Primary Modes of Parallel Program Designing第113-114页
   ·Parallel Programming Designing第114-115页
   ·The Measurements of Parallel programming performance第115-116页
   ·Summary第116-117页
 Chapter 3 The MPI Programming Environment Construction in PC Clusters第117-125页
   ·The Features and Classification of the PC Cluster System第117页
   ·MPI Parallel Programming Designing第117-120页
     ·MPI Programming Model第118页
     ·Six Basic Functions of MPI第118-119页
     ·The Communicative Way of MPI第119-120页
   ·The Structures of PC Cluster Based on MPI and Linux第120-122页
     ·The Choice of PC Cluster System Hardware Environment第120页
     ·The Choice of PC Cluster System Operating System第120页
     ·The Choice of PC Cluster System Programming Environment第120-122页
   ·The Example of MPI Procedures第122-124页
   ·Summary第124-125页
 Chapter 4 Research on Parallel Algorithm of Data Fitting in Linear Model第125-140页
   ·Determining Data Fitting Function and Generation第125-126页
   ·parallel Algorithm of Data Fitting in Linear Model第126-131页
     ·Description of the Algorithm第126-128页
     ·Division of Tasks第128页
     ·Communication Model and Cost第128-129页
     ·Mathematical Model Distribution-Dynamic Load Balancing第129-130页
     ·Analysis of Algorithm Performance第130-131页
   ·Implementation and Performance Analysis of Polynomial Fitting Parallel Algorithm第131-138页
     ·Description of Serial Algorithm in Universal Polynomial Fitting第131-132页
     ·Design and Implementation of Polynomial Fitting Parallel Algorithm第132-133页
     ·Orthogonal Polynomial Fitting第133-134页
     ·Test Analysis of the Experiments第134-138页
     ·Problems and Solutions Encountered in the Programs第138页
   ·Summary第138-140页
 Chapter 5 Research on Nonlinear Model Data Fitting of Parallel Algorithm第140-147页
   ·The Construction of Single-node Neural Network Model第141-143页
   ·Nonlinear Fitting the BP Data Network Parallel Algorithm第143-146页
     ·Algorithm Description第143-145页
     ·Algorithm Performance Analysis第145页
     ·The Improvement of Algorithm第145-146页
   ·Summary第146-147页
 Chapter 6 Conclusion第147-149页
Research on Some Problems of Parallel Computing and Data Fitting第149-194页
 Chapter 1 Parallel Computer Applications and Study Status第152-154页
 Chapter 2 The Introduction of Parallel Computer System第154-156页
   ·The Classification of the Parallel Computer System第155-156页
 Chapter 3 The MPI Programming Environment Construction in PC Clusters第156-159页
   ·The Features and Classification of the PC Cluster System第156页
   ·Choosing Hardware of Cluster System第156-157页
   ·Choosing Operating System of Cluster System第157页
   ·Choosing Programming Environment of Cluster System第157-159页
 Chapter 4 The Design Approaches of Parallel Program第159-174页
   ·Parallel Computation Model第159-161页
   ·The Primary Modes of Parallel Program Designing第161页
   ·Parallel Programming Designing第161-162页
   ·Parallel Programming Debugging第162页
   ·The Measurements of Parallel programming performance第162-164页
   ·MPI Parallel Programming Designing第164-167页
     ·MPI Programming Model第164-165页
     ·Six Basic Functions of MPI第165-166页
     ·The Communicative Way of MPI第166-167页
     ·The Operation of Process第167页
   ·Applications Based on MPI Parallel Algorithm第167-172页
   ·Summary第172-174页
 Chapter 5 Linear Model Fitting第174-183页
   ·The Problem of Data Fitting第174页
   ·Serial Algorithm in Universal Polynomial Fitting第174-175页
   ·Orthogonal Polynomial Fitting第175-179页
     ·The Standard Definition of the Orthogonal Function第175-176页
     ·Construct Orthogonal Function with Gram-Schmidt Method第176页
     ·General Orthogonal Polynomial第176-178页
     ·Fitting Steps of Linear Least-square in Orthogonal Polynomial第178-179页
   ·The Least-squares Approximation Polynomial of Function第179页
   ·Functional Automatic Generation第179-182页
   ·Linear Model Fitting Parallel Algorithm第182-183页
 Chapter 6 Model Fitting of Nonlinear第183-194页
   ·Description of the Problem第183-184页
   ·Commonly Used Non-linear and Linear Model of Transformation第184-185页
   ·Iteration第185-187页
     ·The Direct Fitting Principle of Nonlinear Model第185-186页
     ·Newton Iteration第186-187页
   ·Genetic Algorithm第187-190页
   ·Neural Network Method第190-193页
     ·BP Neural Network第190-191页
     ·Wavelet Neural Network (WNN)第191-193页
   ·Other Methods第193-194页
     ·Maximum Likelihood第193-194页
     ·Simulated Annealing第194页
     ·Contraction-Expansion Algorithm第194页

论文共194页,点击 下载论文
上一篇:基于语义相似度的本体映射方法研究
下一篇:基于F2m域的圆锥曲线数乘算法与混合加密的研究与实现