Mercurial > hg > camir-aes2014
comparison reproduce_AES53rd/rerun_table3.m @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 % --- | |
2 % This script trains similarity measures and shows the | |
3 % results regarding RBM of table 3 | |
4 % | |
5 % Feature Preprocessing with RBMs for Music Similarity Learning | |
6 % Son N. Tran, Daniel Wolff, Tillman Weyde, Artur Garcez, AES53rd | |
7 % conference | |
8 % | |
9 % please note that the RBM training is a probabilistic process, and | |
10 % thus the papers' results can only be reproduced approximately with | |
11 % large numbers of iterations of this script, and selection of RBMs according to | |
12 % their training set performance. | |
13 % Here, training is done on 20 random initialisations of RBM features , | |
14 % the test results corresponding to the RBM with the best training result are then | |
15 % returned. | |
16 % | |
17 % The train and test performances are output in the console | |
18 % | |
19 % For convenicence, The precomputed RBM features are stored in the files | |
20 % accompaining this script. | |
21 % In order to compute new SVM features, delete these files. | |
22 % --- | |
23 | |
24 % --- | |
25 % get svm results for RBM | |
26 % --- | |
27 svm_table3 | |
28 % svm_test_performance | |
29 %fprintf('SVM Original Test Result (Wolff etal. 2012)=71.20 / 83.54\n'); | |
30 | |
31 % --- | |
32 % get gradient results for RBM | |
33 % --- | |
34 gradient_table3 |