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

搜索资源列表

  1. ID3算法源程序(C语言)

    0下载:
  2. ID3算法源程序。使用的方法是编写一个*.dat文件保存样本数据,还有一个*.tag文件保存属性列名,且最后一个属性是标号属性。运行是输入id3 文件名。输出格式是一个二叉判定树。-ID3 algorithm source. The method used was to prepare a document preservation *. dat sample data, a document preservation *. tag attributes listed, and the fina
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4.74kb
    • 提供者:小丁
  1. 用遗传算求最值

    0下载:
  2. 用遗传算求最值,计算种群的适值,并总的返回适度即最后输出的结果-genetic count for the most value to calculate the appropriate value of stocks, and the total return appropriate that the final output of the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.27kb
    • 提供者:陈建文
  1. GAdownload

    0下载:
  2. 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中-genetic solving quadratic equation to solve one yuan source solutio
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:万飞
  1. NN_graduate

    1下载:
  2. 一个高人的VC实现NN的程序。很不错。先运行Matrixbase.dsw,again arithmetic.dsw, next nnbp.dsw,final neuralNetWork.dsw.-an expert in VC NN procedures. Very good. First running Matrixbase.dsw, again arithmetic.dsw. next nnbp.dsw, final neuralNetWork.dsw.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:375.67kb
    • 提供者:尹明
  1. aforge_src

    0下载:
  2. 经过作者两年的不断完善,现已成为相当成熟的一个framework,内容包括图像处理,神经网络,遗传算法等人工智能领域研究成果的实现,于2007.2.23最终发布-two years after the author constantly improve, has now become a very mature framework, include image processing, neural networks, genetic algorithms, and other areas of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:488.47kb
    • 提供者:WangYang
  1. svm_imp5

    0下载:
  2. svm的一个可执行程序,可以进行预测、归一化、并进行训练和测试-svm of an executable that can be predicted, in the final one, and the training and testing
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.29mb
    • 提供者:韩晴
  1. final归结反演

    0下载:
  2. 用Java编的人工智能的归结反演算法-Java series attributed to the anti-artificial intelligence algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.55kb
    • 提供者:刘昌劲
  1. 九宫问题

    0下载:
  2. 人工智能中九宫问题的实现,初始数据随机生成,最终状态随机生成,并用图形界面显示搜索过程-AI JiuGongTu the realization of the initial data randomly generated, the final state of random generation, and using a graphical interface shows search process
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:42.21kb
    • 提供者:蔡鹏
  1. trnn

    0下载:
  2. 神经网络训练,应用matlab7NN包,用一个隐藏层使用5折交叉验证。-Training the Neural Network This scr ipt is something that I did for a course at Uni. It uses the Neural Networking package provided with MatLab 7 unfortunately I m not sure if it s available with the earlier ve
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2.36kb
    • 提供者:kingking
  1. ANN_BP

    0下载:
  2. BP网络解决异或问题的实例,有初始值和最终结果的显示。本网络结构为三层BP网络,各层神经元个数可变,更改相关#define即可。(注释较详细,主函数中调用的函数和矩阵类都定义在文件function.h中)-BP network to solve XOR problem instance, there are initial values and final results are displayed. The BP network structure for the three-tier net
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:10.84kb
    • 提供者:Sandy
  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
    • 文件大小:2.08kb
    • 提供者:张镇
  1. yichuansanf

    0下载:
  2. 该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用c语言编程实现了矩阵的导入,矩阵的转化,遗传算法.程序在解决此类问题,效果良好-The events for the genetic algorithm to solve scheduling problem, given the process of analysis, a list of events sort of model, carried out research on methods
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:33.26kb
    • 提供者:gexiaozhong
  1. testa

    0下载:
  2. 使用autoassociative memory对阿拉伯数字进行识别,并画出最后结果-Autoassociative memory of the use of Arabic numerals to identify and draw the final result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:796byte
    • 提供者:danny
  1. genetic

    0下载:
  2. 使用遗传算法求解旅行商问题,城市数目及城市之间的距离通过txt文件来读入,然后输出求解过程及最后收敛到的最有路径-The use of Genetic Algorithm for Traveling Salesman Problem, the number of cities and the distance between cities through the txt file to read, and then output the solution process and the fina
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:609.5kb
    • 提供者:郑益夫
  1. Final

    0下载:
  2. General purpose Genetic Algorithm Code-General purpose Genetic Algorithm Code...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:90.41kb
    • 提供者:ayman
  1. Matlab_GUI_svm

    0下载:
  2. Matlab 编写的一个有关支持向量机的程序,有GUI可以设定参数,和显示最终的结果。-Matlab prepared a procedure for support vector machines, there are GUI, you can set parameters, and display the final result.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:219.06kb
    • 提供者:caichong
  1. inmune-engopt-final.pdf

    0下载:
  2. immune multiobjective solve systmes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:149.25kb
    • 提供者:japardoto
  1. inmune-annie2001-final.ps

    0下载:
  2. artificial immune network model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:60.81kb
    • 提供者:japardoto
  1. hownetsimility

    0下载:
  2. 基于《知网》的词汇语义相似度计算Final.doc-Based on the " HowNet" the vocabulary of semantic similarity calculation Final.doc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:27.19kb
    • 提供者:anonymous
  1. popn18

    0下载:
  2. final popen source of the gnu tools
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:12kb
    • 提供者:3secs
« 12 3 4 5 »
搜珍网 www.dssz.com