Deep Learning vs. Probabilistic Graphical Models vs. Logic
21–28 of 28 posts
Re: Deep Learning vs. Probabilistic Graphical Models vs. Logic
#22Jaynes' fundamental metaphor through the book is building a "reasoning robot" so anyone interested in the intersection of logic, probability and AI will get many interesting insights from this book.
[0] PDF of the preprint: http://bayes.wustl.edu/etj/prob/book.pdf
Re: Deep Learning vs. Probabilistic Graphical Models vs. Logic
#23Logic based AI is definitely taking a backseat to data driven methods in the current environment but dead is a gross exaggeration. There are a large class of problems for which heuristic search in logic domains is the most performant technique, and a significant class of problems where SAT solvers are feasible solutions. Many of them are real world examples, rather than academic problems. Also, many techniques are ev…
I am starting to get a (what I guess you could call mostly logic-based) AI system off the ground. The first thing I needed to do was create a serious environment that could host it. The necessary attributes of this environment are these: 1) It is fully web-based, and thus it is technically "on" the web, and accessible by everyone 2) It does not deal with any "modern web appy"-type meta-frameworks, and thus it is not,…
Re: Deep Learning vs. Probabilistic Graphical Models vs. Logic
#24Re: Deep Learning vs. Probabilistic Graphical Models vs. Logic
#25How hard is it to determine why a probabilistic or "deep learning" system made a specific choice?
There is a tool called Eureqa which was specifically designed to produce understandable models, in the form of mathematical equations. A biologist used it on some data from an experiment of his, and it produced a very simple equation that fit the data perfectly. But he couldn't publish it because be couldn't understand or explained why the equation worked or what it meant.
Re: Deep Learning vs. Probabilistic Graphical Models vs. Logic
#26How hard is it to determine why a probabilistic or "deep learning" system made a specific choice?
That is one of the advantages of PGM, it tells you why it thinks something. Combining this with domain experts is a killer advantage of PGM. For the soundbite: PGM's help the domain expert figure out where to go next.
Re: Deep Learning vs. Probabilistic Graphical Models vs. Logic
#27After learning PGMs, I find that I've almost completely eschewed first order logic for my own personal everyday reasoning. Arguments based on logical formulations require that the propositions are not leaky abstractions, and for most problem domains (i.e. not physics), there are going to be so many exceptions that I find very few cases where I can rely on first order logic. The softness of PGMs, and ideas like "expla…
Very curious to know 1. Where you learnt PGMs 2. How you made it part of your 'personal everyday' toolkit Always interested in improving my thought processes...
As far as everyday reasoning, it made me somewhat more skeptical of long chains of A --> B, !B therefore !A, type of thing. It's easy enough to model this type of logic as a special case of PGMs. And the causal stuff is extremely useful for making me skeptical of arguments of the sort "If we did X, then Y would happen," and also how and when correlation is causality. Don't have any pat examples though, it's just something that infuses my thinking, such as learning about biological evolution.
Re: Deep Learning vs. Probabilistic Graphical Models vs. Logic
#28After learning PGMs, I find that I've almost completely eschewed first order logic for my own personal everyday reasoning. Arguments based on logical formulations require that the propositions are not leaky abstractions, and for most problem domains (i.e. not physics), there are going to be so many exceptions that I find very few cases where I can rely on first order logic. The softness of PGMs, and ideas like "expla…
Very curious to know 1. Where you learnt PGMs 2. How you made it part of your 'personal everyday' toolkit Always interested in improving my thought processes...
As far as everyday reasoning, it made me somewhat more skeptical of long chains of A --> B, !B therefore !A, type of thing. It's easy enough to model this type of logic as a special case of PGMs. And the causal stuff is extremely useful for making me skeptical of arguments of the sort "If we did X, then Y would happen," and also how and when correlation is causality. Don't have any pat examples though, it's just something that infuses my thinking, such as learning about biological evolution.