The document describes a machine learning model that uses artificial neural networks to predict average fuel consumption in heavy vehicles. Seven features are extracted from vehicle dataset to train the ANN model, including number of stops, time stopped, average speed, etc. The trained model is then used to predict fuel consumption for new test vehicles based on their feature values. Screenshots of a software implementation of this ANN model for fuel consumption prediction are also included.
Related topics: