| --- Log opened Thu Jul 12 00:00:17 2012 | ||
| gsomix | awww, buffer protocol is enabled, but... segfault. :) | 00:13 | 
|---|---|---|
| gsomix | ok, need to sleep | 00:13 | 
| gsomix | good night guys | 00: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-buildbot | build #19 of nightly_none is complete: Failure [failed compile] Build details are at http://www.shogun-toolbox.org/buildbot/builders/nightly_none/builds/19 | 03:05 | 
| -!- av3ngr [av3ngr@nat/redhat/x-qxpxwcncaoklpwcm] has joined #shogun | 04:23 | |
| -!- av3ngr [av3ngr@nat/redhat/x-qxpxwcncaoklpwcm] has quit [Client Quit] | 04:24 | |
| -!- gsomix [~gsomix@83.234.54.136] has joined #shogun | 06:43 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 06:57 | |
| -!- gsomix [~gsomix@83.234.54.136] has quit [Ping timeout: 244 seconds] | 07:12 | |
| -!- pluskid [~pluskid@111.120.61.253] has joined #shogun | 08: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 #shogun | 10:38 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 10:52 | |
| -!- blackburn [~blackburn@109.226.92.17] has joined #shogun | 11:15 | |
| -!- wiking_ [~wiking@info2k1.hu] has joined #shogun | 13: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 #shogun | 15:04 | |
| -!- gsomix [~gsomix@188.168.5.186] has joined #shogun | 15:27 | |
| gsomix | good evening | 15:27 | 
| gsomix | time 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 #shogun | 15:57 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Read error: Operation timed out] | 16:07 | |
| CIA-18 | shogun: Sergey Lisitsyn master * rcfb023b / (4 files in 2 dirs): Introduced trace norm multitask LS regression - http://git.io/n1pHMg | 16:35 | 
| -!- audy- [~audy@heyaudy.com] has joined #shogun | 17:05 | |
| -!- audy- is now known as audy | 17:11 | |
| audy | Hi. Where is the source for ruby_modular? | 17:13 | 
| blackburn | audy: what kind of source you are interested in? | 17:14 | 
| audy | blackburn Ruby Modular for Shogun | 17:14 | 
| blackburn | audy: well, are you interested in typemaps or what? | 17:15 | 
| audy | blackburn I want to use it to do some machine learning | 17:15 | 
| audy | or at least see how mature it is | 17:15 | 
| blackburn | audy: shogun/src contains C++ sources, interfaces/modular contains includes of C++ objects and interfaces/ruby_modular contains typemaps | 17:16 | 
| audy | blackburn ohh | 17:17 | 
| blackburn | audy: we use SWIG so all one need to support ruby or anything else - is to set up some typemaps | 17:19 | 
| audy | blackburn typemaps map ruby objects to C++ types? | 17:19 | 
| blackburn | no, just some parameters - vectors, matrices and lists of strings | 17:20 | 
| blackburn | C++ objects are mapped by swig automatically | 17:20 | 
| -!- uricamic [~uricamic@2001:718:2:1634:e544:3d31:2015:dc1e] has quit [Quit: Leaving.] | 17:21 | |
| puffin444 | Hey heiko, I have a question. Is weighted degree RBF Kernel essentially a Gaussian ARD kernel? | 17:29 | 
| heiko | hey puffin444 | 17:30 | 
| heiko | no idea :) | 17:30 | 
| heiko | have a look on compute | 17:30 | 
| heiko | method | 17:31 | 
| heiko | ah there is something mentioned about amino acids | 17:31 | 
| heiko | so I guess not | 17:31 | 
| heiko | also seems to do something else when you look at compute() | 17:32 | 
| heiko | The ARD kernel would just compute a univariate Gaussian kernel in each dimension right? | 17:33 | 
| heiko | so that would look different | 17: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 #shogun | 17:45 | |
| -!- emrecelikten [~emre@213.153.218.163] has joined #shogun | 18:50 | |
| gsomix | sonney2k, ping | 19:28 | 
| @sonney2k | gsomix, pong | 19:39 | 
| CIA-18 | shogun: Heiko Strathmann master * r5256b36 / (7 files in 4 dirs): Merge pull request #641 from karlnapf/master (+7 more commits...) - http://git.io/zw_Rwg | 19:40 | 
| gsomix | sonney2k, yay | 19:41 | 
| gsomix | sonney2k, buffer protocol works for RealFeatures. I need some time for other types. | 19:41 | 
| @sonney2k | gsomix, great job! | 19:42 | 
| @sonney2k | do a PR with that already and then continue with the others I would say... | 19:42 | 
| audy | blackburn I'm getting "Error: ruby NArray header files missing" when I compile shogun with ruby_modular. Do you know how to still these | 19:47 | 
| blackburn | audy: you need header files of ruby narray stuff | 19:47 | 
| blackburn | audy: what is os you do use? | 19:47 | 
| @sonney2k | audy, you need to install ruby-narray (if you have debian) | 19:48 | 
| audy | os x | 19:48 | 
| blackburn | sonney2k: do you know what to install under osx? | 19:49 | 
| audy | I think I just need to do export RUBYLIB=/path/to/narraydir | 19:50 | 
| heiko | sonney2k, blackburn, is there a way of just creating the doxygen? | 19:55 | 
| blackburn | heiko: didn't ever try that | 19:56 | 
| blackburn | ah wait I did | 19:56 | 
| blackburn | heiko: did you try run make in doc folder? | 19:56 | 
| heiko | yep works, thanks! | 19:57 | 
| @sonney2k | audy, 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 | 
| audy | sonney2k sure | 20:06 | 
| gsomix | sonney2k, ok. sent PR, just WIP. | 20:07 | 
| @sonney2k | gsomix, ahh ok so nothing that would work? | 20:08 | 
| gsomix | sonney2k, mmm? what do you mean? | 20:09 | 
| @sonney2k | gsomix, you call it WIP | 20:10 | 
| @sonney2k | it looks pretty ok I think - this will only support python3 right? | 20:10 | 
| gsomix | sonney2k, and python >2.6 | 20:11 | 
| gsomix | it works | 20:11 | 
| gsomix | really :) | 20:11 | 
| CIA-18 | shogun: Heiko Strathmann master * r9368244 / src/shogun/statistics/LinearTimeMMD.h : played a bit around with doxygen latex - http://git.io/dNQb8A | 20:11 | 
| CIA-18 | shogun: Heiko Strathmann master * r2d27e44 / src/shogun/statistics/LinearTimeMMD.h : Merge pull request #643 from karlnapf/master - http://git.io/294Dag | 20:11 | 
| gsomix | sonney2k, but I need think how to improve it | 20:12 | 
| heiko | blackburn, did you already start on the documentation pdf file? | 20:12 | 
| gsomix | maybe more common macro definitions... | 20:12 | 
| blackburn | heiko: yes | 20:13 | 
| heiko | is it in the rpo? | 20:13 | 
| heiko | repo? | 20:13 | 
| heiko | Id like to start on mine soon | 20:13 | 
| gsomix | sonney2k, ok, see you little later. I want to discuss it. | 20:13 | 
| heiko | blackburn, ^ | 20:14 | 
| blackburn | heiko: https://github.com/shogun-toolbox/shogun-tutorial | 20:14 | 
| heiko | is it a git submodule? | 20:15 | 
| heiko | or do I have to clone separately | 20:15 | 
| blackburn | heiko: separately | 20:16 | 
| heiko | blackburn, Ill start a layout these days ok? | 20:17 | 
| heiko | (since its empty) | 20:17 | 
| blackburn | heiko: I wanted to add some layout too | 20:18 | 
| blackburn | well just do anything you wnat | 20:18 | 
| blackburn | :) | 20:18 | 
| heiko | blackburn, ok :) | 20:18 | 
| heiko | blackburn, well Ill just be add a header, packages etc | 20:18 | 
| blackburn | heiko: I will add footer, header containing author, git revision, date, etc | 20:19 | 
| heiko | blackburn, how shall we structure everything? | 20:20 | 
| blackburn | btw cwidmer did send my his thesis .tex so I will add something | 20:20 | 
| heiko | chapter-section-subsection? | 20:20 | 
| heiko | and then for every framework one entry? | 20:20 | 
| heiko | or just see how it grows? | 20:20 | 
| blackburn | heiko: lets just grow up it for now | 20:20 | 
| heiko | kk | 20:20 | 
| blackburn | heiko: just put some .tex into sections | 20:21 | 
| blackburn | and input it in main .tex | 20:21 | 
| heiko | alright | 20: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 #shogun | 20: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 | |
| audy | does anyone kaggle? | 20:37 | 
| -!- romi_ [~mizobe@187.11.98.72] has joined #shogun | 20:50 | |
| -!- alexlovesdata [~binder@gwlan56.first.fraunhofer.de] has joined #shogun | 20: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 #shogun | 22: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 #shogun | 22:25 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 22:28 | |
| gsomix_ | sonney2k, ping | 22:30 | 
| n4nd0 | hi all! | 22:30 | 
| gsomix_ | n4nd0, hi :) | 22:31 | 
| -!- gsomix_ is now known as gsomix | 22:31 | |
| alexlovesdata | hi all | 22:40 | 
| blackburn | hey | 22:40 | 
| -!- alexlovesdata [~binder@gwlan56.first.fraunhofer.de] has left #shogun [] | 22:46 | |
| blackburn | lol | 22:47 | 
| blackburn | 86 ????????gMs.noalias() = Ws*Ws.transpose().llt().solve(IM).llt().solve(IM); | 22:58 | 
| blackburn | that eigen3 thing makes gcc really thoughtful | 22:59 | 
| -!- sonney2k [~shogun@7nn.de] has left #shogun ["Ex-Chat"] | 23:03 | |
| -!- sonney2k [~shogun@7nn.de] has joined #shogun | 23:03 | |
| -!- mode/#shogun [+o sonney2k] by ChanServ | 23:03 | |
| gsomix | good night guys | 23:08 | 
| -!- gsomix [~gsomix@188.168.2.113] has quit [Quit: Ex-Chat] | 23:08 | |
| blackburn | sonney2k: they really did something crazy in eigen3 | 23:08 | 
| -!- heiko [~heiko@host86-180-42-236.range86-180.btcentralplus.com] has joined #shogun | 23:39 | |
| blackburn | heiko: I've added some stuff to doc | 23:52 | 
| blackburn | heiko: btw if you know how to add git revision stuff - please do | 23: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!