IRC logs of #shogun for Friday, 2015-10-16

--- Log opened Fri Oct 16 00:00:04 2015
-!- Netsplit *.net <-> *.split quits: lisitsyn, @besser82, @ChanServ, lupinix, shaochuan, zxtx, rcurtin, CaBa, sonney2k_01:56
-!- Netsplit over, joins: @besser8202:07
-!- CaBa [~Diu7saig@unaffiliated/caba] has joined #shogun02:09
-!- shaochuan [~shaochuan@c-50-184-81-180.hsd1.ca.comcast.net] has joined #shogun02:12
-!- zxtx [~zxtx@sunnythinking.org] has joined #shogun02:12
-!- rcurtin [~ryan@spoon.lugatgt.org] has joined #shogun02:13
-!- sonney2k_ [~shogun@7nn.de] has joined #shogun02:13
-!- lisitsyn [~lisitsyn@37.139.2.75] has joined #shogun02:13
-!- lupinix [~quassel@fedora/lupinix] has joined #shogun02:17
-!- ChanServ [ChanServ@services.] has joined #shogun02:31
-!- ServerMode/#shogun [+o ChanServ] by hitchcock.freenode.net02:31
-!- shaochuan [~shaochuan@c-50-184-81-180.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer]04:44
-!- shaochuan [~shaochuan@2601:647:4603:2a70:35a4:52ce:a5bd:a690] has joined #shogun04:45
-!- shaochuan [~shaochuan@2601:647:4603:2a70:35a4:52ce:a5bd:a690] has quit [Remote host closed the connection]06:59
-!- shaochuan [~shaochuan@2601:647:4603:2a70:35a4:52ce:a5bd:a690] has joined #shogun07:00
-!- shaochuan [~shaochuan@2601:647:4603:2a70:35a4:52ce:a5bd:a690] has quit [Ping timeout: 240 seconds]07:04
-!- PirosB3 [~pirosb3@c-24-4-56-73.hsd1.ca.comcast.net] has joined #shogun07:09
-!- PirosB3 [~pirosb3@c-24-4-56-73.hsd1.ca.comcast.net] has quit [Quit: PirosB3]07:15
-!- PirosB3 [~pirosb3@c-24-4-56-73.hsd1.ca.comcast.net] has joined #shogun07:19
-!- PirosB3 [~pirosb3@c-24-4-56-73.hsd1.ca.comcast.net] has quit [Quit: PirosB3]08:03
-!- Bell3456 [~bell@h160.67.22.98.dynamic.ip.windstream.net] has joined #shogun09:27
-!- Bell3456 [~bell@h160.67.22.98.dynamic.ip.windstream.net] has left #shogun []09:32
-!- HeikoS [~heiko@nat-229-130.internal.eduroam.ucl.ac.uk] has joined #shogun11:53
-!- mode/#shogun [+o HeikoS] by ChanServ11:53
-!- shaochuan [~shaochuan@c-50-184-81-180.hsd1.ca.comcast.net] has joined #shogun12:03
-!- shaochuan [~shaochuan@c-50-184-81-180.hsd1.ca.comcast.net] has quit [Ping timeout: 244 seconds]12:08
lisitsynHeikoS: hola12:55
@HeikoSlisitsyn: jojo12:55
@HeikoSlisitsyn: all good?12:56
lisitsynyeap12:56
lisitsynHeikoS: this thing reminded me12:58
lisitsynI thought of running matlab code from python12:58
@HeikoSoha12:58
lisitsynso shogun would help to use all that research code12:58
@HeikoSvia swig?12:58
lisitsynyes12:58
@HeikoSswig matlab works apparently12:58
lisitsynI mean it would be super good to have some adapter12:59
@HeikoSyeah the base library, just exposing SWIG stuff without ML, would be a cool thing to have for connecting research codes together I agree12:59
@HeikoSyeah some minimal thing that is easy to use12:59
lisitsynit needs some proof of concept13:00
lisitsynHeikoS: I tend to think it is possible13:01
@HeikoSlisitsyn: agreed13:01
@HeikoSif we built such a minimal thing that works13:01
@HeikoSwe can then use it from Shogun13:01
@HeikoSbut maintain is as a seperate project maybe13:01
@HeikoSlisitsyn: what is needed ?13:03
@HeikoSfixed types13:03
@HeikoSa base class?13:03
lisitsynHeikoS: not yet clear13:03
@HeikoSnot sure in fact13:03
lisitsynHeikoS: do you know property-based testing idea?13:03
@HeikoSnope13:03
lisitsynHeikoS: ok basically13:04
lisitsynsay you have a function that computes square root13:04
lisitsynto test it you say13:04
lisitsynTest(Function).With(PositiveNumber())13:04
lisitsynit just samples under this condition13:05
@HeikoSlisitsyn: I see13:05
@HeikoSsemi automated unit testing13:05
lisitsynwe need some cool api to write such wrappers for code13:05
lisitsynso you describe matrices that should be aligned somehow13:05
@HeikoSlisitsyn: I dont get it, why is that uselful for the wrapper lib?13:05
lisitsynsay you have some crazy function13:06
lisitsynlearn_hmm(X,y,b,theta)13:06
lisitsynyou have no idea what parameters are13:06
lisitsynso to wrap it you should describe what these parameters are13:06
lisitsynand how they relate13:06
lisitsynoops sorry brb13:06
@HeikoSok13:06
-!- HeikoS [~heiko@nat-229-130.internal.eduroam.ucl.ac.uk] has quit [Quit: Leaving.]13:40
-!- shaochuan [~shaochuan@2601:647:4603:2a70:35a4:52ce:a5bd:a690] has joined #shogun14:06
-!- shaochuan [~shaochuan@2601:647:4603:2a70:35a4:52ce:a5bd:a690] has quit [Ping timeout: 240 seconds]14:11
-!- HeikoS [~heiko@pat-191-250.internal.eduroam.ucl.ac.uk] has joined #shogun16:06
-!- mode/#shogun [+o HeikoS] by ChanServ16:06
-!- PirosB3 [~pirosb3@c-24-4-56-73.hsd1.ca.comcast.net] has joined #shogun16:15
lisitsynHeikoS: hey16:24
lisitsynwill you be at nips this year?16:24
-!- PirosB3 [~pirosb3@c-24-4-56-73.hsd1.ca.comcast.net] has quit [Quit: PirosB3]17:28
-!- HeikoS [~heiko@pat-191-250.internal.eduroam.ucl.ac.uk] has quit [Ping timeout: 240 seconds]17:47
-!- HeikoS [~heiko@05453a05.skybroadband.com] has joined #shogun21:24
-!- mode/#shogun [+o HeikoS] by ChanServ21:24
-!- HeikoS [~heiko@05453a05.skybroadband.com] has quit [Quit: Leaving.]21:34
--- Log closed Sat Oct 17 00:00:06 2015

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