使用R语言进行响应面分析的经典文章
2021-11-11 16:03:56 207KB R语言 响应面法
1
章节 Chapter 1 Introductory Ideas Chapter 2 Lagrangian Interpolates Chapter 3 Hermitian Interpolates Chapter 4 Polynomial Splines and Generalizations Chapter 5 Approximating Functions of Several Variables Chapter 6 Fundamentals for Variational Methods Chapter 7 The Finite Element Method Chapter 8 The Method of Collocation
2021-11-11 15:13:56 2.6MB 样条函数 变分方法
1
介绍有限元的数学理论,可借以了解它的细节。
2021-11-09 15:55:32 2.82MB Finite Element Methods
1
Amazon价值1200美元的书,一共2178页,2015年出版的新书,本人已去除pdf中水印 大体看了下,此书是纯理论的书,书中没有代码 http://www.amazon.com/gp/product/1493907891?keywords=Handbook%20of%20Mathematical%20Methods%20in%20Imaging Hardcover: 2178 pages Publisher: Springer; 2nd ed. 2015 edition (May 30, 2015) Language: English ISBN-10: 1493907891 ISBN-13: 978-1493907892 The Handbook of Mathematical Methods in Imaging provides a comprehensive treatment of the mathematical techniques used in imaging science. The material is grouped into two central themes, namely, Inverse Problems (Algorithmic Reconstruction) and Signal and Image Processing. Each section within the themes covers applications (modeling), mathematics, numerical methods (using a case example) and open questions. Written by experts in the area, the presentation is mathematically rigorous. This expanded and revised second edition contains updates to existing chapters and 16 additional entries on important mathematical methods such as graph cuts, morphology, discrete geometry, PDEs, conformal methods, to name a few. The entries are cross-referenced for easy navigation through connected topics. Available in both print and electronic forms, the handbook is enhanced by more than 200 illustrations and an extended bibliography. It will benefit students, scientists and researchers in applied mathematics. Engineers and computer scientists working in imaging will also find this handbook useful. 目录 Part I Inverse Problems – Methods Linear Inverse Problems Large-Scale Inverse Problems in Imaging Regularization Methods for Ill-Posed Problems Distance Measures and Applications to Multimodal Variational Imaging Energy Minimization Methods Compressive Sensing Duality and Convex Programming EM Algorithms EM Algorithms from a Non-stochastic Perspective Iterative Solution Methods Level Set Methods for Structural Inversion and Image Reconstruction Part II Inverse Problems – Case Examples Expansion Methods Sampling Methods
2021-11-09 11:07:41 47.2MB Mathematical Methods Imaging
1
Student Solution Manual for Mathematical Methods for Physics and Engineering Third Edition by K. F. Riley and M. P. Hobson
2021-11-08 22:39:35 2.22MB Mathematical Methods Physics Engineering
1
svr matlab代码 Machine_Learning_Methods_For_Regression_Matlab Description Data has 6 features & 1 output. the target for this is regression by at least 3 machine learning methods. And at least 1 NN method. 1. 代码文件夹及其代码文件的介绍 代码文件夹内容介绍: 代码文件夹中共有1个文件夹,分别是data。 data文件夹下存放的是训练集数据data.xlsx和测试集数据100_test.xlsx(是最新的测试集数据)。 其中data.xlsx的sheet名称为train_400,即400个训练数据,100_test.xlsx的sheet名称为valid_data,即100个测试数据。 代码介绍: 由于模型训练较快,因此将模型的训练和测试统一写成了run_model.m脚本文件。其中第一种模型对应的函数脚本文件为svr_train.m, svr_predict.m, gaussKerne
2021-11-07 10:00:08 5.42MB 系统开源
1
Ensemble methodology imitates our second nature to seek several opinions before making a crucial decision. The core principle is to weigh several individual pattern classifiers, and combine them in order to reach a classification that is better than the one obtained by each of them separately. Researchers from various disciplines such as pattern recognition, statistics, and machine learning have explored the use of ensemble methods since the late seventies. Given the growing interest in the field, it is not surprising that researchers and practitioners have a wide variety of methods at their disposal. Pattern Classification Using Ensemble Methods aims to provide a methodic and well structured introduction into this world by presenting a coherent and unified repository of ensemble methods, theories, trends, challenges and applications. Its informative, factual pages will provide researchers, students and practitioners in industry with a comprehensive, yet concise and convenient reference source to ensemble methods. The book describes in detail the classical methods, as well as extensions and novel approaches that were recently introduced. Along with algorithmic descriptions of each method, the reader is provided with a description of the settings in which this method is applicable and with the consequences and the trade-offs incurred by using the method. This book is dedicated entirely to the field of ensemble methods and covers all aspects of this important and fascinating methodology.
2021-11-06 23:15:00 1.96MB Ensemble Methods
1
数值方法1 本部分分为5部分。 每个部分都在Matlab中实现了代码。 寻根 二等分法 牛顿法 错误位置法 割线法 穆勒法 逆矩阵 解析上三角矩阵 解析下三角矩阵 高斯消除法 LU分解 雅可比方法 高斯-塞德尔方法 过度松弛(SOR)方法 插补 多项式拟合 线性样条 三次样条 二次样条 牛顿除数多项式 拉格朗日插值 随机数生成 均匀分布 三角分布 泊松分布 正态分布 对数正态分布 经验连续分布 指数分布 离散均匀分布 一般连续分配 差速器 微分求积法 积分 梯形法则 辛普森的1/3规则 辛普森(Simpson)的3/8规则 中点规则
2021-11-04 15:10:08 46KB MATLAB
1
三角插值matlab代码数值分析方法 概述 这是我为数值分析类编写的MATLAB函数的集合: 多项式求根方法 函数插值方法 三角曲面 要求 为了运行此代码,您需要具有MATLAB的工作副本以及使用它的一些以前的经验。
2021-11-02 15:47:13 16KB 系统开源
1
三角插值matlab代码计算方法与应用 Matlab函数被编码为AMS 147(计算方法和应用程序)类的一部分。 compute_factorial.m-接受整数作为输入并返回阶乘,而无需使用内置的阶乘函数。 compute_Euclidean_norm.m-计算任意输入向量x的欧几里得范数。 matrix_times vector.m-计算n维方矩阵与n维列向量之间的乘积pi_series.m-重新调整pi系列的前15个部分和,并估计该系列的收敛顺序。 chord_method.m-接受一个非线性方程,并执行chord方法来找到零。 测试zero.m-计算五阶Chebyshev多项式的最小零的近似值,并绘制收敛历史。 Lagrange_interpolation.m-计算给定数据点集的拉格朗日插值test_Lagrange_interpolation.m-计算多项式的拉格朗日插值,该插值在等距网格和具有Chebyshev-Gauss-Lobatto点的网格中插值数据集。 还绘制了使用两个不同网格获得的拉格朗日插值。 compute_Lebesgue_function.m-接受插值节点
2021-11-02 15:45:27 12KB 系统开源
1