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
致谢

启发作品: Lazo Abierto Segundo Orden Ganacia

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