CYLGSIAPJul 17, 2020

Network Learning Approaches to study World Happiness

arXiv:2007.09181v1
AI Analysis

This work addresses the problem of modeling happiness for policymakers, but it is incremental as it applies existing methods to new data.

The paper tackled predicting and understanding world happiness using computational models, showing that General Regression Neural Networks outperform other state-of-the-art predictive models, and used Bayesian Networks to uncover causal relationships among key features for policy-making.

The United Nations in its 2011 resolution declared the pursuit of happiness a fundamental human goal and proposed public and economic policies centered around happiness. In this paper we used 2 types of computational strategies viz. Predictive Modelling and Bayesian Networks (BNs) to model the processed historical happiness index data of 156 nations published by UN since 2012. We attacked the problem of prediction using General Regression Neural Networks (GRNNs) and show that it out performs other state of the art predictive models. To understand causal links amongst key features that have been proven to have a significant impact on world happiness, we first used a manual discretization scheme to discretize continuous variables into 3 levels viz. Low, Medium and High. A consensus World Happiness BN structure was then fixed after amalgamating information by learning 10000 different BNs using bootstrapping. Lastly, exact inference through conditional probability queries was used on this BN to unravel interesting relationships among the important features affecting happiness which would be useful in policy making.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes