verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
kshitijk has joined #mlpack
trapz has quit [Quit: trapz]
trapz has joined #mlpack
< JaraxussTong>
zoq: oh...I don't know there exists a new style guidelines. I refer to "the feature of mlpack" in https://github.com/mlpack/mlpack/wiki and write braces in the same line..
< JaraxussTong>
I will change my code accodring to the new style guidelines soon
trapz has quit [Quit: trapz]
mlpackNoob has joined #mlpack
kshitijk has quit [Ping timeout: 246 seconds]
witness___ has joined #mlpack
kshitijk has joined #mlpack
< zoq>
stephentu: I've learned a lot from my professors especially Raul Rojas and Kashif Rasul.
< zoq>
JaraxussTon: Yeah, there exists some inconsistency between the paper and the 'new' style guidelines, sorry about the confusion.
kshitijk has quit [Ping timeout: 245 seconds]
govg has quit [Quit: leaving]
mlpackNoob has quit [Quit: Page closed]
kshitijk has joined #mlpack
witness___ has quit [Quit: Connection closed for inactivity]
govg has joined #mlpack
govg has quit [Client Quit]
govg has joined #mlpack
trapz has joined #mlpack
< zoq>
JaraxussTon: Another side note, we should rethink the way we perform the convolution. It might be a good idea to introduce some kind of convolution rule. Since for small kernels, the direct approach may be the way to go, but
< zoq>
for large sizes of both f and g (kernel), the FFT is clearly superior (n * log(n) complexity). There is an interesting thread about the armadillo 1D convolution and how to improve the 2D convolution: