chainer topic
kiss
Code for the paper "KISS: Keeping it Simple for Scene Text Recognition"
fcn
Chainer Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
dynamic_routing_between_capsules
Implementation of Dynamic Routing Between Capsules, Sara Sabour, Nicholas Frosst, Geoffrey E Hinton, NIPS 2017
deep_metric_learning
Deep metric learning methods implemented in Chainer
chainerrl
ChainerRL is a deep reinforcement learning library built on top of Chainer.
test-tube
Python library to easily log experiments and parallelize hyperparameter search for neural networks
chainercv
ChainerCV: a Library for Deep Learning in Computer Vision
GP-GAN
Official Chainer implementation of GP-GAN: Towards Realistic High-Resolution Image Blending (ACMMM 2019, oral)
attention_is_all_you_need
Transformer of "Attention Is All You Need" (Vaswani et al. 2017) by Chainer.