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

搜索资源列表

  1. neutro

    1下载:
  2. 卡内基梅隆大学,采用人工神经网络方法进行人脸训练和识别的c程序源代码,程序中注释比较详细,不多说了。-Carnegie Mellon University, artificial neural network method for training and Face Recognition c source code, procedures Notes in greater detail, not much to say.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:25.13kb
    • 提供者:
  1. 野人-传教士

    0下载:
  2. 用c++实现的人工智能中野人和传教士问题,有注释部分!-achieve with the AI Savage and missionaries, a Notes!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.37kb
    • 提供者:龚斌
  1. 多维函数优化程序

    0下载:
  2. 用JAVA语言编写,包括PSO(Particle swarm optimization, 中文译名为粒子群优化或微粒群算法), DE (Differential evolution, 中文译名为差分进化或差异演化)等算法,有一些不带约束和带约束的算例(如Michelawicz的几个问题)。使用说明见usage.txt、RUNExample.bat和程序中的注释。 -with Java language, including the PSO (Particle swarm optimizat
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:63.79kb
    • 提供者:刘三
  1. 遗传算法笔记

    0下载:
  2. 提供遗传算法的经典笔记,内付典型程序代码,希望对大家有帮助。-provide genetic algorithm classic Notes, which pay the typical procedure code, and I hope to be helpful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:214.03kb
    • 提供者:哀怜棵
  1. smo348

    0下载:
  2. 基于SMO算法的支持向量机,内有详细的注释说明,非常不错的源程序,采用Viusal .Net编写 -SMO algorithm based on support vector machines, which have detailed explanatory notes, a very good source, using deadly. Net prepared
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14.57kb
    • 提供者:hu
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13.28kb
    • 提供者:陈士骞
  1. PFC

    1下载:
  2. 采用特征脸的人脸识别MATLAB程序,加了中文注释-Eigenface using MATLAB Face Recognition procedures, add the Chinese Notes
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:75.07kb
    • 提供者:胡建华
  1. stprtool&svm

    0下载:
  2. stprtool的svm工具箱。文件夹中有使用说明和路径设置方法,并有例程实现了svm的多类分类。-stprtool svm the toolbox. File folders are used notes and routing methods and routines have achieved svm many categories of classification.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:287.6kb
    • 提供者:ni
  1. Back_up_tsp_test

    0下载:
  2. 这是一篇关于遗传算法求解TSP问题的源码,用C++编写,带注释.-This is a genetic algorithm for TSP source code, the C preparation, with the Notes.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13.53kb
    • 提供者:不知道
  1. fuhe

    0下载:
  2. 本程序是采用遗传算法和人工神经网络对短期负荷做出预测,具体说明将压缩包解压即可看到-this program is using genetic algorithms and artificial neural networks for short-term load forecasts, specific notes will be compressed decompression can be seen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:606.49kb
    • 提供者:魏鹏
  1. matlabtsp

    0下载:
  2. 在matlan下利用模拟退火算法实现的TSP程序,程序带有注释-in using simulated annealing algorithm TSP procedures, procedures with Notes
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:883byte
    • 提供者:刘为
  1. sga_sga

    0下载:
  2. 一个基本遗传算法求函数最大值的程序,在Vc中运行结果很好,有详细的代码注释,可以做为模板使用。 sag_sag.c-a basic function of genetic algorithms for maximum procedures, the Vc running good results, a detailed source notes, can be used as a template. Sag_sag.c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.94kb
    • 提供者:李洁薇
  1. SOM_Algorithm

    0下载:
  2. 不错的自组织神经网络算法,程序有注释。能运行,效果还行。-good self-organizing neural network algorithm, the procedure Notes. Can run, the results were OK.
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 基于VC开发的遗传算法源程序,有详尽的注释说明-based on the development of the VC genetic algorithm source files, a detailed Explanatory notes
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:23.23kb
    • 提供者:黑晓丽
  1. TSP(C++)

    0下载:
  2. 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14.14kb
    • 提供者:才华
  1. MC_PROBLEM

    0下载:
  2. 人工智能教科书里面传教士与野人问题的VC++源代码,有详细注释。已经通过调试-AI textbook missionaries and savage inside the VC source code, a detailed notes. Through debugging
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.74kb
    • 提供者:better
  1. svm_program

    0下载:
  2. 一个大牛写的svm程序,包括程序注释,还有一些说明文件-a large cattle svm written procedures, including procedures for the Notes, there are some notes
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:635.54kb
    • 提供者:zhangkai
  1. Advanced-algorithm-notes

    0下载:
  2. 先进算法讲义-中科大。在本讲义中,我们将着重讲述一些数学建模中常用的算法,包括神经网络算法、遗传算 法、模拟退火算法和模糊数学方法。-Advanced algorithm notes- China science and technology university.In this lecture, we will focus on talk about some mathematical modeling in common use in the algorithm, including n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:266.83kb
    • 提供者:何迎东
  1. notes-of-AndrewNg

    0下载:
  2. 这是斯坦福大学著名教授Andrew Ng 的机器学习备课笔记。-The notes of Professor Andrew Ng in Stanford University about mechine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-05
    • 文件大小:1.88mb
    • 提供者:wangyu
  1. notes-machine-learning

    0下载:
  2. PRML学习笔记,包括机器学习的基础理论只是,提供曲线拟合的Python 代码-notes for prml
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1.04mb
    • 提供者:pain
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com