I'm new to HMM. I came cross an example in Wikipedia Baum–Welch_algorithm Example and I'm little bit confused. Hope someone can help me.
The example as follow: "Suppose we have a chicken from which we collect eggs at noon everyday. Now whether or not the chicken has laid eggs for collection depends on some unknown factors that are hidden. We can however (for simplicity) assume that there are only two states that determine whether the chicken lays eggs."
My questions here are:
In the case that we do not know the states; How can we find the correct number of states. In the example above; they assume 2. But maybe 3 or 5 ... better represents the system.
Is it necessary to give a meaning for each state in the system. In the example above; we have s1 and s2 but they are not given a meaning related to the application.