kedartatwawadi / NN_compression

MIT License
212 stars 42 forks source link

what's the meaning of k of markov-k #7

Closed viviancui59 closed 6 years ago

viviancui59 commented 6 years ago

we all know markov chain means that the final state just connect to its previous state. So I don't know the meaning of the ‘k’. I see it in the generate_sequence.py and run.py.

viviancui59 commented 6 years ago

I guess it may means the length of sequence, but I don't know why it appears in generating sequence.

viviancui59 commented 6 years ago

Oh,maybe I found this answer already.HMM=Hidden markov model

suikammd commented 6 years ago

Does it mean the current state relates to the first and the 20th state before it?