Difference between revisions of "TheoEvidenz"

From LRDE

(Created page with " eVidenZ page * The authors: ** [https://www.lrde.epita.fr/wiki/People/Nicolas_Burrus Nicolas Burrus] ** [https://www.lrde.epita.fr/wiki/People/David_Lesage David Lesage] T...")
 
Line 1: Line 1:
   
   
eVidenZ page
+
<big><big>'''eVidenZ page'''</big></big>
  +
  +
<br>
  +
  +
* The theory behind: [[http://en.wikipedia.org/wiki/Dempster%E2%80%93Shafer_theory][on Wikipedia]]
  +
  +
<br>
   
 
* The authors:
 
* The authors:
  +
 
** [https://www.lrde.epita.fr/wiki/People/Nicolas_Burrus Nicolas Burrus]
 
** [https://www.lrde.epita.fr/wiki/People/Nicolas_Burrus Nicolas Burrus]
 
** [https://www.lrde.epita.fr/wiki/People/David_Lesage David Lesage]
 
** [https://www.lrde.epita.fr/wiki/People/David_Lesage David Lesage]
  +
  +
<br>
   
 
The materials:
 
The materials:
  +
* report "Theory of Evidence", by Nicolas Burrus and David Lesage, LRDE, 2007
 
  +
* report "Theory of Evidence", by Nicolas Burrus and David Lesage, LRDE, 2007 &nbsp; --> &nbsp; [https://www.lrde.epita.fr/~theo/eVidenZ/eVidenZ_report.pdf eVidenZ_report.pdf] (103 pages, 1.5Mo)
* slides "Evidence Theory [episode 2]: Implementation Issues and Applications" by David Lesage, LRDE, 2003.
 
  +
 
* slides "Evidence Theory [episode 2]: Implementation Issues and Applications" by David Lesage, LRDE, 2003 &nbsp; --> &nbsp; [https://www.lrde.epita.fr/~theo/eVidenZ/eVidenZ_slides.pdf eVidenZ_slides.pdf] (53 slides, 2.1Mo)
  +
 
* source code
 
* source code
  +
  +
  +
<!--
  +
** abstract:
  +
<sub>The theory of evidence, also called Dempster-Shafer theory or belief functions theory, has been introduced by Glenn Shafer in 1976 as a new approach for representing uncertainty. Nowadays, this formalism is considered as one of the most interesting alternatives to Bayesian networks and fuzzy sets. This report makes an overview of both theoretical and implementation aspects of this theory. After a short survey of the historical motivations for this theory, we present its interesting properties through the Transferable Belief Model formalism. From a more practical point of view, we propose a review of the existing optimizations for facing the #P complexity of Dempster-Shafer computations. This report introduces a new promising concept to compute repeated fusions: the delayed mass valuation. Finally, we present <code>eVidenZ</code>, our general-purpose C++ library for designing efficient Dempster-Shafer engines.</sub>
  +
-->

Revision as of 18:34, 4 March 2015


eVidenZ page


  • The theory behind: [[1][on Wikipedia]]


  • The authors:


The materials:

  • report "Theory of Evidence", by Nicolas Burrus and David Lesage, LRDE, 2007   -->   eVidenZ_report.pdf (103 pages, 1.5Mo)
  • slides "Evidence Theory [episode 2]: Implementation Issues and Applications" by David Lesage, LRDE, 2003   -->   eVidenZ_slides.pdf (53 slides, 2.1Mo)
  • source code