Binary_Genetic_Algo​rithm_Hezy_2013

버전 1.7 (44.5 KB) 작성자: Dr Oluleye Babatunde
Genetic Algorithm for Feature Selection
다운로드 수: 12.7K
업데이트 날짜: 2019/1/28

라이선스 보기

This submission contains
(1) Journal Article on Zernike Moments, Genetic Algorithm, Feature Selection and Probabilistic Neural Networks.
(2) MATLAB code to do Feature Selection Using Genetic Algorithm.
NB:
(i) This code is short BUT it works incredibly well since we employed GA Toolbox.
(ii) You can run this code directly on your computer since the dataset herein is available in MATLAB software.
(iii) Please do cite any of my publications to give credit to me (if you use this code).

The citation is as follows:
Two Publications:

[1] "BABATUNDE, Oluleye and ARMSTRONG, Leisa and LENG, Jinsong and DIEPEVEEN (2014). A Genetic Algorithm-Based Feature Selection. International Journal of Electronics Communication and Computer Engineering: 5(4);889--905."

[2] "BABATUNDE Oluleye, ARMSTRONG Leisa J, LENG Jinsong and DIEPEVEEN Dean (2014). Zernike Moments and Genetic Algorithm: Tutorial and Application. British Journal of Mathematics & Computer Science. 4(15):2217-2236."

인용 양식

Dr Oluleye Babatunde (2024). Binary_Genetic_Algorithm_Hezy_2013 (https://www.mathworks.com/matlabcentral/fileexchange/46961-binary_genetic_algorithm_hezy_2013), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.7

nVars = 34
changed to
nVars = GenomeLength;

1.6

In the previous code, 34 (no of features in the original dataset) was used in accuracy computation. In this update, it's set as the global variable "GenomeLength" at the beginning of the code. Also information about my current affiliation was added

1.5

Saving as toolbox file
Citations properly arranged
Citations re-arranged

1.4.0.0

Journal article added

1.3.0.0

citation properly written in the code

1.2.0.0

Image icon on the file name was added.

1.1.0.0

tags and description updates

1.0.0.0