A machine learning model trains the estimation of arrival times (ETA) in shipping on data from the Danish Automatic Identification (AIS) System
- Data preprocessing
- Identification of drives per port and MMSI
- Handling NaN, undefined, One-Hot-Encoding
- Automatic label generation
- Model training from scratch for ports
- Architecture InceptionTime + Dense
- One model for each port (base-model)
- Transfer of models to each other port
- Re-Train certain layers
- Iterate with different layers and less data
- Evaluation (MAE, plots)