chainer topic

List chainer repositories

kiss

109
Stars
29
Forks
Watchers

Code for the paper "KISS: Keeping it Simple for Scene Text Recognition"

fcn

218
Stars
97
Forks
Watchers

Chainer Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

dynamic_routing_between_capsules

204
Stars
74
Forks
Watchers

Implementation of Dynamic Routing Between Capsules, Sara Sabour, Nicholas Frosst, Geoffrey E Hinton, NIPS 2017

deep_metric_learning

158
Stars
44
Forks
Watchers

Deep metric learning methods implemented in Chainer

chainerrl

1.2k
Stars
226
Forks
Watchers

ChainerRL is a deep reinforcement learning library built on top of Chainer.

test-tube

735
Stars
75
Forks
Watchers

Python library to easily log experiments and parallelize hyperparameter search for neural networks

chainercv

1.5k
Stars
306
Forks
Watchers

ChainerCV: a Library for Deep Learning in Computer Vision

deeppose

408
Stars
129
Forks
Watchers

DeepPose implementation in Chainer

GP-GAN

448
Stars
94
Forks
Watchers

Official Chainer implementation of GP-GAN: Towards Realistic High-Resolution Image Blending (ACMMM 2019, oral)

attention_is_all_you_need

315
Stars
70
Forks
Watchers

Transformer of "Attention Is All You Need" (Vaswani et al. 2017) by Chainer.