PRML书本代码,PRML是一本机器学习经典教材,这里给出这本教材相应的代码。
资源文件列表
PRMLT-master/.gitignore , 22
PRMLT-master/README.md , 1616
PRMLT-master/TODO.txt , 26
PRMLT-master/chapter01/condEntropy.m , 696
PRMLT-master/chapter01/demo.m , 876
PRMLT-master/chapter01/entropy.m , 352
PRMLT-master/chapter01/jointEntropy.m , 559
PRMLT-master/chapter01/mutInfo.m , 757
PRMLT-master/chapter01/nmi.m , 923
PRMLT-master/chapter01/nvi.m , 796
PRMLT-master/chapter01/relatEntropy.m , 658
PRMLT-master/chapter02/logDirichlet.m , 522
PRMLT-master/chapter02/logGauss.m , 633
PRMLT-master/chapter02/logKde.m , 423
PRMLT-master/chapter02/logMn.m , 304
PRMLT-master/chapter02/logMvGamma.m , 607
PRMLT-master/chapter02/logSt.m , 1347
PRMLT-master/chapter02/logVmf.m , 416
PRMLT-master/chapter02/logWishart.m , 424
PRMLT-master/chapter03/demo.m , 665
PRMLT-master/chapter03/linReg.m , 818
PRMLT-master/chapter03/linRegFp.m , 1322
PRMLT-master/chapter03/linRegPred.m , 870
PRMLT-master/chapter03/linRnd.m , 512
PRMLT-master/chapter04/binPlot.m , 586
PRMLT-master/chapter04/demo.m , 428
PRMLT-master/chapter04/fda.m , 703
PRMLT-master/chapter04/logitBin.m , 1344
PRMLT-master/chapter04/logitBinPred.m , 366
PRMLT-master/chapter04/logitMn.m , 2124
PRMLT-master/chapter04/logitMnPred.m , 461
PRMLT-master/chapter04/sigmoid.m , 110
PRMLT-master/chapter04/softmax.m , 308
PRMLT-master/chapter05/demo.m , 100
PRMLT-master/chapter05/mlp.m , 845
PRMLT-master/chapter06/demo.m , 1677
PRMLT-master/chapter06/kn2sd.m , 271
PRMLT-master/chapter06/knCenter.m , 1048
PRMLT-master/chapter06/knGauss.m , 453
PRMLT-master/chapter06/knKmeans.m , 1055
PRMLT-master/chapter06/knKmeansPred.m , 530
PRMLT-master/chapter06/knLin.m , 305
PRMLT-master/chapter06/knPca.m , 408
PRMLT-master/chapter06/knPcaPred.m , 440
PRMLT-master/chapter06/knPoly.m , 435
PRMLT-master/chapter06/knReg.m , 711
PRMLT-master/chapter06/knRegPlot.m , 404
PRMLT-master/chapter06/knRegPred.m , 738
PRMLT-master/chapter06/sd2kn.m , 364
PRMLT-master/chapter07/demo1.m , 695
PRMLT-master/chapter07/demo2.m , 286
PRMLT-master/chapter07/demo3.m , 889
PRMLT-master/chapter07/rvmBinFp.m , 2178
PRMLT-master/chapter07/rvmBinPred.m , 408
PRMLT-master/chapter07/rvmRegFp.m , 1599
PRMLT-master/chapter07/rvmRegPred.m , 765
PRMLT-master/chapter07/rvmRegSeq.m , 4173
PRMLT-master/chapter08/bpMaxSum.m , 412
PRMLT-master/chapter08/bpSumProd.m , 408
PRMLT-master/chapter08/demo.m , 540
PRMLT-master/chapter08/nbBern.m , 408
PRMLT-master/chapter08/nbBernPred.m , 383
PRMLT-master/chapter08/nbGauss.m , 561
PRMLT-master/chapter08/nbGaussPred.m , 586
PRMLT-master/chapter09/demo.m , 1384
PRMLT-master/chapter09/kmeans.m , 857
PRMLT-master/chapter09/kmeansPred.m , 337
PRMLT-master/chapter09/kmeansRnd.m , 576
PRMLT-master/chapter09/kmedoids.m , 989
PRMLT-master/chapter09/linRegEm.m , 1321
PRMLT-master/chapter09/mixBernEm.m , 1153
PRMLT-master/chapter09/mixBernRnd.m , 538
PRMLT-master/chapter09/mixGaussEm.m , 2256
PRMLT-master/chapter09/mixGaussPred.m , 916
PRMLT-master/chapter09/mixGaussRnd.m , 1041
PRMLT-master/chapter09/rvmBinEm.m , 2127
PRMLT-master/chapter09/rvmRegEm.m , 1581
PRMLT-master/chapter10/demo.m , 844
PRMLT-master/chapter10/linRegVb.m , 1750
PRMLT-master/chapter10/mixGaussVb.m , 3727
PRMLT-master/chapter10/mixGaussVbPred.m , 1054
PRMLT-master/chapter10/rvmRegVb.m , 1612
PRMLT-master/chapter11/Gauss.m , 1571
PRMLT-master/chapter11/GaussWishart.m , 2394
PRMLT-master/chapter11/demo.m , 1136
PRMLT-master/chapter11/dirichletRnd.m , 315
PRMLT-master/chapter11/discreteRnd.m , 367
PRMLT-master/chapter11/gaussRnd.m , 479
PRMLT-master/chapter11/mixDpGb.m , 1494
PRMLT-master/chapter11/mixDpGbOl.m , 991
PRMLT-master/chapter11/mixGaussGb.m , 888
PRMLT-master/chapter12/demo.m , 733
PRMLT-master/chapter12/fa.m , 1538
PRMLT-master/chapter12/pca.m , 524
PRMLT-master/chapter12/pcaEm.m , 833
PRMLT-master/chapter12/pcaEmC.m , 771
PRMLT-master/chapter12/ppcaEm.m , 1611
PRMLT-master/chapter12/ppcaRnd.m , 437
PRMLT-master/chapter12/ppcaVb.m , 1933
PRMLT-master/chapter13/HMM/demo.m , 248
PRMLT-master/chapter13/HMM/hmmEm.m , 1290
PRMLT-master/chapter13/HMM/hmmFilter.m , 784
PRMLT-master/chapter13/HMM/hmmFilter_.m , 616
PRMLT-master/chapter13/HMM/hmmRnd.m , 554
PRMLT-master/chapter13/HMM/hmmSmoother.m , 981
PRMLT-master/chapter13/HMM/hmmSmoother_.m , 1090
PRMLT-master/chapter13/HMM/hmmViterbi.m , 499
PRMLT-master/chapter13/HMM/hmmViterbi_.m , 601
PRMLT-master/chapter13/LDS/demo.m , 408
PRMLT-master/chapter13/LDS/kalmanFilter.m , 1608
PRMLT-master/chapter13/LDS/kalmanSmoother.m , 2514
PRMLT-master/chapter13/LDS/ldsEm.m , 1183
PRMLT-master/chapter13/LDS/ldsRnd.m , 863
PRMLT-master/chapter14/adaboostBin.m , 762
PRMLT-master/chapter14/adaboostBinPred.m , 458
PRMLT-master/chapter14/cart.m , 129
PRMLT-master/chapter14/cartPred.m , 137
PRMLT-master/chapter14/demo.m , 584
PRMLT-master/chapter14/mixLinPred.m , 661
PRMLT-master/chapter14/mixLinReg.m , 1442
PRMLT-master/chapter14/mixLinRnd.m , 457
PRMLT-master/chapter14/mixLogitBin.m , 1347
PRMLT-master/chapter14/mixLogitBinPred.m , 402
PRMLT-master/common/besseliLn.m , 445
PRMLT-master/common/gsog.m , 379
PRMLT-master/common/gson.m , 376
PRMLT-master/common/invpd.m , 272
PRMLT-master/common/isequalf.m , 245
PRMLT-master/common/ld.m , 934
PRMLT-master/common/log1pexp.m , 192
PRMLT-master/common/logdet.m , 199
PRMLT-master/common/loggmpdf.m , 634
PRMLT-master/common/logsumexp.m , 471
PRMLT-master/common/maxdiff.m , 126
PRMLT-master/common/mgsog.m , 402
PRMLT-master/common/mgson.m , 466
PRMLT-master/common/normalize.m , 334
PRMLT-master/common/plotClass.m , 920
PRMLT-master/common/plotCurveBar.m , 346
PRMLT-master/common/plotgm.m , 559
PRMLT-master/common/plotkde.m , 616
PRMLT-master/common/solvpd.m , 253
PRMLT-master/common/sqdist.m , 293
PRMLT-master/common/standardize.m , 348
PRMLT-master/common/symeig.m , 384
PRMLT-master/common/ud.m , 164
PRMLT-master/common/unitize.m , 330
PRMLT-master/init.m , 22
