Coder Social home page Coder Social logo

erichoang / criminal-network-visualization Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 102.34 MB

This tool is a part of the paper "Inductive and Transductive Link Prediction for Criminal Network Analysis," published in the Journal of Computational Science in 2023. It implements an analyzer and visualizer specialized for criminal (social) network analysis, including community detection, social influence analysis, and link prediction.

Home Page: https://www.roxanne-euproject.org

License: Other

Python 55.98% Shell 0.42% HTML 42.42% CSS 1.19%
centrality community-detection crime-data-analysis crime-prediction criminal-network graph-mining link-prediction machine-learning social-influence social-network-analysis

criminal-network-visualization's Introduction

Criminal Network Analysis and Visualization

python NetworkX ROXANNE-license

Criminal Network Analysis

Overview

A visualization tool for criminal network analysis.

  • analyzer: criminal (social) network analysis functionalities, including community detection, social influence analysis, node embedding generation, and (transductive) link prediction.
  • datasets: criminal datasets for developing/testing the system. [List of Criminal Datasets].
  • conductor: providing API services
  • framework: the system's infrastructure/framework and communication among its components
  • storage: data handling graph storage
  • tester: example scripts for testing the system's components
  • visualizer: web interfaces and visualization. [Visualizer User Documentation].

This repository is a part of the paper "Inductive and Transductive Link Prediction for Criminal Network Analysis," published in the Journal of Computational Science in 2023. The paper discusses how identifying potential offenders who might co-offend can help law enforcement focus their investigations and improve predictive policing. Traditional methods rely heavily on manual work by police officers, which can be inefficient. To address this, the paper introduces two machine learning frameworks based on graph theory, specifically for burglary cases. These are transductive link prediction (this repository), which predicts connections between existing nodes (offenders or crime cases), and inductive link prediction (see the implementation here), which finds links between new crime cases and existing nodes.

Citation

Ahmadi, Z., Nguyen, H. H., Zhang, Z., Bozhkov, D., Kudenko, D., Jofre, M., Calderoni, F., Cohen, N., & Solewicz, Y. (2023). Inductive and transductive link prediction for criminal network analysis. Journal of Computational Science. Preprint

@article{ahmadi2023inductive,
  title = {Inductive and Transductive Link Prediction for Criminal Network Analysis},
  author = {Ahmadi, Zahra and Nguyen, Hoang H. and Zhang, Zijian and Bozhkov, Dmytro and Kudenko, Daniel and Jofre, Maria and Calderoni, Francesco and Cohen, Noa and Solewicz, Yosef},
  journal = {Journal of Computational Science},
  publisher = {Elsevier},
  volume = {72},
  pages = {102063},
  year = {2023},
  issn = {1877-7503},
  doi = {https://doi.org/10.1016/j.jocs.2023.102063},
  url = {https://www.sciencedirect.com/science/article/pii/S1877750323001230},
}

Analysis and Visualization

Installation

Requirements

  • Linux
  • Anaconda

Install Environment

Install python required packages.

pip install -r visualizer/requirements.txt

Quickstart

Run the server

Start the server by executing the index.py with Python 3.7:

$ python visualizer/index.py

Open the visualizer

The server now listens locally on port 8050. Click the link provided by the command line interface or visit 0.0.0.0:8050 directly.

Visualizer User Documentation

For a full tutorial on how to use our visualizer, please check the Visualizer User Documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.