Skip to content

Data processing and deep learning of CS410 project (Artificial Intelligence-Gene Chips Analysis)

Notifications You must be signed in to change notification settings

zhaoyiran924/SJTU-CS410-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SJTU-CS410-Project (Gene Chips Analysis)

Data processing, deep learning method and the report of CS410 project (Gene Chips Classification)

Data Processing

Data processing includes dimensionality reduction by PCA, category reductoion and merging categories.

Deep Learning

Deep learning part is implemented by PyTorch.

The neural network is a simple fully connected network with 3 hidden layers of sizes (256, 512, 256).

Dependencies

  • Python 3.7
  • Pytorch 0.4.1

Run Training Phase

python train.py 

About

Data processing and deep learning of CS410 project (Artificial Intelligence-Gene Chips Analysis)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%