ngocbh / ship-radar-simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ship radar simulation

A simple simulation for on-board radar system. Based on the behavior of the surrounding ships, a risk assessment model is proposed to assess the chance of being attacked by pirate ship.

This is a part of our project in ASEAN-Indian Hackathon .

How it looks

alt tag

How to run

Requirements

pip install -r requirements.txt

Run

python src/radar.py

Risk assessment model

There are many factors affecting pirates' decision to attack including ship's type, ship's size, ship's flag, ship's current location, current date, time,...

We proposed a simple regression model to assess the risk score of a particular ship operating in an area.

  • Dataset: Past pirate attacks (crawled from GISIS (IMO))
  • Model: Logistic regression
  • Input: A ship and its current information
  • Output: A chance of being attacked

About


Languages

Language:Jupyter Notebook 70.0%Language:Python 30.0%