搜索资源列表
EmbeddingDimension_FNN
- 假近邻法(False Nearest Neighbor, FNN)计算嵌入维的Matlab程序 文件夹说明: Main_FNN.m - 程序主函数,直接运行此文件即可 LorenzData.dll - 产生Lorenz时间序列 PhaSpaRecon.m - 相空间重构 fnn_luzhenbo.dll - 假近邻计算主函数 SearchNN.dll - 近邻点搜索 buffer_SearchNN_1.dll - 近邻点搜索缓存1 buffer_Search
pca_lda
- 这里面包含两个文件,可以实现主成分分析(PCA)算法和线性判别分析(LDA)算法。不过还需要CMatrix类的定义。-which contained two documents, can be achieved principal component analysis (PCA) algorithm and linear discriminant analysis (LDA) algorithm. But also need CMatrix class definition.
pcaklm
- 图像处理领域最新的K-L变换后求主成分的程序。matlab文件。-image processing latest K-L transform PCA for the procedure. Matlab document.
GramSchmidt
- 本人编写的GramSchmidt神经网络算法,和传统的神经网络算法比较,该算法能自动产生神经元,节约时间,速度快! 本人还加了自动产生分类的方法和适合各种函数的转换,该zip包括两个文件,一个是GramSchmidt正交分解,是个子函数,主函数是orth_GramSchmidt,放在同一目录下,就可运行,可以对benchmark的逼近和分类问题提供解决方案
ANN_BP
- BP网络解决异或问题的实例,有初始值和最终结果的显示。本网络结构为三层BP网络,各层神经元个数可变,更改相关#define即可。(注释较详细,主函数中调用的函数和矩阵类都定义在文件function.h中)-BP network to solve XOR problem instance, there are initial values and final results are displayed. The BP network structure for the three-tier net
featureExtraction
- 该程序包实现了模式识别中的两个特征提取算法,主成分分析PCA和线性判别分析LDA。采用C++语言编写,开发环境VS。 程序包还提供了两个测试样本文件。-The package to achieve the recognition of the two feature extraction algorithm, principal component analysis PCA and linear discriminant analysis LDA. Using C++ language, dev
HanZiFreq
- 汉字字频统计软件说明: 1. 这个小工具可以对一个文本文件中出现的汉字的字形数和字种数进行频次统计; 2. 字频统计结果按照降序输出; 3. 可同时选中多个文本文件进行字频统计; 4. 程序启动后点击主菜单中“统计字频”下“选取文件”就可以开始进行字频统计; 5. 统计结果保存在HanZiFreq_Result.txt文件中; 6. 这个工具不能处理非纯文本格式的文件(比如rtf,word .doc文件等),并且只能处理GB码的文件。 7. \test目录下有一
pso.code
- 主函数的源程序,优化函数则以m文件的形式放在fitness.m里面,对不同的优化函数只要修改fitness.m就可以了通用性很强。-pso code
autorelation_function_to_obtain_the_delays_of_time
- 自相关法求取时间序列延时的函数,包括Simulink产生时间序列的文件,两个主函数,以及运行程序-Since the correlation function to obtain time series of delay, including time series generated Simulink file, the two main functions, and operational procedures
GA
- 本遗传算法由 12 个 M 文件组成,其中 Genetic.m 包含了主函数,其余文件均为 含子函数的文件,由主函数调用。下面对包含子函数的文件进行一一说明。 -The genetic algorithm composed of 12 M file, which contains the main function Genetic.m the remaining files are files containing subroutine from the main function call
time-series-shapelet
- 时间序列的片段自适应提取,是keogh eamonn知名算法的改进版,可实现多特征片段的获取。同时将dtw度量引入。为提高运算速度,距离度量模块采用的c代码,编译后生成dll或者mex32的文件,主模块采用的是.m文件-Time series shapelet.
SavaOrGamble
- 此练习用于练习将一个大规模程序分为几个源代码文件。程序功能如下:选择将钱存到银行的固定账号或者拿去*。程序已经部分完成,但需要你来写缺失的头文件并完成bank.c 和用于显示选择菜单的主函数。 Wallet文件的内容用函数walletPrintBalance和walletPay来实现。为了便于将代码归类和操作, 要求wallet的参数都定义为 Wallet 类型(提示:用typedef),Wallet实际上只是双精度类型的别称,参数应包含钱数(以欧元计)
yichuansuanfa
- 本遗传算法由12个M文件组成,其中Genetic.m包含了主函数,其余文件均为包含子函数的文件,由主函数调用-This Genetic algorithm by 12 M of documents, including Genetic. M contains the main function, the rest of the documents are to contain the son function files by Lord function calls
pso2012-04-03
- 粒子群算法的matlab实现,包含主文件pso.m和例子程序psodemo.m和psodemo2.m等,每个文件都有详细的注释说明。-Particle Swarm algorithm matlab realize, contains the the master file pso.m and example program psodemo.m and psodemo2.m etc., each file has detailed notes.
matlab-written-number-recognistion
- 本程序基于“图像模式识别—VC++技术实现”写就,实现了线性和非线性手写数字识别。 程序主文件是homework.m 程序包括homework.m,homework.fig,Getfeature.m,losstab.m,losstab.fig,samplelib.m,samplelib.fig,save_sample.m,save_sample.fig 和数据库template.mat。 具体实现可以参考程序内注释。-this is a matalb programme,i
GA-applicaiton(matlab)
- 本遗传算法由12个M文件组成,其中Genetic.m包含了主函数,其余文件均为包含子函数的文件,由主函数调用。-The genetic algorithm consists of 12 M files, which Genetic.m contains the main function, the remaining files are files containing subroutine from the main function call.
SVM
- 支持向量机svm 模型生成函数,本代码主要是用VC2008和LIBSVM文件,对txt文件中的样本数据,生成SVM model 文件- svm model generation, the code is mainly used VC2008 and LIBSVM files, txt file sample data files generated SVM model
GA_code
- 遗传算法的代码,面向对象的c++编程,编译通过,由一个头文件和一个算法引擎文件和一个主函数文件组成,比较适合有面向对象编程基础的初学者-Genetic algorithm code, object-oriented programming c++, compile, it consists of a header and an algorithm engine files and files a main function, more suitable for beginners basis o
deeplearing-hinton
- hinton2006年发表在science上的关于深度神经网络的文章Reducing the Dimensionality of Data with Neural Networks的matlab程序 mnistdeepauto.m //训练AutoEncoder的主文件 converter.m //将样本集从.ubyte格式转换成.ascii格式,然后继续转换成.mat格式 makebatches.m //创建小批量数据块用于RBM训练 rbm.m //训练RBM二进制隐层
ming_es85
- 包括脚本文件和函数文件形式,对球谐函数图形进行仿真,用于建立主成分分析模型。- Including scr ipt files and function files in the form, Of spherical harmonics graphic simulation, Principal component analysis model for establishing.