Hacker News new | ask | show | jobs
by AndrewKemendo 3158 days ago
Yes, and that's possible now with many different CNNs. The limiting factor is the training/validation/test data in your subject.

For example you couldn't implement Mask R-CNN with the COCO dataset as implemented here and get inference on your radiology problem set.

1 comments

Would transfer learning help with that?
Yea I mean transfer learning would bring over the first n convolutions so it would be faster than from scratch, but you still need the radiology data to get the last few steps.