资源简介
增量式极限学习机的matlab源码,很不错,本科毕设用到的
代码片段和文件信息
function [TrainingTime TestingTime TrainingAccuracy TestingAccuracy] = EELM(TrainingData_File TestingData_File EELM_Type NumberofHiddenNeuronsActivationFunction)
% Usage: elm(TrainingData_File TestingData_File EELM_Type NumberofHiddenNeurons ActivationFunction)
% OR: [TrainingTime TestingTime TrainingAccuracy TestingAccuracy] = elm(TrainingData_File TestingData_File EELM_Type NumberofHiddenNeurons)
%
% Input:
% TrainingData_File - Filename of training data set
% TestingData_File - Filename of testing data set
% EELM_Type - 0 for regression; 1 for (both binary and multi-classes) classification
% NumberofHiddenNeurons - Number of hidden neurons assigned to the ELM
% ActivationFunction - Type of activation function:
%
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11931 2013-04-19 11:10 EELM\EELM.asv
文件 11931 2013-04-19 11:10 EELM\EELM.m
文件 1391 2013-04-19 15:46 EELM\EELM_classify.asv
文件 1427 2013-04-19 15:49 EELM\EELM_classify.m
文件 1769 2013-04-19 08:54 EELM\EELM_for_UCI.m
文件 18806 2013-04-18 21:02 EELM\ELM_DE.m
文件 1673 2013-04-18 20:56 EELM\ELM_X.m
目录 0 2013-04-19 15:36 EELM
----------- --------- ---------- ----- ----
48928 8
相关资源
- ensemblelearning 该源代码主要是利用ba
- DeepLearnToolbox_matlab matlab实现的深度学
- DeepLearnToolbox-master2735393
- Exercise1-Sparse-Autoencoder 网址:http://d
- Deep-Learning
- Machine-Learning-exercises_finished andrew NG上
- DeepLearnToolbox 深度学习工具包
- deep-learning 深度学习方法的入门必备的
- deeplearning_facerecognition 人脸识别
- Machine-Learning 《机器学习》
- Qlearning Q学习matlab实现
- Intrusion-Detection
- Deep-Learning-Toolbox 深度学习matlab工具箱
- multiagent_q_learning 多用户环境中
- DeepPLearning_book 图像处理中的深度学习
- Q-Learning Q 学习方面的MATLAB程序
- Sparse Bayesian Learning -压缩感知
-
Simuli
nk simulation for learning 802.11a - 基于深度学习网络deep learning network的
- Abalone Dataset
评论
共有 条评论