Skip to content

[TSAS 2023] AIST: An Interpretable Attention-based Deep Learning Model for Crime Prediction.

Notifications You must be signed in to change notification settings

YeasirRayhanPrince/aist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIST: An Interpretable Attention-Based Deep Learning Model for Crime Prediction

This repository contains the code for AIST: An Interpretable Attention-Based Deep Learning Model for Crime Prediction.

Requirements

To install requirements:

pip install -r requirements.txt

Training

To train AIST on 2019 'theft' data of Near North Side, Chicago, run this command:

python train.py

To further train AIST on different crime categories and communities of Chicago, run this command:

python train.py --tct=chicago --tr=ID1 --tc=ID2

For IDs of the communities or the crime-categories, check data/chicago/chicago_cid_to_name.txt and data/chicago/chicago_crime-cat_to_id.txt

About

[TSAS 2023] AIST: An Interpretable Attention-based Deep Learning Model for Crime Prediction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages