Skip to content

kirmedvedev/seminoma-subtypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep learning for identification of pure seminoma subtypes using H&E slides

This repository provides pretrained model for identification of pure seminoma subtypes. Seminoma subtypes were identified using data from The Cancer Genome Atlas (https://portal.gdc.cancer.gov/) [1,2].

Overview of dataset preparation, training and validation process:

Fig3_new

For training this model we used all histopathological slides available at TCGA data portal for 64 pure seminoma samples (156 slides). Pure seminoma regions of interest (ROIs) were assigned and verified for each slide. Verified ROIs were subsequently split into smaller tiles (300x300 pixels) at 20X magnification and with 50% overlap. Models training was performed for 20 epochs with 3-fold cross-validation.

Model was trained using:

  • Tensorflow 2.5.0
  • CUDA 11.2
  • cuDNN 8.1
  • Binary Cross Entropy loss function
  • Adam optimizer
  • MobileNet architecture

Fig4_new

Usage

import tensorflow as tf
model = tf.keras.models.load_model('./seminoma_subtypes_model_new.h5')

References

  1. Medvedev KE, Savelyeva AV, Chen KS, Bagrodia A, Jia L, Grishin NV. Integrated Molecular Analysis Reveals 2 Distinct Subtypes of Pure Seminoma of the Testis. Cancer Informstics. 2022, 21. https://doi.org/10.1177/11769351221132634
  2. Savelyeva AV, Medvedev KE. Seminoma subtypes differ in the organization and functional state of the immune microenvironment. 3 Biotech. 2023, 13(3):110. https://doi.org/10.1007/s13205-023-03530-1
  3. Medvedev KE, Acosta PH, Jia L, Grishin NV. Deep learning for subtypes identification of pure seminoma of the testis. Clinical Pathology 2024, 17:1-7. https://journals.sagepub.com/doi/10.1177/2632010X241232302

About

Identification of seminoma subtypes using deep learning

Topics

Resources

License

Stars

Watchers

Forks