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

搜索资源列表

  1. 112611712642

    0下载:
  2. 特别是在题库管理模块中对自动组卷功能常用的算法(包括随机选取法、回溯试探法和遗传算法)进行了比较。对于较流行的验证码技术也给出了具体实现。-particularly in the examination management module to automatically making up the algorithm commonly used functions (including random selection method, Retrospective testing and gen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-13
    • 文件大小:721896
    • 提供者:形锦纶
  1. allocation

    0下载:
  2. 一种遗传算法的试验程序,vc7.0编译,有界面,源码附带注释说明。-a genetic algorithm testing procedures, vc7.0 compiler, and interface with the source code covering Notes.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51759
    • 提供者:段保京
  1. cellphone_games_5

    0下载:
  2. 游戏说明,支持人与人,人机,机机 联网对站,有大厅,一个大厅可以容纳24桌同时开战,实时更新大厅和所有玩家信息,支持悔棋,求和,认输,机器人的人工智能分为5挡。本游戏产品代码,供有兴趣入门的朋友参考。里面涉及的五子棋算法,经网上单机程序修改而来。压缩包里包括了本人的所有代码,和设计文挡。建议先看测试文挡说明。 由于有些朋友反映程序无法运行,今天抽空重新编写了一份详细的操作测试文档,且里面有很多截图(包括服务端和客户端)。只要大家按照步骤进行,5分钟搞定。程序也做了一点点的修改,由于是业余爱好,以
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:613940
    • 提供者:leisuee
  1. HanZiFreq

    0下载:
  2. 汉字字频统计软件说明: 1. 这个小工具可以对一个文本文件中出现的汉字的字形数和字种数进行频次统计; 2. 字频统计结果按照降序输出; 3. 可同时选中多个文本文件进行字频统计; 4. 程序启动后点击主菜单中“统计字频”下“选取文件”就可以开始进行字频统计; 5. 统计结果保存在HanZiFreq_Result.txt文件中; 6. 这个工具不能处理非纯文本格式的文件(比如rtf,word .doc文件等),并且只能处理GB码的文件。 7. \test目录下有一
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:55900
    • 提供者:郝祥根
  1. SGA3

    0下载:
  2. 本代码是一个自适应优化遗传算法的例子,读者可以结合王小平写的书来学习,已经实现了,测试过,可以通过编译计算结果-This code is an adaptive genetic algorithm optimization example, readers can be combined Wang Xiaoping wrote the book to learn, has become a reality, testing, and results can be compiled
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:314300
    • 提供者:张一
  1. matlabforVRP

    2下载:
  2. 解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-20
    • 文件大小:6693
    • 提供者:ly
  1. BP_exe

    0下载:
  2. 经典的bp神经网络源码,c语言实现。均采用经典函数进行测试。-Classic bp neural network source code, c language. Classic functions are used for testing.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:50119
    • 提供者:刘丽景
  1. 3-5LDPC

    0下载:
  2. 3-5循环移位码是LDPC码准循环码中一种典型的构造校验矩阵的方法,较小的(155 64)码通常也是对比测试其他码的性能好坏的重要测试标准,程序详细描述了构造的步骤和方法,结果是采用AList的结果存储方法,译码性能可以由BP迭代译码直接得出-3-5 cyclic shift LDPC codes are quasi-cyclic codes in the code structure of a typical calibration matrix method, the smaller (15
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:138725
    • 提供者:张小龙
  1. BPnetwork

    0下载:
  2. 本代码是采用BP神经网络 对上海港的集装箱吞吐量进行预测,内涵两个程序包,一个为训练网络,里一个是测试之用,请参考,希望有所帮助-This code is used BP neural network to predict the Shanghai Port' s container throughput, meaning the two packages, one for training the network, where one is testing purposes, pleas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1141
    • 提供者:刘杨
  1. mlp-new.cpp

    1下载:
  2. 多层前馈神经网络学习算法训练与测试才c++代码-Multilayer feedforward neural network learning algorithm training and testing before c++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:3192
    • 提供者:堆雪
  1. PSO

    0下载:
  2. 解决模板匹配问题的微粒群算法源程序,经过调试,可以直接运行。-Template matching to solve the problem of the particle swarm algorithm source code, after testing, can be directly run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:805
    • 提供者:Jane
  1. yichuansuanfaC

    0下载:
  2. 遗传算法是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型. 生存+检测的迭代搜索过程是它的核心. 具体分成五部,其中每步就是程序实现过程: 参数编码(实际问题编码到遗传基因),初始群体设定(祖先),适应度函数的设计(生存选择),遗传操作设计(遗传+变异),控制参数设计(交叉率0.2-0.99,变异率0.001-0.1). -Genetic algorithms are simulated Darwinian natural selection of genetic sel
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:8836
    • 提供者:manzi
  1. anli

    0下载:
  2. 模糊神经网络控制水质监测源代码,三种水质检测比较-Fuzzy neural network control of water quality monitoring of the source code, three more water quality testing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:13923
    • 提供者:郭波
  1. AI

    0下载:
  2. Purpose: This program used for testing source code in * Chapter 5: Introduction to Neural Networks and the Backpropagation Algorithm * Book: AI Application Programming -Purpose: This program used for testing source code in * Chap
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2841223
    • 提供者:tuan
  1. pvm_code

    0下载:
  2. PVM is a fast supvervised leanring algorithm who combine dimensioin reduction and neural network training. I have prepared the code (including six algorithms KPVM, EL M/SVD, BP/SVD and BPVM, and one dataset "Face") and put them in one zip file "pvm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-05
    • 文件大小:6611965
    • 提供者:dengwanyu
  1. BP

    0下载:
  2. 一个简单的神经网络实现二分类问题,里面包含代码,以及训练集和测试集的数据,可以直接用的,对初学者是不错的资源-A simple neural network to achieve the two-class problem, which contains the code, as well as training and testing data sets can be directly used, is a good resource for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:4984
    • 提供者:周 脉成
  1. kNN

    0下载:
  2. 机器学习KNN算法的实现和测试,手写数字识别系统的测试代码-Implementation and test of machine learning KNN algorithm, handwritten numeral recognition system test code implementation and testing of machine learning KNN algorithm, handwritten numeral recognition system test code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:2067
    • 提供者:zhangjiujie
  1. project1_code

    0下载:
  2. 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:372147
    • 提供者:hhj
  1. lib-SVM

    0下载:
  2. lib-SVM的运行包,在命令行cmd中敲入代码执行相应的训练和测试,压缩包中有命令行示例。-The operation of the lib-SVM package, the command line CMD in the middle of the training and testing of the corresponding code, compressed package in the command line examples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:279129
    • 提供者:李李
  1. Haar

    0下载:
  2. haar+adaboost人脸训练和检测源码,优化程序,速度极快-haar+adaboost face training and testing source code optimizer, fast
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6830368
    • 提供者:Jacky Wu
« 12 »
搜珍网 www.dssz.com