Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musyoku/mnist-oneshot
MNISTのワンショット学習をChainerで試す
https://github.com/musyoku/mnist-oneshot
Last synced: 3 months ago
JSON representation
MNISTのワンショット学習をChainerで試す
- Host: GitHub
- URL: https://github.com/musyoku/mnist-oneshot
- Owner: musyoku
- Created: 2016-12-26T02:31:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T04:57:03.000Z (about 8 years ago)
- Last Synced: 2024-08-02T12:22:06.641Z (6 months ago)
- Language: Python
- Size: 43 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)