CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - newton method

搜索资源列表

  1. optLib

    0下载:
  2. 提供了常用的优化算法,包括约束变尺度法,拟牛顿法,遗传算法,多目标优化算法,Hookjeeves算法等多种算法。使用时先写好优化模型,生成相应的dll此优化库可以根据选择的算法对优化模型进行优化求解。-provide a common method of optimization, including CVMO1-, quasi-Newton method, genetic algorithm, multi-objective optimization algorithm, Hookjeeves
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:387760
    • 提供者:吴义忠
  1. newton

    6下载:
  2. 牛顿迭代法是求解非线性微分方程中非常重要的一种算法,收敛速度快!本文提供算例和程序-Newton iterative method is very important for solving nonlinear differential equations an algorithm fast convergence speed! This article provides examples and procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-09
    • 文件大小:16384
    • 提供者:陈岩
  1. nnfpe

    0下载:
  2. This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,Ne
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2125
    • 提供者:张镇
  1. lpsvm

    0下载:
  2. 该文件是Newton Method for LP Support Vector Machine 文章的程序-This is a procedure for this paper with title "Newton Method for LP Support Vector Machine"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2472
    • 提供者:yeqiaolin
  1. C

    0下载:
  2. 包含了许多的最优化算法,有牛顿法,单纯形法等,都已运行通过了-Contains a number of optimization algorithms, there is Newton' s method, simplex method, etc., have to run through the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5335
    • 提供者:hanxuan
  1. constrains

    0下载:
  2. 牛顿约束及黄金分割法是一种很好的全局寻优算法,利用这种方法可以很好的实现全局寻优,其结果可与遗传算法、模拟退火算法、爬山法等相媲美!-Newton constraints and golden section method is a good global optimization algorithm, using this method can achieve a good global optimization, the result with genetic algorithms, sim
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:5347
    • 提供者:jakechan
  1. newtraph

    0下载:
  2. newton raphson method for solving nonlinear equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:773
    • 提供者:boy
  1. Newton

    0下载:
  2. new method to solve systems of non-lineaire equations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:952724
    • 提供者:Pino
  1. GAUSS

    1下载:
  2. 利用牛顿法思想,结合高斯法求解非线性方程组-Gauss Newton method for solving equations with the visual fortran sofeware including the detailed explanation in chinese characters and numbers and so on
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-04-30
    • 文件大小:1024
    • 提供者:Bryne
  1. newton.m

    0下载:
  2. Newton method for solve funtions. Is a simple newton method program. It has to be adapted
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1222
    • 提供者:Felipe
  1. 002

    0下载:
  2. 对神经网络在故障诊断中的应用进行了探讨,针对潜油电泵机组故障的多态性 和多层次性,结合振动数据的轴向频域特征,建立了基于高斯-牛顿法的 BP 神经网络, 通过对其训练和学习,实现了三种常见故障的有效诊断。-The neural network fault diagnosis in the paper discusses the application, esp for fault the polymorphism of unit And more layered, combined
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1338455
    • 提供者:杨光乔
  1. Interpolation

    0下载:
  2. sancichazhi lagrange Newton xianxingchazhi almite-Interpolation method of integrated implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:9318
    • 提供者:陈小样
  1. Newdon

    0下载:
  2. MATLAB实现牛顿法求解非线性方程组,简介快速-MATLAB realization Newton' s method for solving nonlinear equations, Introduction Quick
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:561
    • 提供者:王心雨
  1. PSOTool

    2下载:
  2. 求解非线性方程组方法有经典算法以及近年来流行的遗传算法.牛顿法及其改进形式,但是此类算法的收敛性在很大程度上依赖于初始点的选择,对于某些非线性方程组容易导致求解失败 为了克服经典算法的缺点,设计了求解非线性方程组的混合遗传算法,但依然对方程组和编码方法有很高要求。PSO是受到鸟群或者鱼群社会行为的启发而形成的一种基于种群的随机优化技术。它是一类随机全局优化技术,通过粒子间的相互作用发现复杂搜索空间中的最优区域。该算法是一种基于群体智能的新型演化计算技术,具有简单易实现、设置参数少、全局优化能力强
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-30
    • 文件大小:15360
    • 提供者:
  1. twsvmlin

    0下载:
  2. 光滑孪生支持向量机是把光滑技术应用到孪生支持向量机,从而使twsvm可以用牛顿armijio的方法寻优。-Twin support vector machine is the smooth smooth technology applied to the twin support vector machine, so that the twsvm can use the method of Newton armijio optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:11556235
    • 提供者:王彦彦
  1. the-four-step-ranger-r-k

    0下载:
  2. 四阶经典R-K方法的Matlab程序和newton的matlab程序的实现-Matlab program to achieve the classic fourth-order RK method and newton s matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1140
    • 提供者:shenyunhuo
  1. 912038

    0下载:
  2. 线性规划 包括单纯形法,梯度,牛顿,不错的源码 很好-Linear programming Including the simplex method, gradient, Newton, good source is very good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:9045
    • 提供者:prulnpeion
  1. NR14

    0下载:
  2. newton raphson method
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-08
    • 文件大小:59392
    • 提供者:uunik
  1. Handwritten_digit_classification

    0下载:
  2. 分别使用梯度法和牛顿法训练数据,从而得到3和5两个数字的训练模型,对测试集进行判决,得到训练错误率(The training data were trained by the gradient method and Newton method, and the training models of 3 and 5 numbers were obtained. The test set was judged and the training error rate was obtained.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:169984
    • 提供者:hzy0211
搜珍网 www.dssz.com