VesselAI Fuel Consumption Regression and Time Series Forecasting
This asset includes code forthe prediction of fuel consumption using AI regression models and time series forecasting techniques. The asset was developed in the context of H2020 VesselAI project
License
MIT license (MIT)
Main Characteristic
Regression Models
In the context of regression models, the following algorithms were employed:
- Bayesian Ridge Regression
- Kernel Ridge Regression
- Stochastic Gradient Descent Regression
- Regression Artificial Neural Network (ANN) with 6 dense layers and ReLU activation function.
Time Series Forecasting
The second approach involves time series forecasting, where the method of sliding window is employed to transform the unsupervised problem into a supervised one. Previous n timeseries observations are used to predict the vessel’s fuel consumption for the next point. The implementation is based on a Long Short-Term Memory (LSTM) model with 3 LSTM layers and 1 dense layer, using tanh as the activation function for the LSTM layers.
Technical Categories
AI services
Business Categories
Maritime Sector
Last updated
13.02.2024 - 23:32