tarunrkk
Results
1
issues of
tarunrkk
Hi, I am confused wrt lines 26 and 27 of the viterbi implementation: ` trellis[:, t] = (trellis[:, t-1, None].dot(self.Obs(obs[t]).T) * self.transProb).max(0) backpt[:, t] = (np.tile(trellis[:, t-1, None], [1, self.N])...
question
wontfix