Re: [julia-users] [ANN, x-post julia-stats] Mocha.jl Deep Learning Library for Julia

2014-11-21 Thread René Donner
Hi, as I am just in the process of wrapping caffe, this looks really exiciting! I will definitely try this out in the coming days. Are there any specific areas where you would like testing / feedback for now? Do you have an approximate feeling how the performance compares to caffe? Cheers,

Re: [julia-users] [ANN, x-post julia-stats] Mocha.jl Deep Learning Library for Julia

2014-11-21 Thread Chiyuan Zhang
Hi, About testing: it might be interesting to port Caffe's demo into Mocha to see how it works. Currently we already have two: MNIST and CIFAR10. In terms of performance: the Mocha CPU with native extension performs similarly to Caffe on my very rough test. On MNIST, both GPU backend performs

[julia-users] [ANN, x-post julia-stats] Mocha.jl Deep Learning Library for Julia

2014-11-20 Thread Chiyuan Zhang
https://github.com/pluskid/Mocha.jl Mocha is a Deep Learning framework for Julia http://julialang.org/, inspired by the C++ Deep Learning framework Caffe http://caffe.berkeleyvision.org/. Since this is the first time I post announcement here, change logs of the last two releases are listed: