You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2025. It is now read-only.
Research question
Does BERT finetuning increase performance?
Hypothesis
Yes, the classifier in BERT will also pull apart the word embeddings belonging to specific locations, making it easier to distinguish images with different tumour classes.
Method
Train BERT with frozen and trainable parameters. Keep everything else the same. See if the performance is increased.
Finetuning BERT will take longer as a (backward) pass through BERT is costly.
Result comments on this should include results and a discussion.
Research question
Does BERT finetuning increase performance?
Hypothesis
Yes, the classifier in BERT will also pull apart the word embeddings belonging to specific locations, making it easier to distinguish images with different tumour classes.
Method
Train BERT with frozen and trainable parameters. Keep everything else the same. See if the performance is increased.
Finetuning BERT will take longer as a (backward) pass through BERT is costly.
Result comments on this should include results and a discussion.