CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - UCI

搜索资源列表

  1. 遗传聚类

    0下载:
  2. 使用遗传算法优化Kmeans聚类过程,测试数据集都来源于UCI,很好理解,适合初学者。
  3. 所属分类:人工智能/神经网络/遗传算法

  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
    • 文件大小:139268
    • 提供者:覃茂运
  1. iris.rar

    0下载:
  2. 数据挖掘经典专用UCI数据集,鸢尾花数据集,data mining dadaset
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:2404
    • 提供者:李林
  1. RobboLito_0085g3_w32 国象RobboLito

    0下载:
  2. 国象RobboLito,等级分过3000的引擎,-RobboLito for Windows RobboLito is a UCI chess playing engine authors: Yakov Petrovich Golyadkin, Igor Igorovich Igoronov, Roberto Pescatore copyright: (C) 2009 Yakov Petrovich Golyadkin date: 92th year fro
  3. 所属分类:棋牌游戏

    • 发布日期:2012-10-17
    • 文件大小:222353
    • 提供者:pengrubin
  1. stockfish国象的代码

    1下载:
  2. stockfish国象的代码,,注释很好。功能很强。-Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a complete chess program, but requires some UCI compatible GUI (like XBoard with PolyGlot, eboard, Jose, Arena, Sigma Chess, Shredder, Chess
  3. 所属分类:其他智力游戏

    • 发布日期:2012-10-17
    • 文件大小:920093
    • 提供者:pengrubin
  1. NB

    0下载:
  2. NB算法,可以帮助理解此算法,数据来自UCI-NB algorithm,just for learning!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:12945
    • 提供者:白预备
  1. 贝叶斯算法

    1下载:
  2. 对于UCI数据集,IRIS 用贝叶斯分类算法分类,适用于初学者。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-02
    • 文件大小:44953
    • 提供者:hongchengzi
  1. winedata-bayers

    5下载:
  2. 对著名的UCI机器学习库的wine数据集做的朴素贝叶斯分类算法,包含详细源代码和实验报告,不可多得啊-Pairs of well-known UCI machine learning repository data set to do wine Naive Bayesian classification algorithm, with detailed source code and test reports, a rare ah
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:17875
    • 提供者:hannychen
  1. nca

    0下载:
  2. NCA算法的C语言版实现,其中包括大量已编辑好的来自UCI机器学习库的可用数据集-The NCA algorithm in C language version to achieve, including a large number of edited data sets available from the UCI machine learning repository
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:2795337
    • 提供者:Bruce
  1. fuzzyPR

    0下载:
  2. 模糊聚类的经典算法,可以使用UCI数据集进行聚类,该程序附有详细的说明-Classical fuzzy clustering algorithm, you can use the UCI data sets clustering, the program is accompanied by a detailed descr iption of
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:8838
    • 提供者:杨方瑜
  1. polyglot_14

    0下载:
  2. 著名UCI到WinBoard协议的适配器,这个版本支持开局库。-a famous UCI to WinBorad adepter, this version supports opening book.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:229546
    • 提供者:liuzy
  1. tif

    0下载:
  2. k-means算法代码 matlab的程序,具体使用说明在函数里面 :) 附UCI的测试集图片,可以用作VQ的实验-k-means algorithm matlab code of procedure, specific for use inside the function:)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:865929
    • 提供者:qiumh
  1. chess

    0下载:
  2. 实现简单的象棋程序,使用了常用的Zobrist键值,但是没有支持UCI标准。 实现的功能: 1)输入一个初始局面和一个走法文件,输出判断并输出一个終了局面. 2) 输入两个局面,判断在N步之内能否到达。 这里只是一个BETA程序,所以没有剪枝,4步之内只要暴搜就可以了。-simpe chess program, without support for UCI. Read the readme.txt for implementing details and input file
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:112327
    • 提供者:gb18030
  1. Sharp

    0下载:
  2. 美国UCI(University of California, Irvine)学生Michael Bebenita在Microsoft .NET平台上基于C#语言和Gold Parser生成工具构造的一个从玩具语言Sharp到MSIL的编译器。Sharp语言支持变量声明和函数调用。-U.S. UCI (University of California, Irvine) student Michael Bebenita in the Microsoft. NET platform, based o
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:758033
    • 提供者:superchangme
  1. dat_banana

    4下载:
  2. 香蕉形(banana)标准数据集,用于测试机器学习与模式识别算法。-Banana-shaped standard data set for testing machine learning and pattern recognition algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:15804
    • 提供者:何创新
  1. NB

    0下载:
  2. 自己编写的NB函数,可以读取UCI数据集中任意一个数据集。-I have written the NB function, can read any of the UCI data set data set.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:902
    • 提供者:cyt
  1. LR_adult

    0下载:
  2. 基于逻辑回归的分类实验,在UCI数据库的audlt数据集上进行测试-Classification based on logistic regression test, the database in the UCI data set to test audlt
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1298
    • 提供者:王善民
  1. FaceReconstruction

    0下载:
  2. 本程序是针对UCI图像数据集上的图像进行重构与识别的实验-This procedure is for the UCI data sets on the image to reconstruct the image and recognition of the experiment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3418287
    • 提供者:dengjj
  1. PCAforUCI

    0下载:
  2. 对UCI数据集做PCA图像特征提实验,PCA是一种很重要的方法-PCA on the UCI data sets to do the image feature extraction experiment, PCA is a very important method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:900
    • 提供者:chen
  1. K_means

    0下载:
  2. 用K_means算法在UCI数据集上实现数据分类,所用数据源为Optical Recognition of Handwritten Digits-Algorithm with K_means UCI data sets for data classification, data source used for the Optical Recognition of Handwritten Digits
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1098
    • 提供者:njustboy
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com