based on this project : http://www.cs.cmu.edu/afs/cs.cmu.edu/user/mitchell/ftp/faces.html
-
Download dataset from mentioned project page
-
Compile codes with make command(Makefile is existed in directory)
-
Set paths to images of dataset in straightrnd_train.list, straightrnd_test1.list and straightrnd_test2.list
-
Run with below command:
/.facetrain t -t straightrnd_train.list -1 straightrnd_test1.list -2 straightrnd_test2.list -n 40 -p 40 -h 11 -g 50
-n : number of solutions
-p : probability of mutation
-h : number of hidden layer units
-g : max of generations