Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/musyoku/mnist-oneshot

MNISTのワンショット学習をChainerで試す
https://github.com/musyoku/mnist-oneshot

Last synced: 3 months ago
JSON representation

MNISTのワンショット学習をChainerで試す

Awesome Lists containing this project

README

        

# MNISTのワンショット学習

[詳細](http://musyoku.github.io/2016/12/23/Improved-Techniques-for-Training-GANs/)

### Requirements

- Chainer 1.18

# 10ラベル

![image](http://musyoku.github.io/images/post/2016-12-27/all_10_seed_1.png)

![image](http://musyoku.github.io/images/post/2016-12-27/all_10_seed_2.png)

# 20ラベル

![image](http://musyoku.github.io/images/post/2016-12-27/all_20_seed_1.png)

![image](http://musyoku.github.io/images/post/2016-12-27/all_20_seed_2.png)

# 50ラベル

![image](http://musyoku.github.io/images/post/2016-12-27/all_50_seed_1.png)