forked from probml/pmtk3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
25 lines (19 loc) · 777 Bytes
/
Copy pathreadme.txt
File metadata and controls
25 lines (19 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Probabilistic modeling toolkit version 3
See https://github.com/probml/pmtk3 for details.
Steps:
1. run initPmtk3.m (takes a few minutes)
2. run testPmtk3.m (takes under a minute)
3. run runDemos.m (takes about 1 hour)
The code relies on various external toolboxes (in addition to those in
pmtksupport), listed below:
opt : Mathworks optimization toolbox
stats : Mathworks statistics toolbox
image : Mathworks image processing toolbox
bio : Mathworks bioinformatics toolbox
gviz: graphviz
libdai: libdai
glmnet: glmnet (Fortran library not available for maci64)
libsvm: libsvm (Matlab inferface)
UGM: Mark Schmidt's UGM package
If some of these packages are missing and/or not compiled for your
computer, some demos may be skipped.