This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/prism/exs
Vítor Santos Costa d106c08f8c :make sure we get rid of YapR 2012-02-01 08:58:20 +00:00
..
jtree prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
noisy_or prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
README prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
alarm.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
alarm.psm.out :make sure we get rid of YapR 2012-02-01 08:58:20 +00:00
bloodABO.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
bloodAaBb.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
bloodtype.dat prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
dcoin.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
direction.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
hmm.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
pdcg.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
pdcg_c.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
phmm.dat prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
phmm.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
plc.dat prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
plc.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
plc.psm.out :make sure we get rid of YapR 2012-02-01 08:58:20 +00:00
sbn.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00
votes.psm prism logical probabilistic system. 2011-11-10 12:24:47 +00:00

README

========================== README (exs) ==========================

Files/Directories:
  README          ... this file
  direction.psm   ... the first example in the user's manual
  dcoin.psm       ... simple program modeling two Bernoulli trial processes
  bloodABO.psm    ... ABO blood type program (ABO gene model)
  bloodAaBb.psm   ... ABO blood type program (AaBb gene model)
  bloodtype.dat   ... data file for bloodABO.psm and bloodAaBb.psm
  alarm.psm       ... Bayesian network program
  sbn.psm         ... Singly connected Bayesian network program
  hmm.psm         ... discrete hidden Markov model
  phmm.psm        ... profile hmm for the alignment of amino-acid sequences
  phmm.dat        ... data file for phmm.psm
  pdcg.psm        ... PCFG program for top-down parsing
  pdcg_c.psm      ... PCFG program for Charniak's example
  plc.psm         ... probabilistic left-corner parsing
  votes.psm       ... cross-validation of naive Bayes with the `votes' data
  jtree/          ... Bayesian network program in a junction-tree form
  noisy_or/       ... Bayesian network program using noisy OR

How to use:
  All programs are self-contained, hopefully.  Try first a sample
  session in each program to get familiar with a model.

Comment:
  The above programs contain no negation. When a program contains
  negation, you have to compile away negation by FOC (first order
  compiler).  For PRISM programs with negation, see ../exs_fail.

References:

(PRISM)
  Parameter Learning of Logic Programs for Symbolic-statistical Modeling,
  Sato,T. and Kameya,Y.,
  Journal of Artificial Intelligence Research 15, pp.391-454, 2001.

  New advances in logic-based probabilistic modeling by PRISM,
  Sato,T. and Kameya,Y.,
  Probabilistic Inductive Logic Programming, LNCS 4911, Springer,
  pp.118-155, 2008.

(PCFGs)
  Foundations of Statistical Natural Language Processing,
  Manning,C.D. and Schutze,H.,
  The MIT Press, 1999.

  A Separate-and-Learn Approach to EM Learning of PCFGs
  Sato,T., Abe,S., Kameya,Y. and Shirai,K.,
  Proc. of the 6th Natural Language Processing Pacific Rim Symposium
  (NLRPS-2001), pp.255-262, 2001.

(BNs)
  Probabilistic Reasoning in Intelligent Systems,
  Pearl,J.,
  Morgan Kaufmann, 1988.

  Expert Systems and Probabilistic Network Models,
  Castillo,E., Gutierrez,J.M. and Hadi,A.S.,
  Springer-Verlag, 1997.

(HMMs)
  Foundations of Speech Recognition,
  Rabiner,L.R. and Juang,B.,
  Prentice-Hall, 1993.