CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Squared

搜索资源列表

  1. r43

    0下载:
  2. 鲁棒控制器设计,由于RBF网络可以实现任意逼近的非线性关系,它的目标是要做到误差平方和最小,与非线性PCA的目标一致,所以上述非线性PCA的模型可以通过采用两个RBF网络来实现非线性正变换 和反变换 。RBF网络是一个三层前馈网络,隐层采用径向基函数作为激励函数。第一个RBF网络把高维空间的数据映射到低维空间(如图4),第二个RBF网络将前面网络输出的低维空间数据再映射到高维空间,实现数据恢复(如图5)。这两个网络分别进行训练。-robust controller design, as RBF
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:1549
    • 提供者:浇洒距离
  1. calcu_synthesis

    0下载:
  2. 本程序实现两个整数平方和相加并且输出结果-the program two integers and the sum of squared output
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:3596
    • 提供者:李铭
  1. basic_method

    0下载:
  2. test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err.m calculation error square Di
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4822
    • 提供者:杨奎元
  1. circlefitting

    2下载:
  2. 最小二乘法拟合圆vc实现,最小二乘法(least squares analysis)是一种 数学 优化 技术,它通过 最小化 误差 的平方和找到一组数据的最佳 函数 匹配。 最小二乘法是用最简的方法求得一些绝对不可知的真值,而令误差平方之和为最小。-least squares fitting round vc realized, least-squares method (least squares analysis) is a mathematical optimization techniq
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:187392
    • 提供者:林楚
  1. APPLICATION OF LEAST MEDIAN OF SQUARED O

    0下载:
  2. lms 代码程序 供参考 挺不错的 -lms code procedures for reference quite good
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:405602
    • 提供者:李颂
  1. mregress

    0下载:
  2. 最小二乘法回归,输入因、自变量,输出回归系数,T值,R平方等-least squares regression, imports, since the variables, output regression coefficient, T, R-squared, etc.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2992
    • 提供者:李楠
  1. MLP

    1下载:
  2. 本程序实做MLP(Multi-layer perceptron)算法,使用者可以自行设定训练数据集与测试数据集,将训练数据集加载,在2、3维下可以显示其分布状态,并分别设定键节值、学习率、迭代次数来训练其类神经网络,最后可观看辨识率与RMSE(Root Mean squared error)来判别训练是否可以停止。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1213339
    • 提供者:楊易
  1. zhong

    1下载:
  2. 系统聚类算法K-means 属于聚类分析中一种基本的划分方法,常采用误差平方和准则函数作为聚类准则,该算法在处理大数据集时是相对可伸缩且高效率的,同时具有潜在的数据并行性。但是这种算法依赖于初始值的选择以及数据的输入顺序;此外,当运用误差平方和准则函数测度聚类效果时,如果各簇的形状和大小差别很大,为使误差平方和 Jc 值达到最小有可能出现将大的聚类簇分割的现象。-system clustering algorithm K-means cluster analysis is a basic met
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1834
    • 提供者:tang
  1. ssd_cross-correlation.rar

    0下载:
  2. Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005,Relationship Between the Sum of Squared Difference (SS
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2017-03-23
    • 文件大小:41802
    • 提供者:li
  1. Fortran_bp

    0下载:
  2. BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2006
    • 提供者:陈财雄
  1. labyrinth

    0下载:
  2. 迷宫图求解程序,九宫格,人工智能实验 可以在Prolog环境下,希望对大家有所帮助-Figure maze solver, squared, artificial intelligence experiments in Prolog environment, we want to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:18646
    • 提供者:jenny
  1. Stereo.zip

    0下载:
  2. 使用SSD(sum squared differences)算法进行双摄像机图像匹配点计算,基于OpenCv的C++代码实现,Using SSD (sum squared differences) algorithm dual camera image matching points calculation, based on the OpenCv the C++ Code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1867341
    • 提供者:梁霄
  1. ssd.m

    0下载:
  2. SSD - Sum of squared Differences
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:807
    • 提供者:NOBO
  1. MobileShellv1.0

    0下载:
  2. 非常好的WinCE下的Shell界面,界面非常的绚丽,采用九宫格模式,底色为纯黑色-Very good in WinCE Shell interface, the interface is very beautiful, with squared model, the background is pure black
  3. 所属分类:Windows CE

    • 发布日期:2017-04-04
    • 文件大小:233346
    • 提供者:刘延
  1. IphoneJiuGongGeDemo

    0下载:
  2. 实现iphone/iPad上的九宫格界面,可放置图片。-Achieve iphone/iPad on the squared interface, pictures can be placed.
  3. 所属分类:iPhone

    • 发布日期:2017-03-29
    • 文件大小:520885
    • 提供者:Feipeng Niu
  1. KLSD

    0下载:
  2. Android九宫格源码,有换题、提示等功能。还有动画效果-Android squared source, there for questions, tips and other functions. There animation
  3. 所属分类:android

    • 发布日期:2017-05-18
    • 文件大小:5078488
    • 提供者:泽基
  1. seawater

    22下载:
  2. Matlab seawater工具包,可以通过海水的温盐等信息计算海水的密度、比容、位密、地转流速等重要参数。- SW_ADTG Adiabatic temperature gradient SW_ALPHA Thermal expansion coefficient (alpha) SW_AONB Calculate alpha/beta (a on b) SW_BETA Saline contract
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-14
    • 文件大小:50237
    • 提供者:庄伟
  1. disteusq

    0下载:
  2. calculates the squared euclidean distance between all pairs of rows of two matrices. -calculates the squared euclidean distance between all pairs of rows of two matrices.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:1265
    • 提供者:qingpg518
  1. Aitken

    0下载:
  2. In numerical analysis, Aitken s delta-squared process is a series acceleration method, used for accelerating the rate of convergence of a sequence. Its early form was known to Seki Kōwa and was found for rectification of the circle, i.e. the calculat
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1069
    • 提供者:Kitty
  1. android-squared-unlock

    0下载:
  2. android的九宫格解锁进入程序,发点资源给大家一起分享分享 一起进步-android squared unlock enter the program, point to share resources together to share progress
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:781593
    • 提供者:zfs
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com