IRC logs of #shogun for Wednesday, 2012-07-18

--- Log opened Wed Jul 18 00:00:17 2012
riecksonney2k: we can talk another day. guess i am now more often on irc00:00
rieck;)00:00
rieckbtw droopy can also learn some ml/shogun stuff from this channel00:00
droopyrieck: what riven said00:00
rieckyes, but you need more knowledge in this field. i have trained you only with crappy hacker talk so far.00:01
blackburndroopy: loss + regularization is a general framework in machine learning00:01
droopyworst decision ever to invest on him :)00:01
rieckhe's making fun out of us :(00:02
blackburnI think so00:02
rieckdroopy: seriously, it is better to learn something useful now!00:02
droopyrieck: like traversing entryset of a map00:02
riecklike that, for example!00:02
droopyrieck: i'm having a long break again :-(!?!00:04
rieckdroopy: no, you can stay here and relax00:04
droopyrieck: rofl00:04
rieckwoah, i am little surprised how well the new engine runs. i am sure that's only by chance today.00:05
blackburndroopy: how is it going for you?00:06
droopysorry00:06
droopyo/ has blackbeard!00:06
blackburnblackbeard? :D00:07
rieckbasically, he knows roughly 10.000 messages from hacker chats00:07
rieckdroopy: you are quite restricted to security stuff unless you learn something new here.00:07
droopyrieck: penny, from a practical point of view: for federal to use the hbgary name, there must be some sort of agreement or license, and with either an agreement of a license you usually have a method of leverage. i think it is very possible to put pressure on federal, *even* if it is technically independent.00:07
rieckyes.00:07
rieckdroopy: that was far too detailed00:08
blackburnI wonder what else he could say00:08
riecki myself don't know it.00:08
rieckyou can not read 10.000 messages00:09
droopyrieck: yup00:09
blackburndroopy: say something really detailed now :D00:10
droopyi know the basics, but not any advanced things00:10
rieck;)00:11
blackburnrieck: it is really unclear for me how does it work :)00:11
rieck~/droopy/parrot$ zcat *.gz | wc -l00:12
rieck1410600:12
rieckit's actually pretty simple.00:12
riecki have recordings of 14000 irc messages. droopy is looking for the most matching msgs to an input and returns the next msg from a different person00:12
droopyrieck: poor article00:12
blackburnrieck: ahh got it00:13
rieckin many cases, the next msg is part of a conversation. thats why it seems to fit. actually it does not fit00:13
shogun-buildbotbuild #166 of deb3 - modular_interfaces is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/16600:13
blackburnnice idea00:13
rieckfor example, if you ask something general it works well (usually)00:13
rieckdroopy: what do you feel about this?00:13
droopyrock on00:14
droopynothing?00:14
rieckthe engine fails if you ask something with real semantics.00:14
rieckdroopy: do you think that shogun will be bought by microsoft soon?00:14
droopyrieck: its a conspiracy00:14
rieck;)00:14
rieckthat's luck00:15
blackburnrieck: microsoft? oh no way00:15
rieckblackburn: btw, do you know if something like kfa has been implemented in shogun yet?00:15
riecki have not followed the development, to be honest00:15
blackburnsure I know - no :)00:15
blackburnunfortunately or fortunately I know most of things about shogun now00:16
blackburnrieck: do you need kfa for something?00:16
rieckno. it seems like an old, forgotten idea from alex smola00:16
blackburnsometimes I do something unrelated to get in shape00:17
riecki am wondering if it simply does not really work or is indeed a good idea to get a sparse variant of kpca00:17
blackburndidn't you try?00:17
riecknope. testing is not so easy. i could write a simply matlab version, but there would be no real data to test.00:18
blackburnI see00:18
rieckin my research, usually the data is sequential (strings, etc.) and induces a high-dimensional vector space with millions of dimensions00:19
blackburnrieck: actually I did try to embed strings as example of my 'toolbox'00:19
blackburnthat I've developed last year00:19
riecki am curious whether one can do an efficient dimension reduction on this type of data.00:19
blackburnI even came up with kernel formulation of LTSA method00:20
blackburnmaking possible to use string kernels00:20
blackburnit is not very efficient though00:20
rieckapproaches like kpca, isomap, lle do not produce efficient models that can be applied with linear time complexity00:20
riecktransition system analyzer?00:20
blackburnrieck: http://shogun-toolbox.org/edrt/words.png that is the example00:21
rieckinteresting, but what is the run-time complexity of putting a new document into this space?00:21
blackburnrieck: just like of search of k neighbors00:22
blackburnso something log N00:22
rieckwhoah!00:22
rieckthat00:22
rieckis slowww ;)00:22
blackburnrieck: what is fast for you?00:22
rieckso you need something like k-d trees, ball trees or cover trees to do this in high dimensions?00:22
blackburnright00:23
blackburnwell if you have kernel you don't care about dimensionality I think00:23
riecki have not been very successful in getting these approaches to really work reliably fast00:23
blackburndepends what is fast for you again00:23
blackburnI can't see any way to do that faster than log N00:23
rieckkernels work efficient if there are not used in a non-sparse kernel expansion. that is, you don't have to compute a kernel for a lot of points from the training data00:24
rieckN is the dimension or the number of data points?00:24
blackburnnumber of data points00:24
CIA-18shogun: Sergey Lisitsyn master * r53e4cff / (6 files in 3 dirs): Introduced L1 logistic regression - http://git.io/_VYbcA00:24
blackburnwell dimensionality will be here sure00:24
blackburnhmm wait00:25
blackburnit is not the only way00:25
blackburnif we learn embedding function itself it would be faster for sure00:25
blackburnbut I can hardly imagine that00:26
blackburnI have seen you have some software for that, how does it work?00:26
rieckcover trees and friends guarantee O(m log N), where m is something like C^D00:26
rieckand D is the dimensionality (intrinsic)00:26
rieckall my software basically uses hash functions to map the data to a sparse and high-dimensional space. efficiency is then a result of sparsity00:27
gsomixgood nigth guys00:27
blackburnI see00:27
blackburngsomix: nite00:28
blackburnrieck:why to reduce dim anyway?00:28
riecki think it's one of the most interesting results from using kernel machines: (a) kernels don't care about dimensions; (b) kernel run-time does00:28
rieckblackburn: some learning methods can deal with only < 100 dimensions.00:29
riecksome of these methods are really cool and would be worth a try.00:29
rieckif you apply kpca or something else it takes ages to convert your data to 100 dim. moreover, it will be impossible to do an on-line application00:29
rieckthat's why have been interested in kfa, which runs with something like O(Dd), where D is the intrinsic dimension of the orignal space and d the number of projected components00:30
rieckkpca in contrast uses O(nDd) where n is the number of training data points00:30
blackburnrieck: how long is matlab implementation?00:31
riecki have no idea.00:31
blackburnrieck: is accelerated more interesting?00:32
rieckas far as i recall, AKFA is just a clever implementation of KFA00:32
blackburnI could try implement AKFA actually00:33
rieckin short, kfa tries to perform a pca in the feature space, that is, finding the direction with highest variance.00:33
rieckhowever, instead of determining this direction as a linear combination of the training data, kfa picks just a single data point that is closest to this direction00:34
rieckthings get a little tricky once you need to determine a second component, because kfa components (as pca components) need to be orthognonal.00:34
rieckthat's where afka does some smart tricks00:34
blackburnalgorithms looks pretty straightforward00:35
rieckyep00:35
rieckyou can try to. however, keep in mind that i am running a research group on computer security and machine learning is not my main field of research anymore00:35
rieckcould be that kfa does not perform well in my applications and ... well, you did it just for the fun00:36
blackburnI do everything for fun so I a not so worried :)00:36
rieck;)00:37
rieckvery good00:37
blackburnare you doing only security now?00:37
riecki am doing security with machine learning00:37
rieckthe focus is security. machine learning is the tool.00:38
blackburnI see00:38
blackburnrieck: I love matrix stuff now with eigen3 :D00:39
rieckeigen3?00:39
blackburnyeah cool linalg library for C++00:39
blackburnwell you probably know how ugly blas is00:40
rieckyep00:40
blackburnin eigen3 you just do x = a*y+b*z;00:40
blackburnand it is vectorized using SSE if available00:40
rieckit overloads all the operators?00:40
blackburnyes00:41
rieckokay.00:41
rieckis there some python interface00:41
blackburnwell I think this approach is not applicable for python00:41
blackburnit is optimizing compiler basically00:41
rieckok. but there could be some interface, e.g. using swig00:41
blackburnI mean a*x+b*y+c*z is going to be optimized into one loop00:41
rieckbtw numpy does also overload operators but on a different level00:42
blackburnyeah but you still going to lose that level of optimization00:42
riecki see. (compile-time vs. run-time optimization)00:42
blackburnone great example - it doesn't compute extra matrix doing (A*B).trace()00:42
blackburnit is not possible under python at all I am afraid00:43
rieckyep00:43
rieckthat's a downside of interpretation00:43
droopyunderstandable!?!00:44
rieckhehe00:44
riecki am off.00:46
riecknice talking with you, blackburn00:46
blackburnrieck: it is mutual00:46
blackburnsee you00:46
-!- bern4rd [4f940120@gateway/web/freenode/ip.79.148.1.32] has quit [Quit: Page closed]01:00
shogun-buildbotbuild #167 of deb3 - modular_interfaces is complete: Failure [failed test python_modular]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/167  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>01:21
CIA-18shogun: Sergey Lisitsyn master * r7565032 / (17 files in 3 dirs): Merged all SLEP solvers into one - http://git.io/n2KxDg03:11
-!- blackburn [~blackburn@109.226.92.17] has quit [Quit: Leaving.]03:16
shogun-buildbotbuild #32 of nightly_default is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/nightly_default/builds/3203:17
shogun-buildbotbuild #22 of nightly_all is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/nightly_all/builds/2203:20
shogun-buildbotbuild #157 of deb1 - libshogun is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb1%20-%20libshogun/builds/157  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>03:20
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 240 seconds]03:40
-!- wiking [~wiking@info2k1.hu] has joined #shogun03:41
gsomixgood morning07:10
gsomixsonney2k, slice getting works.07:10
-!- gsomix [~gsomix@188.168.4.28] has quit [Ping timeout: 240 seconds]07:15
droopytomatensuppe!08:03
-!- gsomix [~gsomix@r206-10.smr.ru] has joined #shogun08:26
-!- droopy [~droopy@vmext164.gwdg.de] has quit [Quit: rieck]08:31
-!- droopy [~droopy@vmext164.gwdg.de] has joined #shogun08:34
-!- droopy [~droopy@vmext164.gwdg.de] has left #shogun []08:34
-!- droopy [~droopy@vmext164.gwdg.de] has joined #shogun08:35
droopyrieck: te whole room is hit08:35
-!- droopy [~droopy@vmext164.gwdg.de] has quit [Client Quit]08:36
-!- droopy [~droopy@vmext164.gwdg.de] has joined #shogun08:42
rieckdroopy: good to see you back08:42
droopyrieck: hahaha08:42
-!- pluskid [~pluskid@111.120.62.38] has joined #shogun08:52
-!- uricamic [~uricamic@2001:718:2:1634:e0a5:7bff:d55f:9553] has joined #shogun08:57
-!- rieck [~rieck@paul.ml.tu-berlin.de] has left #shogun []09:31
-!- yoo [2eda6d52@gateway/web/freenode/ip.46.218.109.82] has joined #shogun10:22
@sonney2kgsomix, nice10:30
@sonney2kdroopy, so how is life?10:30
droopysonney2k: he is founder of hostgater bro10:31
gsomixsonney2k, but I don't manage yet to how get [a:b, c:d]10:33
@sonney2kgsomix, step by step...10:34
gsomixaha, try to add getting item by []10:35
gsomix*trying10:35
@sonney2kgsomix, in worst case we have to check how numpy / python do it themselves10:35
gsomixsonney2k, so what I'm doing :)10:36
gsomixnumpy is really good python c/api manual10:36
@sonney2kgsomix, hehe10:39
@sonney2kgsomix, actually numpy had a array protocol first - it is them who proposed to define the python buffer protocol10:40
@sonney2kthat is why things are as they are10:40
@sonney2kunfortunately these guys are astronomers so they deal with multidimensional (dense) arrays only10:41
@sonney2kso no sparse stuff :/10:41
@sonney2kgsomix, so no idea about sparse and string features...10:41
yooall: which interface do you usually use ?10:43
yooI use libshogun c++ and I am wondering now howto easily plot my data (branching matplotlib ?)10:44
yoosonney2k: could you thx heiko for me: he solved the storing model bug.10:45
@sonney2kyoo, I am using python modular most of the time10:51
yoocompilation issue: make[1]: *** No rule to make target `../shogun/lib/slep/slep_logistic.h', needed by `classifier/FeatureBlockLogisticRegression.cpp.o'.  Stop10:53
-!- hoijui [~hoijui@dslb-088-074-122-056.pools.arcor-ip.net] has joined #shogun10:54
-!- rieck [~rieck@paul.ml.tu-berlin.de] has joined #shogun11:01
@sonney2kdroopy, who the fsck is hostgater pro?11:04
droopyguy from anonops hes cool11:05
droopyzzz sonney2k11:05
@sonney2kdroopy, zzz indeed11:05
droopysonney2k: modelview matrix says "take the model coordinates and transform them by this before drawing"11:05
rieckhey ;)11:05
rieckchatting with dr**py11:06
@sonney2krieck, hey11:08
riecksonney2k: don't op droopy. i haven't fixed the kick thresholds, as i need them in another channel11:08
droopyrieck!11:08
@sonney2kso could you make all students happy?11:08
@sonney2kdroopy, you again!11:08
droopysonney2k!11:08
@sonney2k!!!11:08
rieckhappy ... hmm depends11:08
rieckwe had an exam yesterday, average is 2.7 (german grades)11:09
riecki think many are not happy11:09
@sonney2krieck, wow you are tough11:09
gsomixsonney2k, ok, getting item from DenseFeatures works now.11:10
gsomix[a:b, c:d] next11:10
@sonney2kpluskid, could you please git checkout github.com:shogun-toolbox/shogun-web.git and give some feedback?11:11
@sonney2kgsomix, cool :)11:11
-!- blackburn [~blackburn@109.226.92.17] has joined #shogun11:26
rieckmy first written exam was far too easy11:38
rieckit's clear that the next time i moved to the other extreme11:39
CIA-18shogun: Heiko Strathmann master * r1e888a0 / (19 files in 5 dirs): Merge pull request #649 from puffin444/master (+8 more commits...) - http://git.io/o5YgbQ11:46
-!- heiko [~heiko@host86-177-183-33.range86-177.btcentralplus.com] has joined #shogun11:47
heikosonney2k, around?11:48
gsomixsonney2k, btw, what do you think about my_cool_array[a, b]? how it may works? maybe any ideas...11:48
shogun-buildbotbuild #158 of deb1 - libshogun is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb1%20-%20libshogun/builds/15811:48
shogun-buildbotbuild #159 of deb1 - libshogun is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb1%20-%20libshogun/builds/159  blamelist: puffin444 <walke434@msu.edu>, Heiko Strathmann <heiko.strathmann@gmail.com>11:49
CIA-18shogun: Sergey Lisitsyn master * r5712c9a / (2 files): Fixed includes in logistic regression classes - http://git.io/Ds-BKg11:51
blackburndroopy: hey11:53
droopyso could you make all students happy?11:53
blackburndroopy: are you happy?11:55
droopyblackburn: back o/11:55
-!- bern4rd [4f940120@gateway/web/freenode/ip.79.148.1.32] has joined #shogun12:14
-!- fabs [~fabs@h1749472.stratoserver.net] has joined #shogun12:20
shogun-buildbotbuild #168 of deb3 - modular_interfaces is complete: Failure [failed test libshogun]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/168  blamelist: puffin444 <walke434@msu.edu>12:20
gsomixsonney2k, oh no, it seems, that numpy.array works as map, where key is [a:b, c:d].12:21
gsomixbad :)12:22
gsomixdroopy, hi12:22
droopyhi!?!12:22
blackburnshogun-buildbot: you bastard12:23
shogun-buildbotbuild #145 of deb2 - static_interfaces is complete: Failure [failed test libshogun]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb2%20-%20static_interfaces/builds/145  blamelist: puffin444 <walke434@msu.edu>12:23
shogun-buildbotbuild #160 of deb1 - libshogun is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb1%20-%20libshogun/builds/160  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>12:23
pluskidsonney2k: awesome logo on the "download now" box!12:27
pluskidcould we make it look more 3D?12:27
CIA-18shogun: Sergey Lisitsyn master * r46b4d2c / (2 files in 2 dirs): Updated one more include - http://git.io/16Pwbw12:31
shogun-buildbotbuild #161 of deb1 - libshogun is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb1%20-%20libshogun/builds/16112:33
rieckwhere is the logo? could not see it12:34
shogun-buildbotbuild #146 of deb2 - static_interfaces is complete: Failure [failed test libshogun]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb2%20-%20static_interfaces/builds/146  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>12:35
rieckdroopy: i hope you don't learn from shogun-buildbot.12:36
droopyrieck: i recall that somebody's holidays start by the end of july hehe12:36
rieckdroopy: yours?12:37
droopyrieck: just got online.12:37
gsomixdroopy, vodka?12:37
droopygsomix: excellent :)12:37
rieckhe's the best!12:39
-!- bern4rd [4f940120@gateway/web/freenode/ip.79.148.1.32] has quit [Quit: Page closed]12:51
-!- blackburn [~blackburn@109.226.92.17] has quit [Quit: Leaving.]12:52
shogun-buildbotbuild #169 of deb3 - modular_interfaces is complete: Failure [failed test libshogun]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/169  blamelist: Sergey Lisitsyn <lisitsyn.s.o@gmail.com>13:07
-!- vojtech [9320543b@gateway/web/freenode/ip.147.32.84.59] has joined #shogun14:13
vojtechrieck: Hi, sorry that didn't answer yesterday I just close my browser without looking to IRC tab.14:20
rieckno problem14:21
riecki am in a meeting right now :(14:21
vojtechno problem :)14:21
vojtechI just came from one :)14:22
droopyhoho.14:22
yooheiko: I have to go, lets see if we have time to fix this tonight. here is the c++ rewrited code http://pastebin.com/c7wKje0H15:27
yooheiko: ++15:27
heikoyoo, alright!15:28
-!- gsomix [~gsomix@r206-10.smr.ru] has quit [Remote host closed the connection]15:53
-!- pluskid [~pluskid@111.120.62.38] has quit [Quit: Leaving]16:17
-!- uricamic [~uricamic@2001:718:2:1634:e0a5:7bff:d55f:9553] has quit [Quit: Leaving.]16:35
-!- rieck is now known as sub-zero17:03
-!- gsomix [~gsomix@188.168.3.115] has joined #shogun17:04
-!- sub-zero is now known as Guest7865417:04
-!- Guest78654 is now known as rieck17:07
-!- hoijui [~hoijui@dslb-088-074-122-056.pools.arcor-ip.net] has quit [Quit: Leaving]17:17
-!- bern4rd [4f940120@gateway/web/freenode/ip.79.148.1.32] has joined #shogun17:23
-!- vojtech [9320543b@gateway/web/freenode/ip.147.32.84.59] has quit [Quit: Page closed]18:14
-!- blackburn [~blackburn@109.226.92.17] has joined #shogun18:15
blackburnheiko: that's cool you improved tutorial18:20
heikoblackburn, yeah, Ill continue this week, did more structure things today, but tomorrow I will actually write stuff18:21
blackburnheiko: default borders are pretty wide18:22
heikoblackburn, true, but these are based on typographic rules18:23
heikoand they look much nicer ,are easier to read etc18:23
heikodo you know the book elements of typographic style?18:23
blackburnwhat do you mean?18:23
heikotheres a book about typo18:23
heikoits worth reading has lots of interesting tips in it18:24
blackburnwell I've read a lot of them actually :)18:24
blackburnbut still these borders are way too wide for me18:24
heikoI mean we can change it back, was just my suggestion. I think the layout can be done later anyway.18:24
heikoBut I vote for large borders :D18:25
blackburnmost confusing is bottom margin18:25
blackburnit is something like 5 cm probably18:25
heikowell I dont insist on large margins :)18:26
blackburnit all depends how do you treat it18:27
blackburnnobody will print it probably18:27
heikothats true18:28
heikoits also a matter of taste18:28
blackburnand actually we need no fancy typographic if it is screen only18:29
blackburnwe would even need sans fonts for that18:29
heikommh18:30
heikoI dont agree, why typesetting it if its not for printing? Then we could write a webpage or similar18:31
blackburnyeah I am asking this question too but can't say someone would print it :)18:31
blackburnthat's the problem18:31
heikoI would print it18:32
heikolike printed stuff so much more18:32
blackburnok then :)18:32
heikoAlso, this could be a nice long term goal18:32
heikoprinting a book18:32
heikosell hard-copies :)18:33
blackburnambitious18:33
-!- yoo [2eda6d52@gateway/web/freenode/ip.46.218.109.82] has quit [Quit: Page closed]18:35
heikoblackburn, I forgot how to enable lines and files on errors messages18:38
blackburnio.enable_line_and_file18:39
blackburnor vice versa in line and file18:39
heikothanks :)18:39
blackburnheiko: includes should go to .cls file btw18:46
blackburnusepackage I mean18:46
gsomixgood evening18:46
heikoblackburn, didnt I do that?18:47
blackburnyou put it into .tex18:47
blackburnwell actually18:47
blackburnwe can do it in .tex18:47
blackburnbut then we rather should remove cls and just use book18:47
heikoI though Ive put everything into cls18:50
@sonney2kbern4rd, have you seen? I updated the webpage with some logo stuff...19:07
@sonney2kgsomix, so slicing works just for 1 dimensional stuff now?19:08
@sonney2k'just'19:08
gsomixsonney2k, as for python lists19:09
@sonney2ksame thing ok19:09
bern4rdyes I have seen it, really cool19:09
gsomixsonney2k, numpy's slicing a little harder for realisation.19:09
@sonney2kblackburn, heiko, wiking koen-shogun everyone actually - if you have cool figures produced w/ shogun I would add them to the new website :)19:10
bern4rdI am thinking what to do, but most of stuff is style stuff or check the content of the articles, links, etc. If you have any idea let me know. =)19:10
@sonney2kgsomix, can you use python buffer protocol for that?19:10
blackburnsonney2k: well shogun is not plotting library ;)19:10
heikosonney2k, sorry I currently dont :(19:11
gsomixsonney2k, nope, it's not needed.  just mapping protocol.19:11
@sonney2kgsomix, so it is some typemap?19:11
gsomixsonney2k, no, it's mechanism like other protocol for dictionary[key], where key is PyObject (e.g. [a:b] type for slicing)19:12
gsomix*other protocols19:12
@sonney2kgsomix, ahh I see19:13
@sonney2kbern4rd, thinking...19:13
gsomixsonney2k, I'm working now on get/set for DenseFeatures. and doing some fixes. ok?19:13
@sonney2kbern4rd, actually automagically generated download links for http / ftp based on NEWS19:14
bern4rdwhat you want to download? I mean you want to download each new, or the shogun version related with each new? I don't know if i am misunderstanding what you mean.19:19
@sonney2kbern4rd, yes the shogun version related to each news item19:20
@sonney2kso shogun1.0.0.tar.bz2 etc19:20
@sonney2kplease have a look at the news box at http://www.shogun-toolbox.org/ for the download links19:21
@sonney2kbern4rd, actually that thing is called "Download Releases" on the old website19:22
bern4rdI see19:23
bern4rdok I will try, I am going to read more about how to download links work19:24
@sonney2kbern4rd, well they are just links that are based on the version number19:26
bern4rdand the url would be the same? ftp://shogun-toolbox.org/shogun/releases/19:28
@sonney2kbern4rd, yes we will just use the very same http:// and ftp:// urls19:30
@sonney2kbern4rd, the only other dynamic content is this spreadsheet: http://spreadsheets.google.com/ccc?key=0Aunb9cCVAP6NdDVBMzY1TjdPcmx4ei1EeUZNNGtKUHc&hl=en19:33
@sonney2kthis is what is under Feature matrix on the old website19:33
@sonney2kI again have some python script to generate that19:33
@sonney2kgsomix, ok I see19:34
bern4rdah ok, the huge matrix i didnt add to the django project.19:35
@sonney2kyeah too much to do manually19:36
bern4rdyes =), so I can suppose that the al the tar.bz2 files are going to be in the url i wrote before19:37
@sonney2kbern4rd, yeah I guess - just copy the urls from the releases on the current page to know it19:39
bern4rdand should I add the download links next to each new?19:39
@sonney2kbern4rd, yes makes sense19:40
bern4rdoks19:41
@sonney2kbern4rd, maybe rename news to releases19:48
bern4rdok19:49
blackburnsonney2k: will show you some svm hyperplane classic fig soon19:55
blackburnI had pretty nice one in my thesis19:55
@sonney2kblackburn, can you now look at the website?19:55
blackburnsonney2k: no I didn't manage to run and never got back19:55
droopyyo19:55
-!- bern4rd [4f940120@gateway/web/freenode/ip.79.148.1.32] has quit [Ping timeout: 245 seconds]19:56
CIA-18shogun: Heiko Strathmann master * r01d6292 / (14 files in 5 dirs): Merge pull request #658 from karlnapf/master (+7 more commits...) - http://git.io/Ce_EfA19:59
shogun-buildbotbuild #162 of deb1 - libshogun is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb1%20-%20libshogun/builds/162  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>20:03
heikoyippieh!20:03
heikooh these arent mine20:04
heikoslep causes error20:04
shogun-buildbotbuild #163 of deb1 - libshogun is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb1%20-%20libshogun/builds/16320:04
shogun-buildbotbuild #170 of deb3 - modular_interfaces is complete: Failure [failed compile libshogun]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/170  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>20:05
shogun-buildbotbuild #64 of bsd1 - libshogun is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/64  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>20:10
blackburnrelax I am working on it20:10
blackburnsonney2k: https://dl.dropbox.com/u/10139213/shogun/hyperplane.png what about something like that?20:12
blackburnlooks like science lol20:12
shogun-buildbotbuild #65 of bsd1 - libshogun is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/bsd1%20-%20libshogun/builds/6520:16
shogun-buildbotbuild #171 of deb3 - modular_interfaces is complete: Failure [failed test libshogun]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/171  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>20:36
shogun-buildbotbuild #147 of deb2 - static_interfaces is complete: Failure [failed test libshogun]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb2%20-%20static_interfaces/builds/147  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>20:39
CIA-18shogun: Sergey Lisitsyn master * r53d384e / (27 files in 7 dirs): Refactoring of multitask submodule - http://git.io/_V6jZA21:18
blackburnshogun-buildbot: lets see success now21:19
CIA-18shogun: Sergey Lisitsyn master * r20c8bce / examples/undocumented/libshogun/Makefile : Removed duplicated transfer learning examples targeting - http://git.io/1yDTeQ21:29
-!- puffin444 [62e3926e@gateway/web/freenode/ip.98.227.146.110] has joined #shogun21:50
puffin444heiko, quick question.21:58
shogun-buildbotbuild #172 of deb3 - modular_interfaces is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb3%20-%20modular_interfaces/builds/17222:02
shogun-buildbotbuild #148 of deb2 - static_interfaces is complete: Success [build successful]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/deb2%20-%20static_interfaces/builds/14822:08
@sonney2kblackburn, is that a fancy figure?22:10
blackburnsonney2k: not really but still a figure22:10
@sonney2kblackburn, how about all your dimred / embedding stuff22:11
-!- romi_ [~mizobe@200-232-221-127.dsl.telesp.net.br] has joined #shogun22:12
@sonney2kor road signs?22:12
blackburnsonney2k: what to do with road signs?22:12
@sonney2kembed them? or just show classification rule...22:15
@sonney2kwith some signs left and right...22:15
@sonney2kit is becoming more art then science but hey who cares22:16
@sonney2kmaybe we could run some benchmarks (speed) to show how fast certain things are too22:16
* audy is boosting22:20
audyhttp://d.pr/i/pZTF+#.png22:21
audyHow does that look?22:21
blackburnsomething is wrong with 'ksvm' and 'glm' :)22:23
audyblackburn they are tarded22:24
audyKSVM works really well normally. I don't know what happened here22:24
blackburnrieck: ping22:29
rieckif auc < 0.5 ; swap labels of prediction22:33
blackburnrieck: do you know internals of AKFA?22:35
blackburnI got stucked a little with one step here22:35
rieckto be honest, no.22:35
blackburnok, will dig into it a little later then22:35
blackburnfunny no implementation is available just anywhere22:35
audyrieck I know. I'm messing around in Rattle so I have no idea what's going on behind the scenes.22:37
rieckaudy: i have no idea what you are doing. but auc < 0.5 is often an indication of swapped labels.22:37
rieckaudy: some classifiers like libsvm/liblinear tend to swap labels, as they pick +1 of the svm from the first data point.22:39
audyI'm pretty sure KSVM swaps the labels b/c I've never seen less than 50% accuracy22:39
rieckaccuray? you mean auc22:39
rieckarea under roc22:39
audyrieck I mean accuracy of prediction. If the prediction accuracy is less than 50%, then you can just swap the labels22:42
audyand get a better performing predictor22:42
blackburnfor binary yes22:42
rieckaudy: hmm. let's get things straight.22:42
rieckif the class distribution is 50/50, you are right.22:43
rieckin any case, you need to look at the auc and not the accuracy22:43
riecki think shogun features some code to compute aucs for roc and pr curves22:47
@sonney2krieck, written by blackburn ...22:47
blackburnsonney2k: is it bad or good?22:48
@sonney2kblackburn, the best that could happen - well maintained code :)22:49
droopygrin22:49
blackburnsonney2k: it is tested and compared a few times works like charm so no insults :)22:51
rieckeven droopy thinks this is funny22:52
droopywe're gonna be using that 2600 chan as a way of correlating data from anonops' past/wikis22:52
@sonney2kdroopy, cheer up blackburn!22:53
droopysonney2k: but we did not do anything illegal, such s ddos a company or taking private info i am trying to help you guys,22:53
@sonney2kwiking, what happened? you are gone again?22:53
gsomixdroopy, ?ome to drink vodka. :) I've already bought.22:59
droopygsomix: it is wild :)22:59
@sonney2kdroopy, cheer up blackburn!22:59
@sonney2kwiking, what happened? you are gone again?22:59
droopywill i still have to deal with the angle problem from before?22:59
rieckdroopy: no, you have voda. no angle problem23:00
droopyrieck: yeah i have an access log!23:00
gsomixgood night guys23:06
blackburndroopy: do you have access log?23:06
droopywhat is kick banned?23:06
gsomixdroopy, nite23:06
droopyevil[1]'s from germany23:06
@sonney2kgsomix, nite and can I have sweet dreams about PRs for tomorrow?23:07
gsomixsonney2k, what do you want in PR? :)23:08
@sonney2kslicing for densefeatures :D23:08
@sonney2kthat's all :D23:08
gsomixsonney2k, like numpy slicing?23:08
@sonney2kyeah23:08
gsomixok, I do not want to sleep :)23:09
@sonney2kgsomix, what?23:09
gsomixtime to work23:10
@sonney2kgsomix, ??? sleep and do it tomorrow!23:10
gsomix:(23:11
gsomixokay23:11
gsomixsonney2k, nite. it was not a funny joke, perhaps.23:12
@sonney2kgsomix, no way! work now!23:13
gsomixhuh :)23:14
droopyhaha23:14
rieckdroopy: time for a last beer!23:43
droopysure23:43
rieck!order beer for everybody23:43
* droopy sees: rieck orders a round of beer for everybody.23:43
* droopy sees: The waitress arrives and serves a round of beer for everybody.23:44
@sonney2kdroopy, order vodka for blackburn.23:49
droopythey should tell the fbi so they can raid him23:49
@sonney2kbeer is just not enough for RUssians.23:49
blackburnsonney2k: well 5 liters would be enough23:50
@sonney2kdroopy, cookies!23:50
droopysonney2k: i wouldn't suggest it just yet we could use more of his shit.23:50
@sonney2knite folks23:51
@sonney2kdroopy, sweet dreams!23:51
droopywell it's not too far from mexico city but it's too out of way from ny23:51
blackburngood night of logistic regression solvers23:51
blackburn(for me)23:51
blackburn:D23:51
--- Log closed Thu Jul 19 00:00:17 2012

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