标题: Zoubin Ghahramani《Machine Learning Toolbox》(机器学习,主要是HMM) [打印本页] 作者: 建不了的模。 时间: 2014-9-10 14:14 标题: Zoubin Ghahramani《Machine Learning Toolbox》(机器学习,主要是HMM) Zoubin Ghahramani《Machine Learning Toolbox》(机器学习,主要是HMM)
% Machine Learning Toolbox
% Version 1.0 01-Apr-96
% Copyright (c) by Zoubin Ghahramani, University of Toronto
%
% This directory contains a Matlab implementation of the Baum-Welch learning
% algorithm for Hidden Markov Models.
%
% hmm - Gaussian Observation Hidden Markov Model (HMM)
% hmm_cl - Calculate Likelihoods for HMM
% hmmdemo - A demo of the HMM program
%
% rsum - row sum of matrix
% rprod - row product of matrix and vector
% rdiv - row division of matrix by vector