CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小平方误差

搜索资源列表

  1. 用“时域最小平方误差准则” 设计IIR DF

    0下载:
  2. 试用时域最小平方误差准则(最小平方逆设计)设计一个具有四项系数的IIR DF的系统函数,使其在y(n)=[3,2,1]输入激励下,输出v(n)逼近d(n)=[2,0.2,0.05]。令v(-1)=v(-2)=0。求出v(n)的前8个样值与d(n)进行比较。用matlab实现了此要求。-trial at the least square error domain guidelines (minimum inverse square design) design with a four DF IIR
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:822
    • 提供者:lsd
  1. LMSE-HoKashyap

    0下载:
  2. 最小平方误差(LMSE)算法实现,可训练的确定性分类器的迭代算法。用于对训练一个向量,使得向量与给定矩阵的乘积的结果向量足够小。-least square error (LMSE) algorithm can be trained classifier uncertainty iterative algorithm. For a pair of training vectors, making vector and matrix given the results of the product
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:129080
    • 提供者:姚秋林
  1. SVD

    2下载:
  2. % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个来计算图形信息,性能相当的好。在计算线性方程组时,一些不能分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:2746
    • 提供者:zhxj
  1. textureclassfication

    0下载:
  2. 提出了一种基于函数联接的感知器神经网络的纹理分类方法.它采用高斯2马尔柯夫随机场模型(GM RF)对纹理进行描述,模型参数即为纹理特征,参数估计采用最小平方误差方法获得.将估计参数作为表达纹理的特征向量,用感知器网络对特征进行分类,并且采用函数联接的方式解决线性不可分问题.对纹理图象进行的实验表明,采用这种方法能够提高学习速度,简化计算过程,并取得较好的纹理分类效果. -Based on the function connected perceptron neural network tex
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:286121
    • 提供者:singro jiang
  1. main

    0下载:
  2. 基于最小平方误差准则函数的分类器设计编写程序过程中,难点是收敛判别-Based on the least square error criterion function of the classifier design process of the preparation process, the difficulty of convergence discriminant
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1187
    • 提供者:赵乃杰
  1. hpir

    0下载:
  2. 本程序用C++语言编写了最小二乘曲线拟合的程序,在VC2008环境中运行成功,并给出了一个实例。 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差 // 输入 - X[n]、y[n] 拟合次数(几次的多项式) // 输出 - out[n](拟合后的节点值) dt[0]-累计平方误差 dt[1]-累计绝对误差 dt[2]-最大误差-this is a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1923
    • 提供者:lthrwx
  1. MATLAB_mse

    2下载:
  2. 本文采用最小平方误差准则(MSE准则)通过训练样本集建立线性判别函数,并用线性判别函数去判断测试集。 数据集报告: 1、男女生 2、sona 3、ups-In this paper, the least square error criterion (MSE criterion) the training sample set by a linear discriminant function, and a linear discriminant function to dete
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:2211
    • 提供者:李碧聪
  1. report

    0下载:
  2. 本文采用最小平方误差准则(MSE准则)通过训练样本集建立线性判别函数,并用线性判别函数去判断测试集。 实验报告-In this paper, the least square error criterion (MSE criterion) the training sample set by a linear discriminant function, and a linear discriminant function to determine the test set. Expe
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:268352
    • 提供者:李碧聪
  1. the-least-square-error-algorithm

    0下载:
  2. 线性分类器-最小平方误差算法,对一组数据进行分类,分析b1、b2改变对结果的影响-Linear classifier- the least square error algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1720
    • 提供者:韩倩倩
  1. fenleisuanfa

    1下载:
  2. 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-Perceptron algorithm were used, the least square error algorithm, linear SVM classifier algorithm, respectively, making face paint, and compare performance.
  3. 所属分类:matlab

    • 发布日期:2015-10-07
    • 文件大小:77824
    • 提供者:龚煜
  1. linear

    0下载:
  2. 基于最小平方误差逼近的线性阀体的设计linear body-Based on the minimum squared error approximation of the design of linear body
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:630377
    • 提供者:km1213
  1. svm-ses

    1下载:
  2. 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The machine algorithm respectively perception, the minimum square error algorithm, linear SVM classifier algorithm design, respectively, draw the decision surface, and compare the performance.
  3. 所属分类:Special Effects

    • 发布日期:2015-09-28
    • 文件大小:9216
    • 提供者:万海兵
  1. Linear-classifier-design

    2下载:
  2. 对“data1.m”数据,分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The "data1.m" data, respectively, using the perceptron algorithm, the least square error algorithm, the linear SVM algorithm design classifier, respectively, to draw the decision-making surf
  3. 所属分类:Special Effects

    • 发布日期:2015-09-29
    • 文件大小:277504
    • 提供者:刘攀
  1. LS

    0下载:
  2. 模式识别中的最小平方误差方法,柏涵两种不同的识别方法-Pattern Recognition least square error method, Bo Han two different identification methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2820
    • 提供者:Zyy
  1. LMSEPPerceptron-Approach

    0下载:
  2. 使用C和Matlab编程实现感知器算法和最小平方误差算法,并且区分给定的10000个样本-C and Matlab programming Perceptron algorithm and least square error algorithm, and to distinguish between a given sample 10000
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2103114
    • 提供者:lifei
  1. MSE_students

    0下载:
  2. MSE 学生数据集,最小平方误差分类器-mse students
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2372
    • 提供者:xuchunyan
  1. MSE_Iris

    0下载:
  2. mse,Iris数据集,最小平方误差判别分类器-mse, Iris data collection, the least square error determination classifier
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3222
    • 提供者:xuchunyan
  1. MSE_fourclass

    0下载:
  2. mse,fourclass数据集,最小平方误差判别分类器-mse, fourclass data collection, the least square error determination classifie
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7629
    • 提供者:xuchunyan
  1. MMSE Channel Estimator for OFDM Receiver

    0下载:
  2. 我们基于Jake模型重新推导了新的自相关函数,并基于新的自相关函数提出了一种通用最小均方误差(MMSE)信道估计器。 因此,由于其固有的鲁棒性,所提出的MMSE信道估计器可以被用于各种信道场景。 MMSE信道估计器的性能是通过实践DVB-T标准进行研究的,该标准表明MMSE信道估计器能以低复杂度实现非凡的最小平方误差性能(Based on the Jake model, we derive the new autocorrelation function and propose a univer
  3. 所属分类:通讯编程文档

    • 发布日期:2018-04-29
    • 文件大小:741376
    • 提供者:tsxywy365
  1. 58059913LMSE

    0下载:
  2. LMSE/模式识别/最小平方误差算法程序(LMSEleast mean square error, LMSE,Ho-Kashyap)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:1562113181
« 12 »
搜珍网 www.dssz.com