搜索资源列表
FingerprintDiscriminating
- 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即可将代码移植到windows下面(主要是图像的
Code
- 一株神经网络代码,有多个例程可以直接运行使用,是学习神经网络的好资料!-A neural network code, a number of routines can be run directly on the use of neural networks to learn the good information!
project2_code
- 这是matlab编写的Logistic Discrimination 和 KNN分类器代码。这两个算法的实现参考了《Introduction to Machine Learning》。 除此在代码中还包含了调用matlab自带的libsvm的例程。rumLogisticDiscrimination, runKnn, runSvm分别对这3个算法在数据集liver_train_data上的分类准确度进行测试。测试结果在code report.doc 中有简要描述。-This code implem
program
- 书籍《谢金鑫优化建模与LINGO》的配套例程,内有优化建模习题的LINGO代码,直接运行即可求解。-Books, Xie Jinxin modeling and optimization LINGO matching routines, there LINGO optimization modeling exercises code can be run directly solved.
pai_ha24
- 粒子图像分割及匹配均为自行编制的子例程,使用拉亚普诺夫指数的公式,基于小波变换的数字水印算法matlab代码。- Particle image segmentation and matching subroutines themselves are prepared, Raya Punuo Fu index using the formula, Based on wavelet transform digital watermarking algorithm matlab code.
Hopfield
- Hopfield的TSP问题,MATLAB代码例程,完美演示路径寻优决策(about the Hopfield to solve TSP problem)
NN1.m
- BP神经网络在matlab上已有可以使用的工具箱,本程序探讨如何实现简单的多层BP网络,并提供可执行的代码和例程供参考。(BP neural network has been available on the Matlab toolbox, this program discusses how to achieve a simple multi-layer BP network, and provide executable code and routines for reference.)