资源简介

ELM 极限学习机的核函数 MATLAB程序,用于深入研究和改进极限学习机

资源截图

代码片段和文件信息

function [TrainingTime TestingTime TrainingAccuracy TestingAccuracyTY] = elm_kernel(TrainingData_File TestingData_File Elm_Type Regularization_coefficient Kernel_type Kernel_para)

% Usage: elm(TrainingData_File TestingData_File Elm_Type NumberofHiddenNeurons ActivationFunction)
% OR:    [TrainingTime TestingTime TrainingAccuracy TestingAccuracy] = elm(TrainingData_File TestingData_File Elm_Type NumberofHiddenNeurons ActivationFunction)
%
% Input:
% TrainingData_File           - Filename of training data set
% TestingData_File            - Filename of testing data set
% Elm_Type                    - 0 for regression; 1 for (both binary and multi-classes) classification
% Regularization_coefficient  - Regularization coefficient C
% Kernel_type                 -

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        7866  2012-03-05 17:57  elm_kernel.m

评论

共有 条评论