https://github.com/lv-max/cs-547-ddp-team-8
https://github.com/lv-max/cs-547-ddp-team-8
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lv-max/cs-547-ddp-team-8
- Owner: Lv-Max
- License: mit
- Created: 2024-12-09T22:51:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T23:09:04.000Z (6 months ago)
- Last Synced: 2024-12-10T00:17:59.431Z (6 months ago)
- Language: Jupyter Notebook
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **CS 547 Deep Dive Project 8**
## Team Members:
Chongbin Yao
Hongxiao Chen
Vincent Lyu
Wendi Zhao## Problem Overview
Our project focuses on using the **Chicago crime dataset** to predict and analyze crime patterns across the city. The goal is to leverage deep learning techniques to identify trends, forecast future crimes, and suggest actionable strategies that can help law enforcement and policymakers prevent crimes proactively.
Our problem is: **How can we use historical crime data to predict future crime trends and take proactive measures to reduce crime, and improve public safety in the city?**We aim to use historical crime data combined with temporal, spatial, and contextual features to build predictive models. These models will help us forecast future crime trends, allowing for preemptive measures such as optimizing police deployment, issuing public safety alerts, and guiding policymaking to improve resource allocation and overall public safety.
## Datasets
We will use the following datasets:
**Chicago crime data:** [https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-Present/ijzp-q8t2](https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-Present/ijzp-q8t2)
(We will be using data from 2001 to 18/10/2024: [https://drive.google.com/file/d/1wazTYkb5iBLT7WvqrSyBO0klhIQyx8uu/view?usp=drive\_link](https://drive.google.com/file/d/1wazTYkb5iBLT7WvqrSyBO0klhIQyx8uu/view?usp=drive_link))
**Holidays:**
[https://gist.github.com/shivaas/4758439](https://gist.github.com/shivaas/4758439)
**Weather / Season:**
[https://www.ncdc.noaa.gov/cdo-web/datasets](https://www.ncdc.noaa.gov/cdo-web/datasets)