Git Product home page Git Product logo

hmm-using-python's Introduction

HMM-Using-python

在测试案例中,我们手动定义HMM的所需五元组,即隐含状态、可观察状态、初始状态矩阵、隐含状态转移矩阵、可观察状态转移矩阵。这里我们引入下雨、晴天这一组隐含状态,并利用人的行为出行、购物、清洁为一组可观察的状态,并且把3个转移矩阵都自定义好。我们将五元组全部输到model当中,并测试一组定义好的可观测序列,model会为我们输出该种组合的出现概率以及最大的隐藏状态序列。即decoding

hmm-using-python's People

Contributors

ling-wei 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.