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

搜索资源列表

  1. classification

    0下载:
  2. 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:100997
    • 提供者:tangxiaojun
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1439417
    • 提供者:vera
  1. kmean

    1下载:
  2. 这是一个模式识别中的K均值算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm of the K-means classification of a simple simulation example is one of female.txt and male.txt training samples, te
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:2080
    • 提供者:刘锐
  1. liuyifa

    1下载:
  2. 这是一个模式识别中的留一法算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm for leave-one simulation of a simple classification example, is one of female.txt and male.txt training samples, te
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2130
    • 提供者:刘锐
  1. SVMbyQuadprog

    0下载:
  2. This is a support vector machine program developed based on quadprog. Polynomial and RBF kernel are supported. Test it by executing example.m with supported data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:259823
    • 提供者:SUNGWOONG KIM
  1. three_point_one_line

    0下载:
  2. 这是一个关于智能算法的简单实例!人工智能本科生实验的第一次试验-This is an intelligent algorithm on a simple example! Undergraduate experiment in artificial intelligence first test
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:434169
    • 提供者:yujianbo
  1. FLDbasedFaceRecognitionSystem_v2

    0下载:
  2. 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition method, which is called Fisherface [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample scr ipt is incl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:261703
    • 提供者:paul
  1. GraphCut_matlab

    1下载:
  2. graph cut 优化算法的最新版本,包含和Matlab接口,已编译,以及自己的一个简单测试例子程序MyTest,还有一篇经典论文及自己的读书笔记-graph cut optimization algorithm of the latest version, includes and Matlab interface has been compiled, and their example of a simple test program MyTest, there is a classic
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-13
    • 文件大小:47104
    • 提供者:tanghuang
  1. WEKA-handbook

    0下载:
  2. 介绍Weka 试验(Experiment)环境的手册,它可以让用户创建,运行,修改和分析算法试验,这也许比单独的分析各个算法更加方便。例如,用户可创建一次试验,在一系列数据集上运行多个算法(schemes),然后分析结果以判断是否某个算法更好些。-Introduction Weka test (Experiment) environmental manual, which allows users to create, run, modify and test analysis algorith
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1022652
    • 提供者:iris_su
  1. MATLAB-based-BP-network-design

    0下载:
  2. 利用Matlab6.5神经网络工具箱,以一组动态冲击实验数据为例建立网络模型。实验数据共有13组,将其中对曲线形状有关键性影响的10组数据作为网络的训练数据,另外3组作为测试数据用以验证网络的预测性能。- Use Matlab6.5 Neural Network Toolbox, a dynamic impact test data, for example the establishment of the network model. Experimental data, a total
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:16703
    • 提供者:陈花
  1. test

    0下载:
  2. 基于禁忌搜索算法的配电网无功补偿优化规划8点算例-Optimal Planning 8:00 example based on Tabu Search Algorithm for Reactive Power Compensation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:696
    • 提供者:余涛
  1. RBF_sin

    0下载:
  2. 自定义RBF网络,逼近y=sin(t)函数用例。-User defined RBF Neural network,take y=sin(t) as a test example
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:120350
    • 提供者:张峰
  1. BPnet

    0下载:
  2. 此例是利用BP神经网络学习三位二进制代码的识别功能,例如当学习完后输入101,判断出结果为5,输入010判断结果为2,参看测试结果截图。-This case is the use of BP neural network learning three binary code recognition, for example, when after learning input 101, to determine the result of 5, 010 judgment result is tw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:42446
    • 提供者:sj
  1. kmean

    1下载:
  2. 一个学习k均值聚类的实例,代码实现了其基本原理,简单易懂,带有测试,训练数据集,可直接上手操作(A learning k-means clustering example, the code to achieve its basic principles, easy to understand, with a test, training data set can be used directly)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:3072
    • 提供者:yuyinghua
搜珍网 www.dssz.com