IRC logs of #shogun for Wednesday, 2016-12-07

--- Log opened Wed Dec 07 00:00:47 2016
@sukeyPull Request #3399 "LinalgRefactor - Remove old vector_sum method"  synchronized by OXPHOS - https://github.com/shogun-toolbox/shogun/pull/339902:07
@sukeyPull Request #3399 "LinalgRefactor - Remove old vector_sum method"  synchronized by OXPHOS - https://github.com/shogun-toolbox/shogun/pull/339902:36
@sukeyPull Request #3399 "LinalgRefactor - Remove old vector_sum method"  synchronized by OXPHOS - https://github.com/shogun-toolbox/shogun/pull/339902:37
-!- mizari [~mizari@95-174-213-100.nts.su] has joined #shogun05:29
-!- mizari [~mizari@95-174-213-100.nts.su] has quit [Quit: Leaving]07:10
-!- praisethemoon [~praisethe@41.226.248.123] has joined #shogun08:40
-!- praisethemoon [~praisethe@41.226.248.123] has quit [Client Quit]08:43
-!- praisethemoon [~praisethe@41.226.248.123] has joined #shogun08:43
-!- praisethemoon_ [~praisethe@41.226.248.123] has joined #shogun08:52
-!- praisethemoon [~praisethe@41.226.248.123] has quit [Ping timeout: 260 seconds]08:53
-!- praisethemoon_ is now known as praisethemoon09:04
-!- praisethemoon [~praisethe@41.226.248.123] has quit [Changing host]09:04
-!- praisethemoon [~praisethe@unaffiliated/praisethemoon] has joined #shogun09:04
-!- praisethemoon [~praisethe@unaffiliated/praisethemoon] has quit [Read error: Connection reset by peer]09:07
-!- praisethemoon [~praisethe@41.226.248.123] has joined #shogun09:29
-!- praisethemoon [~praisethe@41.226.248.123] has quit [Changing host]09:29
-!- praisethemoon [~praisethe@unaffiliated/praisethemoon] has joined #shogun09:29
-!- praisethemoon [~praisethe@unaffiliated/praisethemoon] has quit [Ping timeout: 260 seconds]10:35
-!- zero1hac [~zerooneha@139.59.16.180] has quit [Ping timeout: 260 seconds]12:04
-!- praisethemoon [~praisethe@41.226.248.123] has joined #shogun13:32
-!- praisethemoon [~praisethe@41.226.248.123] has quit [Ping timeout: 260 seconds]13:37
CaBahi13:46
CaBawiking: ping13:55
@wikingpong13:55
CaBawiking: what's up?13:56
@wikingnotmuch13:56
CaBait's so calm here recently13:56
@wikingwaiting for a fix13:56
@wikingto be able to release 5.0.113:56
CaBawiking: can i ask an honest question? ^^13:58
@wikingyes13:58
CaBawiking: what's going on with the lib right now? what's the focus of the current development?14:03
@wikingmmm14:03
@wikingthere's this14:03
CaBawiking: i have the feeling that there are large zombie areas within the lib that nobody knows / touches / wants to touch14:03
@wiking:)))014:03
@wikingit's more like prios14:04
@wikingbig here's the big picture14:04
@wikinghttps://github.com/shogun-toolbox/shogun/wiki/GSoC-2016-summit-discussion14:04
CaBai see...14:05
CaBawiking: i have to admit, sometimes i miss the "fix all bugs and document all classes and functions before going any further" bulletpoint :)))14:08
@wiking:>14:08
@wikingwell trying to fix soem stuff14:08
@wikingbut so far we can go with doing this14:08
@wikingas just a hobby14:09
@wikingi have like 2-3 branches14:09
@wiking'almost done'14:09
@wikingthose are stability fixes14:09
@wikingbut then again14:09
@wikingi dont have time to finish them14:09
CaBai know, manpower-wise it is super tight... the gsoc thing is great, but i guess also not enough to maintain and run an entire library of that size14:09
-!- zero1hac [~zerooneha@139.59.16.180] has joined #shogun14:10
@wikingindeed14:10
CaBawiking: you aren't too familiar with the string kernel implementations in shogun, right?14:12
@wikingmmm14:13
@wikingi can help debug14:13
@wikingbut no not by heart14:13
CaBano bug (i guess)14:13
CaBai'm just wondering how one can overcome that 'k' is not a parameter of the kernel in CommWordStringKernel14:14
CaBait has to be decided during feature generation14:14
CaBai wonder if there is nevertheless a way to integrate it into model selection14:14
CaBaor if i should spend the time to build a wrapper kernel that takes StringFeatures<char> and builds the StringFeatures<int> on the fly when 'k' is changed...14:15
zero1hacHey, sorry to interrupt,  in the channel's welcome  message I guess link to Channel logs is incorrect. Shouldn't it be http://bit.ly/2h9BDNr ?14:19
-!- praisethemoon [~praisethe@41.226.248.123] has joined #shogun15:48
-!- praisethemoon [~praisethe@41.226.248.123] has quit [Changing host]15:49
-!- praisethemoon [~praisethe@unaffiliated/praisethemoon] has joined #shogun15:49
-!- praisethemoon_ [~praisethe@41.226.248.123] has joined #shogun16:30
-!- praisethemoon [~praisethe@unaffiliated/praisethemoon] has quit [Ping timeout: 260 seconds]16:33
CaBawiking: is that whole stringfeature logic explained anywhere? as in - what's behind all that "obtain_from_char" conversion, what's the "order" of string features, etc etc?16:36
@wikingnot that i know of16:36
-!- praisethemoon_ is now known as praisethemoon16:50
CaBawiking: do you know what's behind obtaining a StringFeatures<uint16_t> from a StringFeatures<char>? What's the generel idea behind that?17:26
@wikingmmm utf17:28
@wiking?17:28
CaBanope17:29
@wikinguint8 = char17:29
CaBacan exclude any multibyte encoding intentions behind that17:29
CaBawiking: the conversion among other things calls CAlphabet::remap_to_bin()17:30
-!- praisethemoon [~praisethe@41.226.248.123] has quit [Ping timeout: 268 seconds]18:14
-!- zero1hac [~zerooneha@139.59.16.180] has quit [Ping timeout: 265 seconds]19:53
CaBawiking: apparently it stores words in single 16 or 64 bit types20:17
-!- zero1hac [~zerooneha@139.59.16.180] has joined #shogun22:15
CaBawiking: is there any harm in calling init(l,r) multiple times, i.e. with different features?22:36
--- Log closed Thu Dec 08 00:00:48 2016

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