8000 Update README.md · shahd-92/GeneticAlgorithmPython@40fd149 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40fd149

Browse files
authored
Update README.md
1 parent 805e0db commit 40fd149

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![Using Genetic Algorithm for feature selection in text dataset ](https://www.dropbox.com/s/9wzwif2744ulz0q/Picturea.png?raw=1)
1+
![Using Genetic Algorithm for feature selection in text dataset](https://www.dropbox.com/s/htjado9iveuqr6d/Picturea.png?raw=1)
2+
23
# Using Genetic Algorithm for feature selection in text dataset
34
This project presents a wrapper approach of feature selection using a genetic algorithm. The multinomial event model of Naïve Bayes was used as a fitness function to determine the selected features of the documents. Different experiments have been performed on the 20newsgroups dataset to see the impact of the population size and the number of generations. The experiments were compared with the classification without feature selection using different evaluation metrics. All the experiment results showed that feature selection using the genetic algorithm will positively affect the classification performance.
45

0 commit comments

Comments
 (0)
0