pmtk3 icon indicating copy to clipboard operation
pmtk3 copied to clipboard

Probabilistic Modeling Toolkit for Matlab/Octave.

Results 89 pmtk3 issues
Sort by recently updated
recently updated
newest added

Hello, I just try to install Pmtk3 on my machine (windows8) through Matlab. So I can not install it correctly, in the second step of installation, when I execute 'testPmtk3.m',...

* If folderName is not specified, set folderName to a local "default_print_folder" * Made filepath construction platform-independent you may want to change the string value for "default_print_folder"

I tried to run testPmtk3 in matlab 2107b in macos high sierra 10.13.1 xcode 9.2 matlab 2017b while running testPmtk3 I got ``` Invalid MEX-file '/Users/laxmikadariya/Documents/MATLAB/pmtk3-master/pmtksupportCopy/markSchmidt-9march2011/markSchmidt/minFunc/lbfgsC.mexmaci64': dlopen(/Users/laxmikadariya/Documents/MATLAB/pmtk3-master/pmtksupportCopy/markSchmidt-9march2011/markSchmidt/minFunc/lbfgsC.mexmaci64, 6): Library not...

In the line 12 the author defines the three default values of regType:“ % regType ... 'L1' or 'L2' or 'none'”,but when solving optimization problems from the line 133 to...

_From [[email protected]](https://code.google.com/u/101173854739885488971/) on March 14, 2011 10:03:33_ What steps will reproduce the problem? 1.Fitting a HMM on observations and setting the nr of States higher than 2 2. This is...

bug
imported
Priority-Medium

I tried using testPmtk3 in Matlab R2018a Windows 10 and this is what I got ![error_report](https://user-images.githubusercontent.com/7788765/42384629-1cea2a14-816d-11e8-9122-41eea4952863.PNG) So I check the source code for printPmtkFigure.m which is actually the main cause...

```matlab >> testPmtk3 Checking initialization..........PASSED Checking pmtkSupport packages....PASSED Checking pmtkData................PASSED Testing selected code............ Iteration FunEvals Step Length Function Val Opt Cond 1 2 3.06026e-01 6.00879e+00 3.76102e-01 ``` after like 10...

How can I enter a probabilistic evidence (instead of a deterministic one) into a Bayesian Network in pmtk3? I would like to give uncertain evidence to a node, for instance...

_From [[email protected]](https://code.google.com/u/106673369081520289454/) on December 25, 2012 11:58:22_ What steps will reproduce the problem? 1. Try running a test like hmmDiscreteTest. What is the expected output? What do you see instead?...

bug
imported
Priority-Medium

`lbfgsC` cannot be found ``` error: 'lbfgsC' undefined near line 527 column 25 error: called from: error: /opt/pmtk3/pmtksupportCopy/markSchmidt-9march2011/markSchmidt/minFunc/minFunc.m at line 527, column 23 error: /opt/pmtk3/toolbox/SupervisedModels/logreg/logregFit.m at line 139, column 45...