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

资源列表

« 1 2 ... .10 .11 .12 .13 .14 2715.16 .17 .18 .19 .20 ... 2855 »
  1. 我编写的monte carlo随机数发生器检验程序

    2下载:
  2. 该程序用来检验monte carlo随机数的分布是否满足随机性要求。包括独立性检验、均匀性检验和参数检验。-procedures used to test the Monte Carlo random number distribution to satisfy the requirements randomness. Including the independence test, uniform test parameters and test.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3633
    • 提供者:存友
  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. 模拟退火程序

    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. 智能控制系统

    2下载:
  2. 一本关于智能控制系统的好书,里面包括了模糊逻辑、专家系统、神经网络控制等内容,不仅理论叙述翔实,还有大量的实际程序附录,值得大家学习。-an intelligent control system on the books, including the inside of fuzzy logic, expert system, neural network and control content, not only informative narrative theory, there is a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8908983
    • 提供者:tyroneh
  1. 人脸识别系统设计—毕业设计

    2下载:
  2. 本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料-this issue is the major content of image preprocessing, mainly from the camera to obtain images Face the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2281758
    • 提供者:陈万通
  1. ID3算法的实现

    2下载:
  2. 数据挖掘中算法ID3的实现,是用matlab实现的-data mining algorithms ID3 the realization is achieved using Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1894
    • 提供者:利军
  1. FreeICTCLAS

    2下载:
  2. 中科院的分词动态连接库,不用我说了哈,在国内是大名顶顶哈-CAS-term dynamic link library, I do not have said Kazakhstan, in Kazakhstan after another is Daming
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3091976
    • 提供者:王国金
  1. 模式分类

    2下载:
  2. 该程序可以对二维三类样本进行分类,并画出分界面.学习过模式识别的人必看.要学习神经网络的人必看,代码简单,实用性强-the procedure three samples of two-dimensional classification and paint interface. Learning the pattern recognition Watchable. To study the neural network Watchable, code simple, practical
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:359474
    • 提供者:李帅
  1. 模糊神经网络解耦MATLAB程序

    2下载:
  2. 这个儿模糊神经网络解耦MATLAB程序对一些人工智能爱好者来说还是比较有用的.-the abuse FNN decoupling MATLAB procedures on some artificial intelligence lovers or more useful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8111
    • 提供者:gxsh
  1. 语料库

    2下载:
  2. 一份很重要的语料库,为你的分词程序是一个很好用的资料库文件-a very important corpus, as your segmentation procedure is a very good use of the database file
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2860546
    • 提供者:李添
  1. 贝叶斯决策

    2下载:
  2. 实现贝叶斯决策算法,从文件中读出数据,并且会出决策的分布图。-achieve Bayesian decision-making algorithm, which sensed data from the document, and will make the distribution of decision-making.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:40037
    • 提供者:杨爽
  1. 用sa进行光谱图像的特征提取的matlab程序

    2下载:
  2. 用sa进行光谱图像的特征提取的matlab程序,该算法比用其他方法在性能方面高%15-with spectral images of the Matlab feature extraction procedure, the algorithm than other methods in high-performance
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:43441
    • 提供者:李冰龙
« 1 2 ... .10 .11 .12 .13 .14 2715.16 .17 .18 .19 .20 ... 2855 »
搜珍网 www.dssz.com