Synopsis
This project aims to predict and visualize armed conflict data for African states. Realtime data can be obtained from ACLED (Armed Conflict Location and Event Data Project). Prediction module uses Numenta's Hierarchical Temporal Memory (HTM) model, which is based on a brain-inspired theory of neuroscience.
A co-occurence matrix based on d3.js is used for predictive visualization. This type of matrix is normally used for text-mining. For this project, rows correspond to actual events while columns are predicted events. Darker cells indicate more frequent co-occurrence of actual and predicted events.
Motivation
The primary motivation is to learn about Numenta's HTM framework. A secondary motivation is to explore techniques for categorical prediction and predictive visualization.
Log in or sign up for Devpost to join the conversation.