Giter Club home page Giter Club logo

hmm-python's Introduction

HMM-python

用python实现了隐马尔科夫模型的概率计算和预测部分,主要是前向后向算法和维特比算法

输入包括状态转移矩阵A和观测矩阵B,初始状态概率向量pi以及观测序列

实现用前向算法和后向算法分别打印前向概率矩阵和后向概率矩阵,打印观测序列的概率

实现用维特比算法打印在观测序列下,概率最大的状态序列,并打印概率和状态序列

输入变量在类的init函数中指定,第一次写,注释比较多,代码也不是很规范,但是简单易懂,说明的功能都有实现

参考资料及测试数据来源于李航老师的统计学习方法一书

hmm-python's People

Contributors

eilene avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.