Skip to content

shijwe/DCGN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCGN

Deep learning approach for cancer subtype classification using high-dimensional gene expression data It is built with Tensorflow and Python 3.

Requirements

  • python 3.7, numpy, scipy, TensorFlow 2.4, pysam

Codes

  • DCGN-new.ipynb
  • Comparative methods.ipynb

Data

Usage

Data preprocessing

  1. Read the data (.mat), check the data and label dimensions,
  2. Feature normalization before training
  3. Set a random seed and shuffle the dataset

Build the model

  1. Change the shape according to different datasets in the model.build function
  2. The last layer of data set BLCALund data set must be greater than 10 nodes.

Train Model

  1. Set the loss function and evaluation indicators
  2. Define the training and validation steps
  3. Defining and dividing the dataset
  4. Perform training and validation steps in a loop
  5. After the training and validation steps, the model is finally evaluated on the test set.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published