barkincavdaroglu / Link-Prediction-Mesh-Network

PyTorch Implementation of a Deep Learning Model for Temporal Link Prediction in MANETs
2 stars 1 forks source link

Cleanup Unused Layers #28

Closed barkincavdaroglu closed 1 year ago

barkincavdaroglu commented 1 year ago

The model currently outperforms state-of-the-art. Prior layers are deleted because they were specifically designed for mesh network predictions (which we didn't have enough data for). Will implement new layers to improve the current model.