Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 339 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 339 Bytes

infinite-hmm

Proof-of-concept implementation of an Infinite Hidden Markov Model.

Requirements

(See requirements.txt)

TODOs

  • Matrix class
  • HDP class
  • InfiniteHMM class
  • BeamSampler class
  • GibbsSampler class
  • ParticleFilter class
  • make the sliced indexing operations in Matrix class more intuitive