Page 1 of 1

13. One hospital asks for your advice to do lung nodule classification with deep CNNs. The hospital has a considerable l

Posted: Thu May 26, 2022 9:37 am
by answerhappygod
13 One Hospital Asks For Your Advice To Do Lung Nodule Classification With Deep Cnns The Hospital Has A Considerable L 1
13 One Hospital Asks For Your Advice To Do Lung Nodule Classification With Deep Cnns The Hospital Has A Considerable L 1 (141.04 KiB) Viewed 16 times
13. One hospital asks for your advice to do lung nodule classification with deep CNNs. The hospital has a considerable large connection of CT images of lung nodules and their labels (i.e., benign or cancerous). Which strategy will you mostly suggest considering both performance and efficiency for this task? A. Use a pretrained model (such as VGG16, ResNet) as feature extractor. The features then are used as an input to a network with two full-connected layers. B. Fine-tune all the convolutional layers in a pretrained model (such as VGG16, ResNet) and train two fully-connected layers. C. Fine-tune a few last convolutional layers in a pretrained model (e.g., VGG16, ResNet) and train two fully-connected layers. D. Define a middle-size CNN architecture, and train it on this dataset from scratch.