Questions tagged [transfer-learning]

A setting in machine learning when a model trained in one context/domain should then be applied to a different (but related) context/domain.

141 questions
1
vote
1 answer

Can a pretrained Deep learning model of objects (chair, table) be used to do transfer learning and classify telecom equipment?

I want to classify telecom devices: switches, routers, etc. I know that there are pre-trained model available online: https://github.com/tensorflow/models Will it be possible to use transfer learning using those? Or do I have to use a pre-trained…
Aizzaac
  • 1,179
0
votes
1 answer

how to transfer a model trained on regression task to classification task?

I got a model trained on a regression task, that is predicting the severity of cancer from 0 to 5. Then my supervisor told me to validate on other datasets. I found one but this has two differences. First one is image size, model was trained on…