Giter Site home page Giter Site logo

hmm's Introduction

====== File description ======

+- dsp_hw1/
   +-  c_cpp/
   |     +-                    some hmm program
   +-  modellist.txt           model list to train
   +-  model_init.txt          initial model for training
   +-  seq_model_01~05.txt     training data observation
   +-  testing_data1.txt       testing data  observation
   +-  testing_answer.txt      answer for "testing_data1.txt"
   +-  testing_data2.txt       testing data without answer

====== Program Execute ======

c/cpp:
 make
 ./train $iter model_init.txt seq_model_01.txt model_01.txt
 ./train $iter model_init.txt seq_model_02.txt model_02.txt
 ./train $iter model_init.txt seq_model_03.txt model_03.txt
 ./train $iter model_init.txt seq_model_04.txt model_04.txt
 ./train $iter model_init.txt seq_model_05.txt model_05.txt
 ./test modellist.txt testing_data1.txt result1.txt
 ./test modellist.txt testing_data2.txt result2.txt

$iter is positive integer, which is iteration of Baum-Welch algorithm.

====== Handout  ======

  1. Include all program files  ( train.c, test.c, etc. )
  2. trained HMM:    model_01.txt ~ model_05.txt
  3. result1.txt , result2.txt
  4. acc.txt : The accuracy of testing_data.txt
  5. Document ( including your name, student ID, compile and run-time environment, iterations and what you learned from this homework. )
  

  * upload to Cieba *
     Compress all your files to hw1_[studentID].zip
     with the following format! ( Attention! There is a directory in the zip, name after your student ID.

     hw1_[studentID].zip
     +- hw1_[studentID]
        +- train.c/.cpp
        +- test.c/.cpp
        +- Makefile
        +- model_01~05.txt
        +- result1~2.txt 
        +- acc.txt
        +- Document.pdf (pdf)

hmm's People

Contributors

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