Ido Rosen
Ido Rosen
_From [RA.Dragun](https://code.google.com/u/RA.Dragun/) on April 19, 2011 07:54:36_ What steps will reproduce the problem? 1.x=[1 2 1 1 2; ... 2 2 2 2 1; ... 1 1 1 1 2...
_From [[email protected]](https://code.google.com/u/116875143896186060437/) on April 14, 2011 00:51:21_ What steps will reproduce the problem? 1. Define a mrf using mrfCreate. I used a simple 5x5 grid graph and define parameters nodePots...
_From [murphyk2](https://code.google.com/u/murphyk2/) on April 03, 2011 10:12:48_ What steps will reproduce the problem? a=[1,2,3,4,5,6,1,2,3,4,5,6,6,5,4,3,2,1,1,2,3,31,31,2,32,12,4,5,60,0,2,1,3,4,5,81,32,2,1]; [model, loglikHist] = hmmFit(a, 2, 'discrete'); (This example is due to George Toderici) What is the...
_From [murphyk2](https://code.google.com/u/murphyk2/) on April 02, 2011 18:38:47_ What steps will reproduce the problem? 1. dgmLogprobTest - the final assertion (commented out) fails What is the expected output? What do you...
_From [[email protected]](https://code.google.com/u/117838145402302408151/) on March 01, 2011 03:32:26_ What steps will reproduce the problem? 1. Create a condDiscreteProdCPD by any means with d > 1. 2. Run mkSoftEvidence on it and...
_From [murphyk2](https://code.google.com/u/murphyk2/) on February 28, 2011 14:55:12_ What steps will reproduce the problem? Edit dgmLogprobTest line 92 uncomment this line: %assert(approxeq(logZ7, logZ1, tol)); Then run dgmLogproTest. What is the expected...
_From [murphyk2](https://code.google.com/u/murphyk2/) on February 28, 2011 14:51:15_ What steps will reproduce the problem? x=randn(100,20); y=randn(100,1); fit=glmnet(x,y); What is the expected output? What do you see instead? it shoudl return a...
_From [murphyk2](https://code.google.com/u/murphyk2/) on February 28, 2011 14:49:18_ - libsvm-mat-2.9.1 does not have .mexmaci64 binaries, and running 'make' does not create them What steps will reproduce the problem? x=randn(10,20); y=randn(10,1); model...
_From [[email protected]](https://code.google.com/u/106738276244482458779/) on January 20, 2011 16:19:09_ What steps will reproduce the problem? 1. Edit line 6 of mypath: p = tokenize(path, ';:'); so that it has a chance of...
_From [[email protected]](https://code.google.com/u/103956756557794774896/) on January 17, 2011 07:30:15_ What steps will reproduce the problem? 1. Download pmtk3-23nov10.zip or the current svn 2. run initPmtk3 then testPmtk3 in current Octave What is...