Statistical Relational Learning Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replace - "* '''See:''' " to "* <B>See:</B> ")
 
m (Text replacement - "]] Category" to " [[Category")
 
(40 intermediate revisions by 4 users not shown)
Line 1: Line 1:
A [[Statistical Relational Learning Algorithm]] is a [[relational learning algorithm]] that is a [[statistical learning algorithm]].
A [[Statistical Relational Learning Algorithm]] is a [[relational learning algorithm]] that is a [[statistical learning algorithm]] (which relies on [[statistical theory]]).
* <B>Context:</B>
* <B>Context:</B>
** It can handle [[Non-IID Sample]]s.
** It can handle [[Non-IID Sample]]s.
** It can be applied by a [[Statistical Relational Learning System]] (to solve a [[statistical relational learning task]]).
** It can make use of a [[Statistical Relational Language]].
** It can make use of a [[Statistical Relational Language]].
** It can produce a [[Relational Predictive Model]], such as a [[Relational Classifier]] or a [[Relational Estimator]].
** It can be implemented by a [[Statistical Relational Learning System]] (to solve a [[statistical relational learning task]]).
** It can make use of a [[Relational Feature]], such as a [[Node-centric Feature]] (such as [[Node Aggregation Feature]], or a [[Relation-centric Feature]].
** It can make use of a [[Relational Feature]], such as a [[Node-centric Feature]] (such as [[Node Aggregation Feature]], or a [[Relation-centric Feature]].
* <B>Example(s):</B>
** [[Markov Logic Networks]].
** …
* <B>Counter-Example(s):</B>
* <B>Counter-Example(s):</B>
** [[Linear Regression Algorithm]].
** [[Linear Regression Algorithm]].
* <B>See:</B> [[Markov Logic Network]].
* <B>See:</B> [[Lifted Inference Algorithm]].
 
----
----
----
----
==References ==


===2012===
== References ==
 
=== 2017 ===
* ([[De Raedt et al., 2017]]) ⇒ [[Luc De Raedt]], [[Kristian Kersting]], [[Sriraam Natarajan]], and [[David Poole]]. ([[2017]]). “[http://kristiankersting.wixsite.com/starai-aaai2017 Statistical Relational Artificial Intelligence Tutorial at AAAI-2017]"
** QUOTE: [[Markov Logic Networks]], [[Problog]], [[(Exact) Lifted Inference]], Representation Issues, [[Propositional Inference]], [[Approximate Lifted Inference]], ...
 
=== 2016a ===
* ([[De Raedt et al., 2016]]) ⇒ [[Luc De Raedt]], [[Kristian Kersting]], [[Sriraam Natarajan]], and [[David Poole]]. ([[2016]]). “Statistical Relational Artificial Intelligence: Logic, Probability, and Computation." Morgan and Claypool Publishers. ISBN: 9781627058414
 
=== 2016b ===
* ([[2016_AReviewofRelationalMachineLearn|Nickel et al., 2016]]) ⇒ [[Maximilian Nickel]], [[Kevin Murphy]], [[Volker Tresp]], and [[Evgeniy Gabrilovich]]. ([[2016]]). “[http://www.chemdatasolution.com/wp-content/uploads/2016/06/A-Review-of-Relational-Machine-Learning-for-Knowledge-Graphs.pdf  A Review of Relational Machine Learning for Knowledge Graphs].&rdquo; In: Proceedings of the IEEE, 104(1). [http://dx.doi.org/10.1109/JPROC.2015.2483592 doi:10.1109/JPROC.2015.2483592]
** QUOTE: [[Traditional machine learning algorithm]]s take as input a [[feature vector]], which represents an object in terms of [[numeric attribute|numeric]] or [[categorical attribute]]s. The main [[learning task]] is to [[learn a mapping]] from this [[feature vector]] to an [[output prediction]] of some form. This could be [[class label]]s, a [[regression score]], or an [[unsupervised cluster]] id or [[latent vector (embedding)]]. In [[Statistical Relational Learning Algorithm|statistical relational learning (SRL)]], the [[item record|representation of an object]] can contain its [[relationship data|relationship]]s to other [[item record|object]]s. Thus the [[dataset|data]] is in the form of a [[graph data|graph]], consisting of [[node]]s ([[entiti]]es) and [[labeled edge]]s ([[relationships between entities]]). The main goals of [[SRL]] include prediction of missing edges, prediction of properties of nodes, and clustering nodes based on their connectivity patterns. These tasks arise in many settings such as analysis of social networks and biological pathways. For further information on SRL, see ([[De Raedt, 2008]]; [[Getoor & Taskar, 2007]]; [[Džeroski & Lavrač, 2001]]).
 
=== 2012 ===
* http://en.wikipedia.org/wiki/Statistical_relational_learning
* http://en.wikipedia.org/wiki/Statistical_relational_learning
** '''Statistical relational learning''' (SRL) is a subdiscipline of [[artificial intelligence]] and [[machine learning]] that is concerned with models of [[Domain model|domains]] that exhibit both [[uncertainty]] (which can be dealt with using statistical methods) and complex, [[relation (mathematics)|relational]] structure. Typically, the [[knowledge representation]] formalisms developed in SRL use (a subset of) [[first-order logic]] to describe relational properties of a domain in a general manner ([[universal quantification]]) and draw upon [[probabilistic graphical model|probabilistic graphical models]] (such as [[Bayesian network|Bayesian networks]] or [[Markov network|Markov networks]]) to model the uncertainty; some also build upon the methods of [[inductive logic programming]]. Significant contributions to the field have been made since the late 1990s. <P>   As is evident from the characterization above, the field is not strictly limited to learning aspects; it is equally concerned with [[reasoning]] (specifically [[statistical inference|probabilistic inference]]) and [[knowledge representation]]. Therefore, alternative terms that reflect the main foci of the field include ''statistical relational learning and reasoning'' (emphasizing the importance of reasoning) and ''first-order probabilistic languages'' (emphasizing the key properties of the languages with which models are represented).
** <B>Statistical relational learning</B> (SRL) is a subdiscipline of [[artificial intelligence]] and [[machine learning]] that is concerned with models of [[Domain model|domains]] that exhibit both [[uncertainty]] (which can be dealt with using statistical methods) and complex, [[relation (mathematics)|relational]] structure. Typically, the [[knowledge representation]] formalisms developed in SRL use (a subset of) [[first-order logic]] to describe relational properties of a domain in a general manner ([[universal quantification]]) and draw upon [[probabilistic graphical model|probabilistic graphical models]] (such as [[Bayesian network|Bayesian networks]] or [[Markov network|Markov networks]]) to model the uncertainty; some also build upon the [[methods of inductive logic programming]]. Significant contributions to the field have been made since the late 1990s.       <P>           As is evident from the characterization above, the field is not strictly limited to learning aspects; it is equally concerned with [[reasoning]] (specifically [[statistical inference|probabilistic inference]]) and [[knowledge representation]]. Therefore, alternative terms that reflect the main foci of the field include ''statistical relational learning and reasoning</i> (emphasizing the importance of reasoning) and ''first-order probabilistic languages'' (emphasizing the key properties of the languages with which models are represented).
 
=== 2008 ===
* ([[De Raedt, 2008]]) ⇒ [[L. De Raedt]]. ([[2008]]). “Logical and Relational Learning." Springer-Verlag.
 
=== 2007 ===
* ([[2007_IntroductionToStaRelLearning|Getoor & Taskar, 2007]]) ⇒ [[Lise Getoor]], and [[Ben Taskar]], ''editors''. ([[2007]]). “[http://books.google.com/books?id=lSkIewOw2WoC Introduction to Statistical Relational Learning]." MIT Press. ISBN:0262072882.
** QUOTE: Handling inherent [[uncertainty]] and exploiting compositional structure are fundamental to understanding and designing [[large-scale system]]s. [[Statistical Relational Learning Algorithm|Statistical relational learning]] builds on ideas from probability theory and statistics to address uncertainty while incorporating tools from [[Logic Research|logic]], [[Database Research|database]]s, and [[Programming Language Research|programming language]]s to represent structure. In [[2007_IntroductionToStaRelLearning|Introduction to Statistical Relational Learning]], leading [[researcher]]s in this emerging area of machine learning describe current formalisms, models, and algorithms that enable effective and robust reasoning about richly structured systems and data.


===2007===
=== 2001 ===
* ([[2007_IntroductionToStaRelLearning|Getoor & Taskar, 2007]]) &rArr; [[Lise Getoor]], and [[Ben Taskar]], ''editors''. ([[2007]]). "[http://books.google.com/books?id=lSkIewOw2WoC Introduction to Statistical Relational Learning]." MIT Press. ISBN:0262072882.
* ([[Džeroski & Lavrač, 2001]]) [[S. Džeroski]], and [[N. Lavrač]]. ([[2001]]). “Relational Data Mining". Springer-Verlag.
** QUOTE: Handling inherent [[uncertainty]] and exploiting compositional structure are fundamental to understanding and designing [[large-scale system]]s. [[Statistical Relational Learning|Statistical relational learning]] builds on ideas from probability theory and statistics to address uncertainty while incorporating tools from [[Logic Research|logic]], [[Database Research|database]]s, and [[Programming Language Research|programming language]]s to represent structure. In [[2007_IntroductionToStaRelLearning|Introduction to Statistical Relational Learning]], leading researchers in this emerging area of machine learning describe current formalisms, models, and algorithms that enable effective and robust reasoning about richly structured systems and data.


----
----
Line 24: Line 47:
__NOTOC__
__NOTOC__
[[Category:Concept]]
[[Category:Concept]]
[[Category:Statistics]]
[[Category:Statistical Inference]]

Latest revision as of 23:03, 26 November 2023

A Statistical Relational Learning Algorithm is a relational learning algorithm that is a statistical learning algorithm (which relies on statistical theory).



References

2017

2016a

2016b

2012

2008

2007

2001