IRC logs of #shogun for Thursday, 2012-07-12

--- Log opened Thu Jul 12 00:00:17 2012
gsomixawww, buffer protocol is enabled, but... segfault. :)00:13
gsomixok, need to sleep00:13
gsomixgood night guys00:13
-!- gsomix [~gsomix@188.168.13.8] has quit [Ping timeout: 246 seconds]00:18
-!- blackburn [~blackburn@109.226.92.17] has left #shogun []00:39
shogun-buildbotbuild #19 of nightly_none is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/nightly_none/builds/1903:05
-!- av3ngr [av3ngr@nat/redhat/x-qxpxwcncaoklpwcm] has joined #shogun04:23
-!- av3ngr [av3ngr@nat/redhat/x-qxpxwcncaoklpwcm] has quit [Client Quit]04:24
-!- gsomix [~gsomix@83.234.54.136] has joined #shogun06:43
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun06:57
-!- gsomix [~gsomix@83.234.54.136] has quit [Ping timeout: 244 seconds]07:12
-!- pluskid [~pluskid@111.120.61.253] has joined #shogun08:14
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Ping timeout: 252 seconds]08:48
-!- uricamic [~uricamic@2001:718:2:1634:e544:3d31:2015:dc1e] has joined #shogun10:38
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun10:52
-!- blackburn [~blackburn@109.226.92.17] has joined #shogun11:15
-!- wiking_ [~wiking@info2k1.hu] has joined #shogun13:43
-!- wiking [~wiking@huwico/staff/wiking] has quit [Read error: Connection reset by peer]13:45
-!- heiko [~heiko@host86-180-42-236.range86-180.btcentralplus.com] has joined #shogun15:04
-!- gsomix [~gsomix@188.168.5.186] has joined #shogun15:27
gsomixgood evening15:27
gsomixtime to work :)15:27
-!- pluskid [~pluskid@111.120.61.253] has quit [Quit: Leaving]15:38
-!- puffin444 [62e3926e@gateway/web/freenode/ip.98.227.146.110] has joined #shogun15:57
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Read error: Operation timed out]16:07
CIA-18shogun: Sergey Lisitsyn master * rcfb023b / (4 files in 2 dirs): Introduced trace norm multitask LS regression - http://git.io/n1pHMg16:35
-!- audy- [~audy@heyaudy.com] has joined #shogun17:05
-!- audy- is now known as audy17:11
audyHi. Where is the source for ruby_modular?17:13
blackburnaudy: what kind of source you are interested in?17:14
audyblackburn Ruby Modular for Shogun17:14
blackburnaudy: well, are you interested in typemaps or what?17:15
audyblackburn I want to use it to do some machine learning17:15
audyor at least see how mature it is17:15
blackburnaudy: shogun/src contains C++ sources, interfaces/modular contains includes of C++ objects and interfaces/ruby_modular contains typemaps17:16
audyblackburn ohh17:17
blackburnaudy: we use SWIG so all one need to support ruby or anything else - is to set up some typemaps17:19
audyblackburn typemaps map ruby objects to C++ types?17:19
blackburnno, just some parameters - vectors, matrices and lists of strings17:20
blackburnC++ objects are mapped by swig automatically17:20
-!- uricamic [~uricamic@2001:718:2:1634:e544:3d31:2015:dc1e] has quit [Quit: Leaving.]17:21
puffin444Hey heiko, I have a question. Is weighted degree RBF Kernel essentially a Gaussian ARD kernel?17:29
heikohey puffin44417:30
heikono idea :)17:30
heikohave a look on compute17:30
heikomethod17:31
heikoah there is something mentioned about amino acids17:31
heikoso I guess not17:31
heikoalso seems to do something else when you look at compute()17:32
heikoThe ARD kernel would just compute a univariate Gaussian kernel in each dimension right?17:33
heikoso that would look different17:33
-!- puffin444 [62e3926e@gateway/web/freenode/ip.98.227.146.110] has quit [Ping timeout: 245 seconds]17:34
-!- puffin444 [62e3926e@gateway/web/freenode/ip.98.227.146.110] has joined #shogun17:45
-!- emrecelikten [~emre@213.153.218.163] has joined #shogun18:50
gsomixsonney2k, ping19:28
@sonney2kgsomix, pong19:39
CIA-18shogun: Heiko Strathmann master * r5256b36 / (7 files in 4 dirs): Merge pull request #641 from karlnapf/master (+7 more commits...) - http://git.io/zw_Rwg19:40
gsomixsonney2k, yay19:41
gsomixsonney2k, buffer protocol works for RealFeatures. I need some time for other types.19:41
@sonney2kgsomix, great job!19:42
@sonney2kdo a PR with that already and then continue with the others I would say...19:42
audyblackburn I'm getting "Error: ruby NArray header files missing" when I compile shogun with ruby_modular. Do you know how to still these19:47
blackburnaudy: you need header files of ruby narray stuff19:47
blackburnaudy: what is os you do use?19:47
@sonney2kaudy, you need to install ruby-narray  (if you have debian)19:48
audyos x19:48
blackburnsonney2k: do you know what to install under osx?19:49
audyI think I just need to do export RUBYLIB=/path/to/narraydir19:50
heikosonney2k, blackburn, is there a way of just creating the doxygen?19:55
blackburnheiko: didn't ever try that19:56
blackburnah wait I did19:56
blackburnheiko: did you try run make in doc folder?19:56
heikoyep works, thanks!19:57
@sonney2kaudy, ahh and btw if sth doesn't work when you finally have things working - let us know (e.g. file a bug in github issues or mailinglist or here)20:05
audysonney2k sure20:06
gsomixsonney2k, ok. sent PR, just WIP.20:07
@sonney2kgsomix, ahh ok so nothing that would work?20:08
gsomixsonney2k, mmm? what do you mean?20:09
@sonney2kgsomix, you call it WIP20:10
@sonney2kit looks pretty ok I think - this will only support python3 right?20:10
gsomixsonney2k, and python >2.620:11
gsomixit works20:11
gsomixreally :)20:11
CIA-18shogun: Heiko Strathmann master * r9368244 / src/shogun/statistics/LinearTimeMMD.h : played a bit around with doxygen latex - http://git.io/dNQb8A20:11
CIA-18shogun: Heiko Strathmann master * r2d27e44 / src/shogun/statistics/LinearTimeMMD.h : Merge pull request #643 from karlnapf/master - http://git.io/294Dag20:11
gsomixsonney2k, but I need think how to improve it20:12
heikoblackburn, did you already start on the documentation pdf file?20:12
gsomixmaybe more common macro definitions...20:12
blackburnheiko: yes20:13
heikois it in the rpo?20:13
heikorepo?20:13
heikoId like to start on mine soon20:13
gsomixsonney2k, ok, see you little later. I want to discuss it.20:13
heikoblackburn, ^20:14
blackburnheiko: https://github.com/shogun-toolbox/shogun-tutorial20:14
heikois it a git submodule?20:15
heikoor do I have to clone separately20:15
blackburnheiko: separately20:16
heikoblackburn, Ill start a layout these days ok?20:17
heiko(since its empty)20:17
blackburnheiko: I wanted to add some layout too20:18
blackburnwell just do anything you wnat20:18
blackburn:)20:18
heikoblackburn, ok :)20:18
heikoblackburn, well Ill just be add a header, packages etc20:18
blackburnheiko: I will add footer, header containing author, git revision, date, etc20:19
heikoblackburn, how shall we structure everything?20:20
blackburnbtw cwidmer did send my his thesis .tex so I will add something20:20
heikochapter-section-subsection?20:20
heikoand then for every framework one entry?20:20
heikoor just see how it grows?20:20
blackburnheiko: lets just grow up it for now20:20
heikokk20:20
blackburnheiko: just put some .tex into sections20:21
blackburnand input it in main .tex20:21
heikoalright20:21
-!- gsomix [~gsomix@188.168.5.186] has quit [Ping timeout: 252 seconds]20:22
-!- heiko [~heiko@host86-180-42-236.range86-180.btcentralplus.com] has quit [Quit: Leaving.]20:26
-!- puffin444_ [62e3926e@gateway/web/freenode/ip.98.227.146.110] has joined #shogun20:33
puffin444_hello puffin444, my name is puffin444_20:33
-!- puffin444 [62e3926e@gateway/web/freenode/ip.98.227.146.110] has quit [Ping timeout: 245 seconds]20:35
audydoes anyone kaggle?20:37
-!- romi_ [~mizobe@187.11.98.72] has joined #shogun20:50
-!- alexlovesdata [~binder@gwlan56.first.fraunhofer.de] has joined #shogun20:50
-!- puffin444_ [62e3926e@gateway/web/freenode/ip.98.227.146.110] has quit [Quit: Page closed]20:53
-!- cwidmer [8ca3fe9d@gateway/web/freenode/ip.140.163.254.157] has quit [Ping timeout: 245 seconds]21:06
-!- gsomix [~gsomix@188.168.2.113] has joined #shogun22:25
-!- gsomix [~gsomix@188.168.2.113] has quit [Read error: Connection reset by peer]22:25
-!- gsomix_ [~gsomix@188.168.2.113] has joined #shogun22:25
-!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun22:28
gsomix_sonney2k, ping22:30
n4nd0hi all!22:30
gsomix_n4nd0, hi :)22:31
-!- gsomix_ is now known as gsomix22:31
alexlovesdatahi all22:40
blackburnhey22:40
-!- alexlovesdata [~binder@gwlan56.first.fraunhofer.de] has left #shogun []22:46
blackburnlol22:47
blackburn 86 ????????gMs.noalias() = Ws*Ws.transpose().llt().solve(IM).llt().solve(IM);22:58
blackburnthat eigen3 thing makes gcc really thoughtful22:59
-!- sonney2k [~shogun@7nn.de] has left #shogun ["Ex-Chat"]23:03
-!- sonney2k [~shogun@7nn.de] has joined #shogun23:03
-!- mode/#shogun [+o sonney2k] by ChanServ23:03
gsomixgood night guys23:08
-!- gsomix [~gsomix@188.168.2.113] has quit [Quit: Ex-Chat]23:08
blackburnsonney2k: they really did something crazy in eigen323:08
-!- heiko [~heiko@host86-180-42-236.range86-180.btcentralplus.com] has joined #shogun23:39
blackburnheiko: I've added some stuff to doc23:52
blackburnheiko: btw if you know how to add git revision stuff - please do23:53
--- Log closed Fri Jul 13 00:00:17 2012

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!