Backpropagation-based Multi Layer Perceptron Neural Networks

버전 1.2 (1.07 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