Experiments with News stories and images

Data set: data1.tar.gz




Experiment 1

Description: Train set: story articles and titles (story.txt and title.txt) 
                      Test set: image captions
                      using Naive Bayes
rainbow command:./bin/rainbow -d ./models/model1/ --test-set=./testset.txt --train-set=./trainset.list --test=1

Results (one test performed):
Percentage Accuracy 26.53%


Experiment 2

Description: Train set: story articles and titles (story.txt and title.txt) 
                      Test set: image captions
                      using SVM
rainbow command:./bin/rainbow -d ./models/model1/ --method=svm --test-set=./testset.txt --train-set=trainset.list --test=1

Results (one test performed):
Percentage Accuracy 13.95%