Skip to content
corochannNote
Deep learning, Machine learning, Android etc.
  • Twitter
  • github
  • Kaggle
  • Home
  • About
  • Deep learning tutorial with Chainer
  • Android TV app tutorial
  • Projects
    • Apps
      • Hayya ‘alas Salah
      • Seikeidenron for Android TV
    • theanonSR
    • C/C++ Single File Execution Plugin

Category: Chainer

Chainer

Write predict code using concat_examples

Posted on June 21, 2017 / 0 Comment

This tutorial corresponds to 03_custom_dataset_mlp folder in the source code. We have trained the model with own dataset, MyDataset, in...

Chainer

Training code for MyDataset

Posted on June 20, 2017 / 0 Comment

This tutorial corresponds to 03_custom_dataset_mlp folder in the source code. We have prepared your own dataset, MyDataset, in previous...

Chainer

Create dataset class from your own data with DatasetMixin

Posted on June 20, 2017 / 0 Comment

This tutorial corresponds to 03_custom_dataset_mlp folder in the source code. In previous chapter we have learned how to train deep neural network using MNIST h...

Chainer

Predict code for simple sequence dataset

Posted on June 13, 2017 / 0 Comment

Predict code is easy, implemented in predict_simple_sequence.py. First, construct the model and load the trained model parameters, Then we only specify the...

Chainer

Chainer v2 released: difference from v1

Posted on June 9, 2017 / 0 Comment

Chainer version 2 has been released on 2017 June 1,  #Chainer v2.0.0 has been released! Memory reduction (33% in ResNet), API clean up, and CuPy ...

Chainer

Training RNN with simple sequence dataset

Posted on June 1, 2017 / 0 Comment

We have learned in previous post that RNN is expected to have an ability to remember the sequence information. Let’s do a easy experiment to check it before try...

Chainer

Recurrent Neural Network (RNN) introduction

Posted on May 5, 2017 / 0 Comment

[Update 2017.06.11] Add chainer v2 code How can we deal with the sequential data in deep neural network? This formulation is especially important in natura...

Chainer

CIFAR-10, CIFAR-100 inference code

Posted on April 6, 2017 / 0 Comment

The code structure of inference/predict stage is quite similar to MNIST inference code, please read this for precise explanation. Here, I will simply put t...

Chainer

CIFAR-10, CIFAR-100 training with Convolutional Neural Network

Posted on April 5, 2017 / 0 Comment

[Update 2017.06.11] Add chainer v2 code Writing your CNN model This is example of small Convolutional Neural Network definition, CNNSmall I also made a slightly...

Chainer

CIFAR-10, CIFAR-100 dataset introduction

Posted on April 4, 2017 / 0 Comment

Source code is uploaded on github. CIFAR-10 and CIFAR-100 are the small image datasets with its classification labeled. It is widely used for easy image cl...

Posts navigation

« Previous 1 2 3 4 Next »
en_US English

Popular Posts

Recent Posts

  • Library release: visualize saliency map of deep neural network
  • Penn Tree Bank (PTB) dataset introduction
  • Define your own trainer extensions in Chainer
  • Predict code for Penn Bank Tree (ptb) dataset
  • Long Short Term Memory (LSTM) introduction

Featured Posts

Library release: visualize saliency map of deep neural netwo...
Penn Tree Bank (PTB) dataset introduction
Define your own trainer extensions in Chainer
Predict code for Penn Bank Tree (ptb) dataset

Categories

  • Android (16)
  • Android TV (30)
  • App (12)
  • AtCoder (4)
  • Chainer (36)
  • Codeforces (5)
  • Develop (2)
  • IntelliJ (4)
  • Java (2)
  • Machine Learning (5)
  • Programming Contest (1)
  • python (3)
  • TopCoder (1)
  • Uncategorized (1)
  • Wordpress (1)
  • Wordpress/SEO (1)

Archives

  • December 2018 (1)
  • September 2017 (1)
  • August 2017 (4)
  • July 2017 (3)
  • June 2017 (7)
  • May 2017 (1)
  • April 2017 (5)
  • March 2017 (6)
  • February 2017 (6)
  • December 2016 (2)
  • November 2016 (3)
  • October 2016 (4)
  • September 2016 (3)
  • August 2016 (1)
  • July 2016 (1)
  • June 2016 (1)
  • May 2016 (4)
  • March 2016 (4)
  • February 2016 (1)
  • January 2016 (3)
  • December 2015 (2)
  • November 2015 (5)
  • October 2015 (8)
  • September 2015 (12)
  • August 2015 (4)
  • July 2015 (16)
  • June 2015 (5)