Chainer is a flexible framework for neural networks. One major goal is flexibility, so it must enable us to write complex architectures simply and intuitively.
More info here
ref Chainer.wiki - Chainer Wiki
- [Chainer Tutorial Offical document]http://docs.chainer.org/en/latest/tutorial/index.html) - Chainer Tutorial Offical document
- hido/chainer-handson - Chainer Hands-on
- iwiwi/chainer-handson - Chainer Hands-on(JP CPU only)
- ChainerRL - ChainerRL is a deep reinforcement learning library built on top of Chainer.
- ChainerCV - Versatile set of tools for Deep Learning based Computer Vision
- Paint Chainer - Paints Chainer is line drawing colorizer using chainer.
- LSGAN - Least Squares Generative Adversarial Network implemented in Chainer
- Chainer-gogh - Implementation of "A neural algorithm of Artistic style"
- Chainer Graph CNN - Chainer implementation of 'Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering' (https://arxiv.org/abs/1606.09375)
- chainer-segnet - SegNet implementation & experiments in Chainer
- chainer-pix2pix - chainer implementation of pix2pix
Method | Codes |
---|---|
Cifar10 | mitmul/chainer-cifar10 |
Deep pose | mitmul/DeepPose |
Deep Q-Network (DQN) | ugo-nama-kun/DQN-chainer |
Image super-resolution | mrkn/chainer-srcnn |
Image super-resolution | Hi-king/chainer_superresolution |
Overfeat | darashi/chainer-example-overfeat-classify |
Recurrent neural network (RNN) | yusuketomoto/chainer-char-rnn |
Variational autoencoder (VAE) | RyotaKatoh/chainer-Variational-AutoEncoder |
VGG | mitmul/chainer-imagenet-vgg |
Machine Translation, word segmentation, and language model | odashi/chainer_examples |
ResNet | yasunorikudo/chainer-ResNet |
DenseNet | yasunorikudo/chainer-DenseNet |
ResDrop | yasunorikudo/chainer-ResDrop |
Convolution Filter Visualization | mitmul/chainer-conv-vis |
Siamese Network | mitmul/chainer-siamese |
Support Vector Machine (SVM) | mitmul/chainer-svm |
Fast R-CNN | mitmul/chainer-fast-rcnn |
Fast R-CNN | apple2373/chainer-simple-fast-rnn |
Faster R-CNN | mitmul/chainer-faster-rcnn |
Group Equivariant Convolutional Neural Networks | tscohen/GrouPy |
Perceptual Losses for Real-Time Style Transfer and Super-Resolution | yusuketomoto/chainer-fast-neuralstyle |
illustration2vec | rezoo/illustration2vec |
StyleNet (A Neural Algorithm of Artistic Style) | apple2373/chainer_stylenet |
StyleNet (A Neural Algorithm of Artistic Style) | mattya/chainer-gogh |
Show and Tell | apple2373/chainer_caption_generation |
Deep Predictive Coding Networks | chainer-prednet |
BinaryNet | hillbig/binary_net |
Variational Auto-Encoder (VAE), Generative Adversarial Nets (GAN), VAE-GAN | stitchfix/fauxtograph |
Generative Adversarial Nets (GAN) | rezoo/data.py |
Deep Convolutional Generative Adversarial Network (DCGAN) | mattya/chainer-DCGAN |
Fluid simulation | mattya/chainer-fluid |
Convolutional Autoencoder | ktnyt/chainer_ca.py |
RNN Language Model | odashi/chainer_rnnlm.py |
Neural Encoder-Decoder Machine Translation | odashi/chainer_encoder_decoder.py |
LSTM variants | prajdabre/chainer_examples |
Stacked Denoising Autoencoder | tochikuji/chainer-libDNN |
Chainer Hands-on | hido/chainer-handson |
Recurrent Attention Model | masaki-y/ram |
Fully Convolutional Networks | wkentaro/fcn |
Generative Adversarial Networks with Denoising Feature Matching | hvy/chainer-gan-denoising-feature-matching |
Visualizing and Understanding Convolutional Networks | hvy/chainer-visualization |
Chainer GAN Trainer | hvy/chainer-gan-trainer |
QRNN | jekbradbury/qrnn.py |
Deep Feature Interpolation for Image Content Changes | dsanno/chainer-dfi |
SegNet | mitmul/chainer-segnet |
WGAN | musyoku/wasserstein-gan |
IMSAT | weihua916/imsat |
LSGAN | musyoku/LSGAN |
- Deel; A High level deep neural network description language
- DEEPstation
- chainer_imagenet_tools
- scikit-chainer
- chainer-libDNN
- Chainer の Trainer 解説とNStepLSTM について Published on Mar 15, 2017
- Chainer Meetup #04 Published on Feb 23, 2017
- 1014:深層学習フレームワークChainerの導入と化合物活性予測への応用 Published on Dec 2, 2015
- Chainer document - An introduction to Chainer
- Chainer blogs
- Introduction to Chainer: Neural Networks in Python
- The DIY Guide to Chainer
- CHAINER CHARACTER EMBEDDINGS
- A Fontastic Voyage: Generative Fonts with Adversarial Networks
- Chainerによる実践深層学習 by 新納浩幸