[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Thinking Cap Questions on Propositional & Probabilistic logic
- To: Rao Kambhampati <rao@asu.edu>
- Subject: Thinking Cap Questions on Propositional & Probabilistic logic
- From: Subbarao Kambhampati <rao@asu.edu>
- Date: Tue, 3 Mar 2009 19:59:54 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=4ANwWsNr8ptvgkvhY+zH7sIv48fSiA1wK3Gwc5zAMJo=; b=CFZa0mwcvAB4rvDcgAho+eMxM2M0j4Wxvc9YA3etOihexIDiQ/v6JLouc7k1inO2G0 sq7I0RdTpF+XE+HNOJmsXBmV8QIil/uA+VfmB5dHQELoG4v8p0M60JFMuhbGz9XkTHyw 2+kmCOLg2QdxgJOt45rdO5vVq9KBrasa2YPC8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=gLbxsKH45C56eE4lJnAVwPk9ZSX3nE40/gdE8iqZsX082eJdcLWWoCRX6NGg1Zm4t0 kFYeKHT/q4YNQS9bl+/XFk9jgZYRZWTUPw0PFersKa24MDuXkF8MYCNGtWuYwq/oRBKS DcHN/oLgvKR9ZgFrm5vl9Wy7sSOWR1l86Jzi8=
- Sender: subbarao2z2@gmail.com
See if you can answer these on the blog
0.?
If I have n propositions, how many possible clauses are there? (Assume
that clauses of the form A V A are automatically simplified to A).
????
Does this help in convincing you that the resolution theoremproving
search procedure is *complete* in that it will terminate whether or not
???? the theorem you are trying to prove actually holds?
1.
We saw that propositional logic is monotonic and that real world
requried "defeasible" or "non-monotonic" reasoning. Is probabilistic
reasoning
??? monotonic or non-monotonic? Explain.
2.
You obviously heard the two words "Probability" and "statistics". What
is the difference between them? (or are they basically synonyms?)
3.
We made a big point about the need for representing joint distribution
compactly. Much of elementary probability/statistics handles
???
continuous and multi-valued variables, where specifying the
distribution of the single variable itself will need a huge number of
numbers.
??? How is this normally side-stepped in elementary probability?
Rao