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

Skip to content

Commit 805e0db

Browse files
authored
Update README.md
1 parent 995dae2 commit 805e0db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
![Using Genetic Algorithm for feature selection in text dataset ](https://www.dropbox.com/s/9wzwif2744ulz0q/Picturea.png?raw=1)
12
# Using Genetic Algorithm for feature selection in text dataset
23
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.
34

45
# The results:
5-
![four expermints results comparsion](https://www.dropbox.com/s/9wzwif2744ulz0q/Picture1.png?raw=1)
6+
![four expermints comparsion](https://www.dropbox.com/s/9wzwif2744ulz0q/Picture1.png?raw=1)
7+
![four expermints results comparsion](https://www.dropbox.com/s/9wzwif2744ulz0q/Picture5.png?raw=1)
68
### Expermint A
79
![Expermint A](https://www.dropbox.com/s/chkuhumf422eq69/Picture11.png?raw=1)
810
### Expermint B

0 commit comments

Comments
 (0)
0