Mercurial > hg > scatter_reeval
diff README.txt @ 2:b1cd83874633
Major structural revision. Modular organization of functionalities
author | Francisco Rodriguez Algarra <f.rodriguezalgarra@qmul.ac.uk> |
---|---|
date | Wed, 28 Oct 2015 16:15:47 +0000 |
parents | 9a37f107f089 |
children | a1f6a08f624c |
line wrap: on
line diff
--- a/README.txt Wed Oct 21 11:21:26 2015 +0100 +++ b/README.txt Wed Oct 28 16:15:47 2015 +0000 @@ -1,5 +1,5 @@ Re-Evaluation of the Scattering Transform -Version 0.0.1 +Version 0.0.2 October 2015 Contact: Francisco RodrÃguez-Algarra (f.rodriguezalgarra@qmul.ac.uk) @@ -26,10 +26,10 @@ It also requires the GTZAN music dataset, available at: http://opihi.cs.uvic.ca/sound/genres.tar.gz -In order to run the experiments, you first need to edit the file "dss.m", modifying the values of the variables "scatnet_path", "libsvm_compact_path", and "gtzan_path" to point at the locations of the libraries and the dataset in your own system. +In order to run the experiments, you first need to edit the file "scatter_reeval.m", modifying the values of the variables "scatnet_path", "libsvm_compact_path", and "gtzan_path" to point at the locations of the libraries and the dataset in your own system. You can also modify the location where the results of the experiments will be stored changing the value of the "results_dir" variable. -Once the variables have been properly modified, to run the experiments simply run the script "dss.m" in Matlab, or call the shell script "dss.sh" from a Unix terminal. +Once the variables have been properly modified, to run the experiments simply execute the script "scatter_reeval.m" in Matlab, or call the shell script "scatter_reeval.sh" from a Unix terminal.