Coder Social home page Coder Social logo

hidden-markov-model's Introduction

hidden-markov-model

Reference: This is a school homework. Below explanation is made by the instructor of CmpE 540 in Bogazici University 2021-2022 Spring

Hidden markov model is applied as a solution to problem below.
Take the sequence of sensor measurements from the user and print out the probability distribution of robot’s location at the last time-step.
Input: on on off off
Output: Print out the probability distribution P(X4|on1,on2,off3,off4) as a list of values.
image

  • The robot might be in one of the three grids. The map of the environment is known.
  • The robot has a short-range distance sensor directed towards right/east direction. The distance sensor detects whether there is a wall or not on the right with some noise. If there is a wall on its immediate right, the sensor measures ON with 60%. If there is not wall on its immediate right grid, the sensor signals ON with 10%.
  • At each step the robot executes move-to-the-right action. This action is successful (moves the robot to the grid on the right) with 80% success, i.e. the robot does not move with 0.2 probability. If the robot is in the right-most grid, move-to-the-right action does not change the robot’s location.
  • The initial whereabouts of the robot is completely unknown, i.e. the robot can be placed in any grid initially.

hidden-markov-model's People

Contributors

cankobanz 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.