├── README.md ├── adaptive_rejection_sampling.m ├── costFunction.m ├── dirichlet_process.m ├── gibbs.m ├── gmm_demo.m ├── hybrid_gmm.m ├── kalman_demo.m ├── kmeans_demo.m ├── lda_gibbs_example.m ├── soft_max.m ├── test_autocorrelation.m └── vb_normal_gamma.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/README.md -------------------------------------------------------------------------------- /adaptive_rejection_sampling.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/adaptive_rejection_sampling.m -------------------------------------------------------------------------------- /costFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/costFunction.m -------------------------------------------------------------------------------- /dirichlet_process.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/dirichlet_process.m -------------------------------------------------------------------------------- /gibbs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/gibbs.m -------------------------------------------------------------------------------- /gmm_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/gmm_demo.m -------------------------------------------------------------------------------- /hybrid_gmm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/hybrid_gmm.m -------------------------------------------------------------------------------- /kalman_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/kalman_demo.m -------------------------------------------------------------------------------- /kmeans_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/kmeans_demo.m -------------------------------------------------------------------------------- /lda_gibbs_example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/lda_gibbs_example.m -------------------------------------------------------------------------------- /soft_max.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/soft_max.m -------------------------------------------------------------------------------- /test_autocorrelation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/test_autocorrelation.m -------------------------------------------------------------------------------- /vb_normal_gamma.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roboticcam/matlab_demos/HEAD/vb_normal_gamma.m --------------------------------------------------------------------------------