Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/musyoku/vat

Chainer implementation of Virtual Adversarial Training (VAT)
https://github.com/musyoku/vat

Last synced: 2 months ago
JSON representation

Chainer implementation of Virtual Adversarial Training (VAT)

Awesome Lists containing this project

README

        

## Distributional Smoothing with Virtual Adversarial Training

code for the [paper](https://arxiv.org/abs/1507.00677)

[実装について](http://musyoku.github.io/2016/12/10/Distributional-Smoothing-with-Virtual-Adversarial-Training/)

### Requirements

- Chainer 1.18

## Semi-supervised MNIST Classification

| data | # |
|:--:|:--:|
| labeled | 100 |
| unlabeled | 49900 |
| validation | 10000 |

![classification](https://github.com/musyoku/musyoku.github.io/blob/master/images/post/2016-12-10/accuracy.png?raw=true)