资源列表
fourflaggames.zip
- 四国军旗源码,对你学习编程和人工智能有一定的帮助,code
TutorialOfRVM.rar
- 通俗的介绍了RVM与SVM的区别,写的非常通俗易懂,Tutorial of RVM
设计一个用最少硬币找钱m的方法
- 设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。-With n different coins, the face value of the coins stored in the array T [1: n] in the. Now use these coins to find the money. You can use the
matlab-moshishibie
- 模式识别代码,包括各种有用的基础代码,用于matlab运行,很有用的。-Pattern recognition code, including the basis for a variety of useful code for matlab to run, very useful.
labyrinth
- 迷宫图求解程序,九宫格,人工智能实验 可以在Prolog环境下,希望对大家有所帮助-Figure maze solver, squared, artificial intelligence experiments in Prolog environment, we want to help
libsvm-3.1
- SVM实现代码,利用c语言进行实现,是有台湾的一名教授实现的-the svm realizes
svd_0.1.tar
- Netflix Prize 中的协同过滤算法 svd-Netflix Prize svd
filter
- 科学研究中常用的协同过滤算法的delphi语言实现,代码中有注视。-Commonly used in scientific research collaborative filtering algorithm delphi language, code in attention.
HK.rar
- H-K(Ho-Kashyap)算法。在模式识别应用中运用HK算法根据样本进行分类器训练。,HK (Ho-Kashyap) algorithm. Applications in pattern recognition algorithm based on the use of HK classifier training samples.
BayesClassifier.rar
- 贝叶斯分类算法,构造朴素贝叶斯分类器,对给定的中文文本进行分类,Bayesian classification algorithm, Naive Bayes classifier structure of a given Chinese text classification
Clustering.zip
- 数据挖掘算法的实现,基于模糊聚类的最大树算法,数据集是darpa99,也就是KDD-CUP99中采用的数据集,The realization of data mining algorithms, based on fuzzy clustering of the largest tree algorithm, a data set is darpa99, which is used in KDD-CUP99 data set
KPCA_SVM_Train.rar
- 能够对输入的三维数据进行pca分析 然后输出主要的两位下的图像的坐标,the code could do pca analysis for a 3D data, and out put the first two main dimention of these data.