comparison README.txt @ 1:7750624e0c73 version0.5

(none)
author idamnjanovic
date Thu, 05 Nov 2009 16:36:01 +0000
parents
children a07585dff65c
comparison
equal deleted inserted replaced
0:5181bee80bc1 1:7750624e0c73
1
2 SMALLbox Version 0.5
3
4 31st July, 2009
5
6
7 ---------------------------------------------------------------------------
8
9 Copyright (2009): Ivan Damnjanovic, Matthew Davies
10
11 SMALLbox is distributed under the terms of the GNU General Public License 3
12
13 This program is free software: you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation, either version 3 of the License, or
16 (at your option) any later version.
17
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22
23 You should have received a copy of the GNU General Public License
24 along with this program. If not, see <http://www.gnu.org/licenses/>.
25
26 ---------------------------------------------------------------------------
27
28 SMALLbox is a MATLAB Evaluation Framework for the EU FET-OPEN Project, no: 225913:
29 Sparse Models, Algorithms, and Learning for Large-scale data (SMALL).
30
31 The project team includes researchers from the following institutions:
32
33 INRIA: http://www.irisa.fr/metiss/gribonval/
34 University of Edinburgh: http://www.see.ed.ac.uk/~mdavies4/
35 Queen Mary, University of London: http://www.elec.qmul.ac.uk/people/markp/
36 EPFL: http://people.epfl.ch/pierre.vandergheynst
37 Technion: http://www.cs.technion.ac.il/~elad/
38
39 ---------------------------------------------------------------------------
40
41 Version 0.5 of SMALLbox will download and install the following existing toolboxes
42 related to Sparse Representations, Compressed Sensing and Dictionary Learning:
43
44
45 Sparco: http://www.cs.ubc.ca/labs/scl/sparco/
46
47 SPGL1: http://www.cs.ubc.ca/labs/scl/spgl1/
48
49 SparseLab: http://sparselab.stanford.edu/
50
51 Sparsify: http://www.see.ed.ac.uk/~tblumens/sparsify/sparsify.html
52
53 GPSR: http://www.lx.it.pt/~mtf/GPSR/
54
55 OMPbox and KSVDBox: http://www.cs.technion.ac.il/~ronrubin/
56
57 IMPORTANT:
58 In order to use SparseLab please register at
59 http://cgi.stanford.edu/group/sparselab/cgi-bin/register.pl
60
61 IMPORTANT:
62 To successfully install all toolboxes you will need to have MEX setup to compile C files.
63 If this is not already setup, run "mex -setup" or type "help mex" in the MATLAB command prompt.
64
65 IMPORTANT:
66 Because the toolboxes are downloaded automatically, you must have an internet connection
67 to successfully install SMALLbox.
68
69 IMPORTANT:
70 If you are running Matlab on MAC OSX or Linux, you must start Matlab with the jvm enabled.
71 Not doing so, will prevent you being able to unzip the downloaded toolboxes.
72
73 To install the toolbox run the command "SMALLboxsetup" from the MATLAB command prompt.
74
75 Once installed, there are two optional demo functions that can be run,
76
77 SMALL_solver_test.m :
78
79 Example test of solvers from different toolboxes on Sparco compressed sensing problems
80
81 and
82
83 SMALL_solver_test_Audio.m :
84
85 Example test of solvers on Sparco audio source separation problems
86
87 ---------------------------------------------------------------------------
88
89 For more information on the SMALL Project, please visit the following website:
90
91 http://small.inria.fr
92
93
94 Contacts: ivan.damnjanovic@elec.qmul.ac.uk
95 matthew.davies@elec.qmul.ac.uk
96
97
98 This code is in experimental stage; any comments or bug reports are
99 very welcome.