liupei101 / TFDeepSurv

COX Proportional risk model and survival analysis implemented by tensorflow.
MIT License
99 stars 27 forks source link

TFDeepSurv package on medical images ? #13

Closed eballot21 closed 1 year ago

eballot21 commented 2 years ago

@liupei101 Thank you so much for the package.

Could you please tell is it possible to use TFDeepSurv package on medical images ? Where can the convolution layers be introduced?

Thank you!

liupei101 commented 2 years ago

Thx for your feedback.

TFDeepSurv cannot directly be utilized for medical iamges. It is developed for a feature representation. If you want to use this package on your own images, maybe you can try to

Any survival prediction related models can be built upon TFDeepSurv. All you need is to deal with the input data (tables, images or 3D objects).