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

搜索资源列表

  1. C的APRIORI程序

    1下载:
  2. 用C实现的APRIORI算法,希望对学习数据结构和算法的朋友有所帮助-C analysis algorithm to achieve the hopes of learning algorithms and data structures help a friend
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:120.63kb
    • 提供者:yu
  1. 演化程序——遗传算法和数据编码的结合

    0下载:
  2. 演化程序——遗传算法和数据编码的结合 具体介绍了遗传算法的应用-evolutionary process -- genetic algorithms and data encoding the specific combination of the application of genetic algorithms
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.15mb
    • 提供者:冯宾
  1. BP神经网络源程序及训练样本

    2下载:
  2. 人工神经网络\\神经网络的程序和训练数据 解压缩后可以运行的-ANN \\ neural network training procedures and decompress data after the run
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:446.17kb
    • 提供者:吴光超
  1. GASVM.用遗传算法进行特征选取和svm参数优化的程序

    10下载:
  2. 用遗传算法进行特征选取和svm参数优化的程序。遗传算法工具箱goat已在压缩包 需要安装libsvm就可以直接运行。数据集采用UCI中的german数据集,并完成归一化操作,Genetic algorithm with feature selection and parameter optimization svm procedures. Genetic Algorithm Toolbox in goat need to install libsvm package can be run dir
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-01-25
    • 文件大小:136kb
    • 提供者:覃茂运
  1. NcutClustering

    2下载:
  2. 谱聚类和SVM相结合的图像分割程序,这是用matlab编的谱聚类程序,该方法能有效的用于数据分类。-This is a matlab procedures for the spectral clustering.The method is effective for data classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:294.85kb
    • 提供者:liulili
  1. bp

    2下载:
  2. BP神经网络控制的Matlab程序,我的硕士毕业设计中用的神经网络就是用这个修改的,下载后直接复制即可运行成功,不同的训练对象只需修改限制条件和训练的数据即可-BP neural network control of Matlab program, my master' s graduation project using the neural network is to use this modification, the download can be run directly cop
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.01kb
    • 提供者:大冰
  1. C++_NLP_tagger_categorization_version_1.01

    0下载:
  2. 专家系统中的分类识别程序,内含一个简单的分类系统,并且可以通过数据的“训练”提高分类的精确度。用c语言编写,可以让学习专家系统和数据挖掘的朋友借鉴 -Expert System Classification of identification procedures, including a simple classification system, and data can be training to improve the classification accuracy. With
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:489.05kb
    • 提供者:
  1. BP-NN-programe

    1下载:
  2. 一个神经网络程序,神经网络仿真数据和测试结果.-a NN programe writed in C, with test data and test result.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:403.22kb
    • 提供者:陈铭
  1. 1

    0下载:
  2. 人工神经网络\神经网络的程序和训练数据 解压缩后可以运行的 -Artificial Neural Networks \ neural network procedures and training data extracted can run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.57kb
    • 提供者:Chuck
  1. TSP_ACA

    0下载:
  2. 对于旅行商问题在c语言中,用蚁群算法所编的一个程序,包含主程序和数据文件-For the traveling salesman problem in c language, compiled using ant colony algorithm is a procedure that contains the main program and data files
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3.13kb
    • 提供者:陈建飞
  1. a2

    0下载:
  2. 复件 演化程序――遗传算法和数据编码的结合-Copies evolutionary process- genetic algorithms and the combination of data encoding
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7.2mb
    • 提供者:gggldx
  1. weka-src

    0下载:
  2. weka 源程序包。包含weka下运行和用于测试的所有程序和数据,程序中附有详细的注释。-The source packet of weka. inlude all program processing in weka enviroment.There are full instruction in every program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:5.93mb
    • 提供者:高进
  1. bp-algorithm-and-improve

    0下载:
  2. 这个是bp的经典算法和改进算法,主要针对bp的alpha值的改进和对学习效率的改进,并且对不同的alpha值进行了测试,正确率能达到百分之八十,其中还有相应的数据集,是用于阿拉伯数字的识别,除此之外还有一篇实验报告,一份讲解的bp算法的ppt ,可执行程序和源代码,运行环境在vs2005上通过测试,并且有详细的原始数据和统计数据,相信这是你不错的选择,会帮助你更深刻的了解bp算法-This is a classic bp algorithm and improved algorithm, mai
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1.2mb
    • 提供者:吴忠标
  1. Forecast

    0下载:
  2. 基于神经网络的地震预测程序和研究,只要输入数据就可以了。-Program and research of earthquake prediction based on neural networks, as long as the input data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:宋红丽
  1. homework2

    0下载:
  2. 基于神经网络的地震预测程序和研究,只要输入数据就可以了。-Program and research of earthquake prediction based on neural networks, as long as the input data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:770byte
    • 提供者:宋红丽
  1. homework4

    0下载:
  2. 基于神经网络的地震预测程序和研究,只要输入数据就可以了。-Program and research of earthquake prediction based on neural networks, as long as the input data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:705byte
    • 提供者:宋红丽
  1. matlab

    0下载:
  2. 基于神经网络的地震预测程序和研究,只要输入数据就可以了。-Program and research of earthquake prediction based on neural networks, as long as the input data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:1.96mb
    • 提供者:宋红丽
  1. 数据挖掘2

    0下载:
  2. 本实验文档包括了数据挖掘的分类算法,FP-growth和Apriori 算法的java程序设计实现。(This report is about the classification algorithm, it contains FP-growth algorithm and Apriori algorithm.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:88kb
    • 提供者:cos哥
  1. 《MATLAB 神经网络43个案例分析》源代码&数据

    1下载:
  2. 《MATLAB 神经网络43个案例分析》这是一本书,里面有电子书,还有43个神经网络案例分析的说明和源码,这43个神经网络案例里面总会有你需要的(The MATLAB neural network analysis of 43 cases this is a book, there are books, there are 43 neural network case descr iption and the analysis of the source code, there will alw
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:10.39mb
    • 提供者:我是匿名啊
  1. ACO程序 含数据示例

    0下载:
  2. 蚁群算法,内含详细的代码和数据。亲测可用(Ant colony algorithm with detailed code and data)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:251kb
    • 提供者:王小凡
« 12 3 4 5 6 »
搜珍网 www.dssz.com