资源简介

Kernel_ELM传说中的核-极限学习机,基于官网给的版本,拆分成了训练和预测两个模块,方便大家得到训练模型和预测标签

资源截图

代码片段和文件信息

function [TestingTime Predict] = elm_kernel_predict(Testdata Traindata ELM_Kernel_Model)


% 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                 - Type of Kernels:
%                                   ‘RBF_kernel‘ for RBF Kernel
%          

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       6525  2015-04-02 10:54  elm_kernel_train.m

     文件       4519  2015-04-02 17:19  elm_kernel_predict.m

----------- ---------  ---------- -----  ----

                11044                    2


评论

共有 条评论