Backpropagation-based Multi Layer Perceptron Neural Networks

版本 1.2 (1.1 MB) 作者: Shujaat Khan
Backpropagation-based Multi Layer Perceptron Neural Networks (MLP-NN) for the classification
1.6K 次下载
更新时间 2020/4/28

查看许可证

%% Backpropagation for Multi Layer Perceptron Neural Networks %%
% Author: Shujaat Khan, shujaat123@gmail.com
% cite:
% @article{khan2018novel,
% title={A Novel Fractional Gradient-Based Learning Algorithm for Recurrent Neural Networks},
% author={Khan, Shujaat and Ahmad, Jawwad and Naseem, Imran and Moinuddin, Muhammad},
% journal={Circuits, Systems, and Signal Processing},
% volume={37},
% number={2},
% pages={593--612},
% year={2018},
% publisher={Springer US}
% }
%% Description
% In this simulation I used a Golub et al(1999)'s Leukemia Cancer Database.
% The details of the dataset is available online at [1]. The leukemia db
% is a gene expression dataset contains 7128 genes, 2-classes (47-ALL &
% 25-AML), divided into two subsets training and test subsets. The training
% dataset contains 27-ALL, and 11-AML total 38 samples, and the test subset
% contains 20-ALL, and 14-AML total 34 samples.
%
% The genes are ranked using mRMR feature selection method [2] and the
% index of top 1000 genes is stored in 'feature_with_mRMr_d' vector.
% [1] http://www.stats.uwo.ca/faculty/aim/2015/9850/microarrays/FitMArray/chm/Golub.html
% [2] https://kr.mathworks.com/matlabcentral/fileexchange/14608-mrmr-feature-selection--using-mutual-information-computation-

引用格式

Shujaat Khan (2024). Backpropagation-based Multi Layer Perceptron Neural Networks (https://www.mathworks.com/matlabcentral/fileexchange/66477-backpropagation-based-multi-layer-perceptron-neural-networks), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Pattern Recognition and Classification 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2

- one hot encoding

1.0.0.0