SnowHawkeye / disease-prediction

Repository for experiments on disease prediction
MIT License
0 stars 0 forks source link

[ASK] Training and retraining speed #15

Open SnowHawkeye opened 1 month ago

SnowHawkeye commented 1 month ago

Problem Statement

Does the machine learning model (MIPHA kernel) converge faster with re-used / pre-trained feature extractors?

Context: #6

Deliverables

We expect the pre-trained features to make the convergence faster.

Approaches

Experiments needed to address the question

Understanding and Exploration

anshuchowdaryalapati commented 1 month ago

If you need a quick solution with limited computational resources, retraining the classifier might be the way to go. However, if you aim for the best possible performance and have the necessary resources, fine-tuning the feature extractor is likely the better choice.

SnowHawkeye commented 1 month ago

If you need a quick solution with limited computational resources, retraining the classifier might be the way to go. However, if you aim for the best possible performance and have the necessary resources, fine-tuning the feature extractor is likely the better choice.

@anshuchowdaryalapati Thank you for your input! I also realized my question was inaccurate (I'm still in the process of defining the issues). Your comment helped me find a better formulation