-
ELM
训练集/测试集产生
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 = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
Hurst
hurst指数计算宏,计算简单,效率较高(Hurst index macros, computing simple, efficient)
- 2007-03-09 17:30:31下载
- 积分:1
-
Mixed-Gussian-matlab
基于混合高斯模型的matlab代码,用于求概率问题,可行,已经运行过了(Based on Gaussian mixture model matlab code for the required probability problems, feasible and has been running over)
- 2013-09-27 10:18:50下载
- 积分:1
-
fourier-optics-fresnel
菲涅尔衍射的卷积形式以及傅里叶变换形式,可以用matlab模拟出衍射斑(Fresnel diffraction convolution of the form as well as the form of the Fourier transform, can simulate the diffraction spots with matlab)
- 2012-11-30 18:41:01下载
- 积分:1
-
CMTF_Toolbox_v1_0
CMTF工具箱包含了耦合矩阵和张量矩阵的分解的matlab编码(Coupled Matrix and Tensor Factorization for Matlab)
- 2014-01-23 15:17:24下载
- 积分:1
-
Duffing
说明: duffing方程的仿真及计算程序,可用于信号的处理机仿真运算,也可进行其它的数学运算。(duffing equation simulation and calculation procedures can be used to signal processor simulation computing, but also for other mathematical operations.)
- 2010-03-20 14:10:34下载
- 积分:1
-
Simulations-Dislocations
介绍晶体结构,以及如何构建位错,纳米孪晶,如何利用C++与matlab编程(Introduction crystal structure, and how to build dislocations, nano twins, how to use C++ and matlab programming)
- 2013-09-05 15:19:16下载
- 积分:1
-
61046606ABCNNTrain
Training Artificial Neural Network. XOR Problem. Summation Units, Log-Sigmoid Neurons with Biases. Input Layer: 2, Hidden Layer: 2, Output Layer: 1 neurons. Returns mean square error between desired and actual outputs. Reference Papers: D. Karaboga, B. Basturk Akay, C. Ozturk, Artificial Bee Colony (ABC) Optimization Algorithm for Training Feed-Forward Neural Networks, LNCS: Modeling Decisions for Artificial Intelligence, 4617/2007, 318-329, 2007. D. Karaboga, C. Ozturk, Neural Networks Training by Artificial Bee Colony Algorithm on Pattern Classification, Neural Network World, 19(3), 279-292, 2009. */
- 2013-12-10 16:40:45下载
- 积分:1
-
DMCgenzong
此程序为带有误差跟踪功能的DMC控制,能有效的控制跟踪误差输入(This procedure with the DMC error tracking control, which can effectively control the tracking error input)
- 2010-09-15 10:16:27下载
- 积分:1
-
Mirror
利用java调用matlab实现图像处理,并利用matlab的结果进行处理(Java call matlab image processing, and use the results of matlab processing)
- 2012-04-23 16:27:42下载
- 积分:1