Skip to content

Implementation of CycleGAN using Tensorflow for neuro-imaging application

Notifications You must be signed in to change notification settings

deepikakanade/CycleGANTensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CycleGAN

A TensorFlow implementation of CycleGAN for neuroimaging data.

The CycleGAN model is used to convert Post-gadolinium enhanced MRI images into pre-gad MRI images. The main advantage of using CycleGAN is to eliminate the requirement of paired data.

model

The network architecture can be described as follows:

model

The generator is formed by using ResNet block defined in models.py. resnet_block is a neural network layer which consists of two convolution layers where a residue of input is added to the output.

model

The losses used in CycleGAN architecture are:

  • Generator Loss
  • Discriminator Loss
  • Cyclic Loss

About

Implementation of CycleGAN using Tensorflow for neuro-imaging application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published