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

搜索资源列表

  1. 机器学习

    0下载:
  2. Mitchell的《机器学习〉随书源码,非常不错-Mitchell's "machine learning> With the source book, very good
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15018861
    • 提供者:李凯
  1. 人工神经网络原理及仿真实例

    0下载:
  2. 该系统使用极其简便,即使 你对各种网络模型不是很深刻的了解,也可以很好的使用该系统。使用时, 你可以自己修改网络的各种参数,交互性较好,而且该系统通过大量的图示 及参数设置,可以让你了解每个应用实例实现的过程及详细步骤。-The system is extremely easy to use, even if you have to various network model is not very profound understanding can be a good use of the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:534619
    • 提供者:权威
  1. LIBSVMsrc

    0下载:
  2. 一个很好的LIBSVM的JAVA源码。对于要研究和改进SVM算法的学者。可以参考。来自数据挖掘工具YALE工具包。-a good LIBSVM JAVA source. They should study and improve SVM academics. Reference. From Data Mining Tool Kit Yale.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:978236
    • 提供者:wangyan20032003
  1. 医学边缘检测

    1下载:
  2. 很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测-good source edge detection, the use of vc 6.0 preparation, mainly for Medical Image Edge Detection
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:109251
    • 提供者:宋军
  1. BP-RBF算法

    0下载:
  2. BP,RBF算法,用VC实现,一个很好的毕业设计-BP, RBF algorithm, with VC, a good design graduates
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:117676
    • 提供者:原野
  1. sga_pro

    0下载:
  2. 一个非常好的遗传算法参考程序,可以优化带约束条件的函数.-a very good reference procedures genetic algorithm can be constrained optimization functions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:22777
    • 提供者:红霞
  1. 模拟退火c++的算法程序

    1下载:
  2. 模拟退火c++的算法程序,广泛应用于最优化、运筹学、人工智能、遗传算法等领域,具有很好的学习价值-simulated annealing algorithm procedures, the most widely used optimization, operations research, artificial intelligence, genetic algorithms and other areas of learning is very good value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:43206
    • 提供者:hu
  1. 滤波算法模拟

    0下载:
  2. 一个不错的自适应滤波演示程序,包括固定带通滤波器和可变带通滤波器的演示.-a good demonstration of adaptive filtering procedures, including band-pass filter fixed and variable bandpass filter demonstration.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:36213
    • 提供者:wyh
  1. fpmax_star

    0下载:
  2. 关联规则中的频繁项集生成算法fomax*,一个非常优秀的算法,由中国人(朱建飞)的参与。-association rules of frequent item sets Algorithm trillion *, a very good algorithm, China (Zhu Jianfei) participation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:21668
    • 提供者:龙行天下
  1. Mafia-1.4

    0下载:
  2. 关联规则中的频繁项集生成算法Mafia1.4版本,一个效果非常好的算法,可在linux和windows下编译运行。-association rules of frequent item sets Algorithm Mafia1.4 version, a very good effect algorithm, and the Linux compiler running under windows.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:731637
    • 提供者:龙行天下
  1. 改进遗传算法-郭涛算法做最优化问题很管用

    1下载:
  2. 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产生比这跟好的数。-improved genetic algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2788
    • 提供者:龚文引
  1. 演化算法在参数回归中的应用

    0下载:
  2. 本文在VC++环境下用演化算法实现了非线性参数回归,实验结果表明,用此方法能够很好的实现非线性参数回归。-paper in VC environment using an evolutionary algorithm to achieve the nonlinear regression, experimental results indicate that this method can achieve good nonlinear regression.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3399
    • 提供者:龚文引
  1. bayes在分类中的应用

    1下载:
  2. 程序用C语言实现了贝叶斯在数据挖掘中分类和预测中的应用,通过程序可以很好的进行分类和预测。-This program use C language to realize the application of bayes in data mining and forecasting,you can use this program to make a good classification and forecasting
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97755
    • 提供者:龚文引
  1. 改进的遗传算法

    2下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:黄善理
  1. delphi tsp

    0下载:
  2. 一个求解TSP问题的例子,用delphi编写.有很好的参考价值 -a TSP example, prepared with delphi. A very good reference value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:349775
    • 提供者:yy
  1. evaluat_max

    0下载:
  2. 关于演化算法的小程序.以一个二元二次方程的求极值为例.对输入参数作了简化的固定处理.较好的说明了演化算法.可直接运行.-on evolutionary algorithm small procedures. A binary quadratic equation for the extreme example. To simplify the input parameters fixed address. A good note evolutionary algorithm. Direct op
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12027
    • 提供者:苏海鹏
  1. 模拟退火程序

    2下载:
  2. 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right u
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1748
    • 提供者:小刘
  1. biome-0.0.4.tar

    0下载:
  2. Biome是一个c++库,它的目的是个人_基于代理的模拟器(象 Swarm 或EcoSim)。它试图尽可能达到高效并且同时有好的设计-PROJECT is a c library, it is aimed at individual _ Agent-based simulator (like Swarm or EcoSim). It seeks to achieve efficient as possible while it is good design
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:127208
    • 提供者:杨子
  1. Generalizatioofneuralnetwork

    0下载:
  2. 给大家送上神经网络泛化相关资料,很好滴-Generalization of neural network-related information, a good drop! ! ! ! !
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2968
    • 提供者:魏雪漫
  1. very-good-GA-and-ACO

    0下载:
  2. 很好的一个遗传算法与蚁群算法的结合实例,可以下载,可以运行-Examples of a good genetic algorithm and ant colony algorithm, you can download, you can run
  3. 所属分类:AI-NN-PR

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