Backpropagation-based Multi Layer Perceptron Neural Networks

Version 1.2 (1,07 MB) von Shujaat Khan
Backpropagation-based Multi Layer Perceptron Neural Networks (MLP-NN) for the classification
1,6K Downloads
Aktualisiert 28 Apr 2020

Lizenz anzeigen

%% 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-

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2017a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Pattern Recognition and Classification finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2

- one hot encoding

1.0.0.0