paul-tqh-nguyen / reuters_topic_labelling

Deep learning to automatically label Reuter's articles with the relevant topics.
1 stars 0 forks source link

Refactor hyperparameter search to work with CNN functionality #24

Closed paul-tqh-nguyen closed 4 years ago

paul-tqh-nguyen commented 4 years ago

If the models created in https://github.com/paul-tqh-nguyen/reuters_topic_labelling/issues/22 prove useful, we'll have to refactor our hyperparameter search to search over CNN hyperparameters rather than those of our previous EEAP models.

This ticket is to accomplish that.

paul-tqh-nguyen commented 4 years ago

https://github.com/paul-tqh-nguyen/reuters_topic_labelling/commit/58410bbee2fa7cb88fb669353dccb1cbb7f4b6c0 accomplishes this task.