Binary_Genetic_Algo​rithm_Hezy_2013

Genetic Algorithm for Feature Selection
12,7K download
Aggiornato 28 gen 2019

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato: Lazo Abierto Segundo Orden Ganacia

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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