Bayesian beliefs app

less than 1 minute read

Published:

I have developed a light web app in vue.js using the quasar framework. It is available as a website as well as an app in the android play store.

This app helps you keep rational beliefs about the world using the Bayesian approach. It works by listing down competing hypothesis, and maintaining their probability of being true. This probability is re-calculated with the Bayesian formula everytime a new observation about the world is made.

This is a pure frontend app: all data stays in local storage on the device, there is no backend. The code is open-source on github.