Author: Yicong DING (University of Macau)
This repository aims to provide detailed code of the project, allowing users to optimize the model's performance by adjusting various hyperparameters. We also provide a separate script for testing the model's performance on a validation set after selecting the best hyperparameters.
model.ipynb
: Contains the detailed code for the model, where users can choose and test various hyperparameters.external_measure.ipynb
: Used to test the model's performance on a validation set after selecting the best hyperparameters.
- Open and run
model.ipynb
. - Adjust the hyperparameters as needed and train the model.
- Save the best hyperparameter settings.
- Open and run
external_measure.ipynb
. - Use the best hyperparameters selected in
model.ipynb
to test the model on the validation set. - Evaluate and record the model's performance on the validation set.
All related data (including datasets and network diagrams) can be found at the following link: Project Data Link.
Thanks to all contributors to this project, especially my supervisors Defang OUYANG and Yuanjia HU.
This project is licensed under the GPL License. See the LICENSE file for details.