搜索资源列表
-
10下载:
用遗传算法进行特征选取和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
-
-
0下载:
用于计算最小均方误差的代码,包含了归一化的uniform函数,Used to calculate the minimum mean square error of the code, including the normalization of the uniform function
-
-
0下载:
数据提取和数据归一化 数据插值 imf分量绘图 imf分量能量-Data extraction and data normalization data interpolation imf component drawings imf component of energy
-
-
0下载:
归一化算法,很好的源代码,好不容易找到的,分享一下。-Normalization algorithm, a good source code, hard to find, and share.
-
-
0下载:
iris normalization with convertion of cartesian to polar
-
-
0下载:
基于matlab的虹膜边缘识别 包括边缘检测,归一化,用汉明矩进行特征匹配-Matlab on the edge of iris recognition, including edge detection, normalization, with Hamming moments feature matching
-
-
2下载:
采用分步傅里叶方法对NLSE 进行了求解,并在归一化和功率补偿条件下模拟和分析了输入脉冲为双曲正割脉冲,高斯脉冲,超高斯脉冲传输对比情况,以及一到三阶双曲正割光脉冲条件下光脉冲传输演变情况-Using split-step Fourier method NLSE was solved, and in the normalization and power compensation under simulation and analysis of the input pulse for the h
-
-
1下载:
Matlab动力系统和时间序列分析工具箱:这个工具箱用来分析动力系统和时间序列,它可以定制为:常微分方程、随机微分方程。所有分析的方法被封装在工具箱中,你可以通过命令行或GUI来调用。包含的功能:
ODE常微分方程, SDE随机微分方程和map integration 分析时间序列,过滤、归一化/均衡化、直方图、2D直方图、ACF, MAI, FFT,最大lyapunov指数计算、模式识别。
动力系统分析:创建Poincare截面、分岔图、计算lyapunov指数。-The kit us
-
-
0下载:
最小二乘支持向量机,LS_SVM.m为主函数,normalization.m为归一化函数,release.m为反归一化函数。-Least squares support vector machine, LS_SVM.m is the main function, normalization.m is the normalization function, release.m is the normalization function.
-
-
0下载:
四种常见的归一化方法,归一化效果不错。应用在matlab环境下。-Four common normalization method, normalized results are good. Used in the matlab environment.
-
-
0下载:
This work deals with problematic from field of artificial intelligence, machine vision and neural
networks in construction of an automatic number plate recognition system (ANPR). This
problematic includes mathematical principles and algorithms, w
-
-
0下载:
HISTOGRAMS
Files
fitt_distribution - The function fitts a predefined distribution to the histogram of an image.
histtruncate - The function truncates the ends of an image histogram.
rank_normalization - The function performs rank normal
-
-
1下载:
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = si
-
-
0下载:
介绍了matlab中的数据归一化,并结合实例分析了归一化具体步骤及用ANN进行预测的方法。-Matlab introduced in the data normalization with examples of the normalized specific steps and methods used ANN to predict.
-
-
0下载:
数据归一化函数,有些matlab没有此函数,在此,上传一个函数让大家共享,-Data normalization function, some matlab does not have this function, in this, the upload function to share, thank you
-
-
0下载:
基于 matlab 的神经网络归一化.doc-Based on the matlab neural network normalization
-
-
0下载:
matlab数据归一化汇总,在matlab里面,用于归一化的方法共有三种:
(1)premnmx、postmnmx、tramnmx
(2)prestd、poststd、trastd
(3)是用matlab语言自己编程。-matlab data normalization summary
-
-
0下载:
人工神经网络 /多层感知器 归一化 神经网络的30个案例(artificial neural network/Multilayer perceptron normalization)
-
-
0下载:
NORMALIZATION ALGORITHM IN MATLAB
-
-
0下载:
watermarking in matlab level set normalization
-