Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Belief calculation

Jan Paul Posma edited this page May 15, 2014 · 1 revision

The Factlink application greatly depends on how good we are in calculating the belief people have in certain facts. This touches a lot of aspects, how will people interact, how do we prevent bias, how do we actually calculate the numbers, etc.

In the following pages (meant to be read sequentially) we explain how the algorithm works, and why we choose this algorithm. This document is meant to be read by developers foremost, and terminology might differ from terminology used in the frontend. The terminology used here is meant to be the one used in the backend. (for instance, we speak of Facts instead of Factlinks, to avoid confusion with Factrelations)

Old