Due at 11:59 PM Tuesday, Nov 21 via Canvas. PDF format required.
This assignment has two parts -- first, an exercise in computing the Bayesian score used in structure learning, and then a coding exercise on Expectation-Maximization.//BEGIN code to be changed
in the TextMasterEM.java file; use the comments there and your knowledge of the EM algorithm to fix the algorithm. If you use the skeleton code that's there, only four total lines need to be edited. Output your new code and the training code's output to the screen (giving avg. log likelihood, etc) for 500 iterations.