• Targets in 2015

    This is my first post in 2015. There was a lot of things in last year and so will it this year. At the beginning of new year, I’d like to write down three targets I want to achieve. [Read More]
  • Implement Random Feedback Neural Network

    I’m very interested in neural network algorithm such as recurrent neural network, sparse auto encoder, restricted boltzmann machine and so on. Most of neural network learning algorithms are based on backpropagation. This algorithm was first developed in 1974 as the context of neural network. Backpropagation is a simple and efficient... [Read More]
  • How to launch WIP Spark cluster

    In the process of development spark, it is not uncommon to investigate the performance of development version on EC2 cluster. However, this development version is of course work on process. So I thought it was difficult to launch with ec2 script included spark project. But today I found there is... [Read More]
  • How to build Storm 0.8.x

    First of all, current release is now 0.9.x. So this article won’t be needed for who don’t need to build older version of Storm like me. Yes, I needed to build 0.8.x on myself. This was a little tough work because the change and availability of build tool(leiningen) I hope... [Read More]