Giter Club home page Giter Club logo

vessel_trajectory_prediction's Introduction

Vessel Trajectory Prediction

This is a demo of the vessel trajectory prediction and the unofficial and simple implementation of the papers listed below.

The overview

We use human-made AIS data (only 2-dimension data including longitude and latitude) to train the model. The trajectory is illustrated in the following picture. It has 400 points and the first 300 points are regarded as training data, the next 60 points are regarded as validation data. The remaining 40 points are known as testing data.

avatar

You also can build your custom AIS data with speed, orientation and so on here to predict your vessel trajectory.

The network

As usual, we use the sequence-to-sequence model. The first step is to send the previous L steps of observation into LSTM to encoder the feature. Then in the decoder step, the feature through LSTM can predict the next h steps of vessel trajectory.

Here we set L to 20, h to 1. You could change the value in the run.py easily. We use the adam optimizer and set the epochs to 100.

avatar

The experiment

  • The training process of our model. We see that the loss of train and valid is decreasing.

avatar

  • The vessel trajectory prediction of train, valid and test corresponds to the true trajectory qualitatively.

avatar

If we have lots of AIS data to train the sequence-to-sequence model, we will get a better prediction.

vessel_trajectory_prediction's People

Contributors

whubaichuan avatar

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.