JoshuaDreger opened a new pull request, #1987: URL: https://github.com/apache/systemds/pull/1987
Implementation of hidden markov models. This PR implements an hmm approach by introducing the functions hmm_innit(), hmm_fit() & hmm_predict(). hmm_innit() and hmm_fit() will be fully developed within this PR, and the outline for hmm_predict will be given. The algorithm introduced is further described by https://web.stanford.edu/~jurafsky/slp3/A.pdf -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org