Skip to content

Jaehoon9201/Keras-1D-SGAN-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Keras-1D-SGAN-Classifier

This code has been redesigned to fit 1-D data based on the reference right. Reference

What is the SGAN(Semi-Supervised GAN)?

As you can see the results on site Refence2, you can train a high-performance classifier with little labeled data.

10% labeled data 100% labeled data
0.9255 0.945

sgan_flt_diagnosis.py

The following result shows the result of classifier learning for 1-D data provided with this code.

20210511_140503

sgan_flt_diagnosis_test.py

As shown in the code below, the classifier(=discriminator) model saved in sgan_flt_diagnosis.py can be loaded and evaluated.

The following result shows the result of classifier test for 1-D data provided with this code.

# load the model
model = load_model('model/c_model_12960.h5')

20210511_141118

About

Keras-1D-SGAN-Classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages