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

搜索资源列表

  1. assignt

    0下载:
  2. duda的模式分类作业源代码,第二章上机练习第2题。2类问题的分类器设计。c语言编程。-duda the pattern classification operations source code, the second chapter on the first two aircraft that practice. Two categories of classified design. C programming language.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.44kb
    • 提供者:李立
  1. FLch7NNeg1

    1下载:
  2. 用改进的神经网络MBP算法辨识 ,对具有随机噪声的二阶系统的模型辨识-improved neural network algorithm for identification of MBP, the random noise with the second-order system model
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:孙鹏飞
  1. bfgs

    0下载:
  2. 二次型准牛顿BFGS 公式,用于计算非线性函数-second type quasi-Newton BFGS formula used to calculate the nonlinear function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.29kb
    • 提供者:qiqi
  1. dossier

    0下载:
  2. For the incomplete methods, we kept the representation of the queens by a table and the method of calculation to determine if two queens are in conflict, which is much faster for this kind of problems than the representation by a matrix. heuristics
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51.35kb
    • 提供者:ZHU
  1. CSA

    1下载:
  2. 该算法为基于克隆选择原理的人工免疫算法。算法有三部分,第一部分为传统的遗传算法,第二部分CSA算法,两方法对一些函数求极值,可比较各自的特点。-based on the algorithm for clonal selection theory of artificial immune algorithm. Algorithms have three parts, the first part of the traditional genetic algorithm, the second pa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.5kb
    • 提供者:wlh
  1. tdsep

    0下载:
  2. SOBI算法,采用二阶统计量进行盲分离。-SOBI algorithm, using second-order statistic for blind separation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:401.35kb
    • 提供者:马明
  1. ZNNArticle2

    0下载:
  2. 本人收集的神经网络和小波分析,以及电力方面的论文共200篇,这是第二部分-collection of neural network and wavelet analysis, and the power of a total of 200 papers, which is the second part
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.63mb
    • 提供者:张艺
  1. BFS_DFS_Astar

    0下载:
  2. Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The firs
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.91kb
    • 提供者:bo
  1. cepstr

    0下载:
  2. 二次采样以确定像素间的相关性,然后对两个采样结果同时嵌入水印,利用的是倒谱变换-second sampling to determine the correlation between pixels, then the two sampling results also embedded watermark, make use of Cepstrum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:889byte
    • 提供者:杨辉
  1. K-均值聚类算法C++编程

    3下载:
  2. K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.98kb
    • 提供者:韩磊
  1. BP神经网络源程序

    3下载:
  2. 基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:10.87kb
    • 提供者:李洋
  1. Choquet-integral_Java

    0下载:
  2. 本程序用遗传算法求非线性积分,并且是二次核,算法非常明晰,应用很广泛。-The program uses genetic algorithms for solving nonlinear integral, and is the second nuclear, the algorithm is very clear, the application is very wide.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-08-21
    • 文件大小:15byte
    • 提供者:jingjing
  1. GPB.rar

    0下载:
  2. 广义伪贝叶斯算法,一阶和二阶模型的,用于但机动目标跟踪问题,Generalized pseudo-Bayesian algorithm, the first order and second-order model for the maneuvering target tracking problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:5.38kb
    • 提供者:ssq
  1. blobtrack

    0下载:
  2. 一个很好的二值轮廓跟踪程序,跟踪效果很好利用了MHI-Second, the value of a good outline of the tracking process, tracking the effect of a good use of the MHI
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6.29kb
    • 提供者:肖郎
  1. DT2RBFDTnet

    1下载:
  2. 对动态二阶对象采用rbf神经网络进行建模的源程序,经过调试,直接就可以由MATLAB运行!-Dynamic second-order objects using rbf neural network modeling of source, after debugging, directly from MATLAB can be run!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1.11kb
    • 提供者:liyan
  1. marq

    0下载:
  2. % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of cor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3.7kb
    • 提供者:张镇
  1. bpannpid

    0下载:
  2. 用matlab写的BP神经网络整定PID的算法,被控对象为二阶对象。-Matlab written with BP neural network-tuning PID algorithm, was charged with second-order object to object.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1.52kb
    • 提供者:张章
  1. Artificial-inteligence-A-modern-approach-Second-Ed

    0下载:
  2. 这本书名为“Artificial inteligence A modern approach- Second Edition”可谓人工智能的一本杰作,研究人工智能的不能不读.-This is a classic book on Artificial intelligence with the name of Artificial inteligence A modern approach, and it is the second edition.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-20
    • 文件大小:29.56mb
    • 提供者:chenhuiling
  1. Second-order-system-model

    0下载:
  2. 用改进的神经网络MBP算法辨识对具有随机噪声的二阶系统进行模型辨识。有代码和辨识结果-MBP with the improved neural network algorithm for identification of second-order system with random noise were model identification. The code and identification results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:19.66kb
    • 提供者:chenshan
  1. Second-order-turbulence-pos

    0下载:
  2. 该程序是二阶震荡粒子群算法,修改参数就可用。-The program is a second-order the shock particle swarm algorithm, modify the parameters can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:1.1kb
    • 提供者:刘明
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com