首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >分类生成统一框架Triple-GAN

分类生成统一框架Triple-GAN

作者头像
用户1908973
发布2018-07-24 15:42:01
1.1K0
发布2018-07-24 15:42:01
举报
文章被收录于专栏:CreateAMindCreateAMind

https://github.com/zhenxuan00/triple-gan 阅读原文

Triple Generative Adversarial Nets (Triple-GAN)

Chongxuan Li, Kun Xu, Jun Zhu and Bo Zhang

Code for reproducing most of the results in the paper. Triple-GAN: a unified GAN model for classification and class-conditional generation in semi-supervised learning.

Warning: the code is still under development.

Some libs we used in our experiments

Python Numpy Scipy Theano Lasagne Parmesan

Thank the authors of these libs. We also thank the authors of Improved-GAN and Temporal Ensemble for providing their code. Our code is widely adapted from their repositories.

Results

Triple-GAN can achieve excellent classification results on MNIST, SVHN and CIFAR10 datasets, see the paper for a comparison with previous state-of-the-art. See generated images as follows:

Comparing Triple-GAN (right) with GAN trained with feature matching (left)

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2017-07-14,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 CreateAMind 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Triple Generative Adversarial Nets (Triple-GAN)
    • Chongxuan Li, Kun Xu, Jun Zhu and Bo Zhang
      • Some libs we used in our experiments
        • Results
          • Comparing Triple-GAN (right) with GAN trained with feature matching (left)
      领券
      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档