I have applied the approach from the paper of Langner et al. to build out the neural networks for encoding and decoding the test routes. If a new tested route has a high error, this indicates that the route was not seen by the model before.
git clone https://github.com/SteveBanin/SemesterProject.git- If using Jupyter: open the
final.ipynbfile and run cells one after another - If using Python: execute
python final.pywithin the cloned repository