readme

来自「这是一款用C++编写的实现gmm算法的程序」· 代码 · 共 35 行

TXT
35
字号
#####hahaha Copyright (c) 2008 Florent D'halluin , Sylvain Calinon, LASA Lab, EPFL, CH-1015 Lausanne, Switzerland, http://www.calinon.ch, http://lasa.epfl.chThe program is free for non-commercial academic use. Please acknowledge the authors in any academic publications that have made use of this code or part of it. Please use this BibTex reference:  @article{Calinon06SMC,  title="On Learning, Representing and Generalizing a Task in a Humanoid   Robot",  author="S. Calinon and F. Guenter and A. Billard",  journal="IEEE Transactions on Systems, Man and Cybernetics, Part B.   Special issue on robot learning by observation, demonstration and   imitation",  year="2007",  volume="37",  number="2",  pages="286--298"}##################### GMM regression   #####################To test the program, just do a 'make', then run the 'main_test' executable, which performs an EM learning to find the GMM parameters, and then do a regression on the data stored in data/test*.csv. The resulting parameters are stored in files *.dat and *.gmm that can then be plotted in Matlab/Octave using the plotall.m script in the 'matlab_src' folder.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?