Write a program to select optimal features using ga for pima dataset in matlab
Answers
Explanation:
File Exchange
image thumbnail
Binary_Genetic_Algorithm_Hezy_2013
version 1.7 (44.5 KB) by Dr Oluleye Babatunde
Genetic Algorithm for Feature Selection
5.0 9 Ratings
25 Downloads
Updated 28 Jan 2019
View License
Overview
Functions
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."
Explanation:
Write a program to select optimal features using ga for pima dataset in matlab