Advertisement
Guest User

Bayes

a guest
Apr 1st, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. 4.4.1 Navigation Support
  2. The navigation menu is used to navigate through the concepts under consideration. To help the student browse the
  3. materials, BITS marks each concept with an appropriate traffic light. These traffic lights are computed dynamically from the Bayesian network and indicate the student’s knowledge regarding these topics.
  4.  
  5. In BITS, each concept is marked as belonging to one of
  6. the following three categories:
  7. (i) already known,
  8. (ii) ready to learn, and
  9. (iii) not ready to learn.
  10. A concept is considered already known if the Bayesian network indicates the probability p(concept = known|evidence) is greater than or equal to 0.70, where the evidence is the student’s knowledge on previous concepts obtained indirectly from quiz results or directly by the student replying to a query from BITS. It should be noted
  11. that the choice of 0.70 to indicate a concept is known is arbitrarily chosen.
  12. If a concept is marked ready to learn, it means that all prerequisites are known by the student. In terms
  13. of the Bayesian network, the probability p(concept = known|evidence) is less than 0.70 for the current knowledge concept and all of the parent concepts are already known. Please note that knowing the parent concepts does not mean the child concept is already known. On the contrary, it only means that the child concept is ready
  14. to learn, provided the current probability p(concept = known|evidence) < 0.7. The second point we need to note
  15. is that we only need be concerned with whether the parent concepts are already known. According to the conditional
  16. independencies encoded in the Bayesian network, given the parents of one variable v i , v i is conditionally independent
  17. of all non-descendants.
  18. Finally, a concept is labelled not ready to learn if at least one of the prerequisites for this concept is not already
  19. known by the student; in terms of the Bayesian network, there exists at least one parent concept that is not already
  20. known.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement