我是靠谱客的博主 靓丽砖头,最近开发中收集的这篇文章主要介绍gmr 通信 matlab,高斯混合模型(GMM) - 混合高斯回归(GMR),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Gaussian Mixture Model (GMM) - Gaussian Mixture Regression (GMR)

GMM-GMR is a set of Matlab functions to train a Gaussian Mixture Model (GMM) and retrieve generalized data through Gaussian Mixture Regression (GMR). It allows to encode efficiently any dataset in Gaussian Mixture Model (GMM) through the use of an Expectation-Maximization (EM) iterative learning algorithms. By using this model, Gaussian Mixture Regression (GMR) can then be used to retrieve partial output data by specifying the desired inputs. It then acts as a generalization process that computes conditional probability with respect to partially observed data.

A sample is provided to load a dataset containing several trajectory data [t,x] where t is a temporal value and x is a position in 3D. The joint probability p(t,x) is then encoded in GMM, and GMR is used to retrieve p(x|t), namely the expected position at each time step. This is used to retrieve a smooth generalized version of the trajectories provided.

The source codes are implementations of the algorithms described in the book "Robot Programming by Demonstration: A Probabilistic Approach", EPFL/CRC Press. More information on http://programming-by-demonstration.org/book/

最后

以上就是靓丽砖头为你收集整理的gmr 通信 matlab,高斯混合模型(GMM) - 混合高斯回归(GMR)的全部内容,希望文章能够帮你解决gmr 通信 matlab,高斯混合模型(GMM) - 混合高斯回归(GMR)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(39)

评论列表共有 0 条评论

立即
投稿
返回
顶部