资源列表
smocode4
- smo源代码 详细分析 大家一起学习学习-smocode
RBFneuralnetworkprogram
- RBF神经网络预测程序,建模,仿真,实验等-RBF neural network prediction program, modeling, simulation and experiment
txt2pajek_2009-02
- 复杂网络文本文件转换为pajek软件所支持的数据格式-Text file into a complex network pajek data format supported by software
Bayers
- 用matlab编写的贝叶斯分类器算法程序,共两个文件,经验证算法有效,希望对使用者有帮助-Matlab prepared bayes classification algorithm procedures, a total of two files, experience card is efficient, hope to help users。
SourceCode
- 游戏编程精粹经典源码.包括很多经典的小例子,比较全面,是游戏编程的比较好的参考。a其中包括:人工智能、游戏图形运算、游戏数学运算等经典游戏编程元素。-classic game skills programming source code. Including many small classic code example. A good reference for game programming。code examples including: AI, Mathematics, Polygo
RBFTimer
- 该程序为自己编写的简单例程,程序建立了神经网络模型,输入样本,并进行训练,输入检验样本即可得到输出,为神经网络初学者提供帮助。-The program, prepared for their own simple routines, procedures to establish a neural network model, enter the sample, and training, input output samples can be obtained for the neural n
MATLABNeural-Network-Design
- MATLAB神经网络应用设计书中的源代码-MATLAB neural network application design source book
BPalogorithm
- BP网络的各种算法,附各种算法的程序文件及PPT课件,从例子出发讲解,很容易理解。-BP network of various algorithms, with a variety of process and PPT algorithm courseware, starting from the example to explain, it is easy to understand.
kalman_intro_chinese
- HMM的中文理论介绍,介绍得很通俗易懂,想学HMM的必看-The Tutorial of HMM
CISE
- 这是一个使用fcm对彩色图像分割,VC开发,效果非常好,编译需要OpenCV-This is a color image segmentation using the fcm right, VC development, the effect is very good, you will need all OpenCV
DM4
- 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con