| --- Log opened Wed Mar 14 00:00:19 2012 | ||
| -!- flxb [~cronor@g225028089.adsl.alicedsl.de] has quit [Quit: flxb] | 00:14 | |
| -!- vikram360 [~vikram360@117.192.166.163] has quit [Ping timeout: 246 seconds] | 00:15 | |
| -!- vikram360 [~vikram360@117.192.160.254] has joined #shogun | 00:15 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving] | 00:20 | |
| -!- vikram360 [~vikram360@117.192.160.254] has quit [Ping timeout: 260 seconds] | 00:43 | |
| -!- vikram360 [~vikram360@117.192.163.18] has joined #shogun | 00:43 | |
| -!- vikram360 [~vikram360@117.192.163.18] has quit [Ping timeout: 260 seconds] | 00:50 | |
| -!- vikram360 [~vikram360@117.192.163.18] has joined #shogun | 00:50 | |
| -!- vikram360 [~vikram360@117.192.163.18] has quit [Ping timeout: 240 seconds] | 02:01 | |
| -!- gsomix [~gsomix@188.168.4.82] has joined #shogun | 04:35 | |
| -!- gsomix [~gsomix@188.168.4.82] has quit [Quit: ????? ? ?? ??? (xchat 2.4.5 ??? ??????)] | 04:47 | |
| -!- gsomix [~androirc@85.26.165.197] has joined #shogun | 05:21 | |
| -!- _gsomix [~androirc@85.26.165.197] has joined #shogun | 05:25 | |
| -!- gsomix [~androirc@85.26.165.197] has quit [Read error: Connection reset by peer] | 05:25 | |
| -!- _gsomix [~androirc@85.26.165.197] has quit [Client Quit] | 05:27 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 06:31 | |
| -!- in3xes [~in3xes@210.212.58.168] has joined #shogun | 06:46 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Read error: Operation timed out] | 06:59 | |
| -!- blackburn [5bdfb203@gateway/web/freenode/ip.91.223.178.3] has joined #shogun | 07:17 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 07:22 | |
| blackburn | n4nd0: hey there! ;) | 07:27 | 
|---|---|---|
| -!- in3xes [~in3xes@210.212.58.168] has quit [Quit: Leaving] | 07:28 | |
| n4nd0 | blackburn: hey! how is it going? | 08:45 | 
| blackburn | fine, waiting for gsoc decision this week ;) | 08:46 | 
| blackburn | and you? | 08:46 | 
| n4nd0 | same here :) | 08:46 | 
| n4nd0 | I am taking a break of studying for my exam and making some progress with the qda classifier | 08:46 | 
| blackburn | ah nice | 08:47 | 
| n4nd0 | I contacted Nico last week about the SO project for gsoc | 08:48 | 
| n4nd0 | he pointed a reference for me and I have started with it | 08:49 | 
| n4nd0 | it looks like an interesting topic :) | 08:49 | 
| n4nd0 | brb | 08:50 | 
| -!- wiking [~wiking@huwico/staff/wiking] has quit [Quit: wiking] | 08:50 | |
| -!- wiking [~wiking@huwico/staff/wiking] has joined #shogun | 08:59 | |
| blackburn | n4nd0: it is nice you have contacted nico | 09:18 | 
| n4nd0 | blackburn: qda is almost ready :) | 09:22 | 
| blackburn | nice as well :) | 09:23 | 
| n4nd0 | blackburn: one doubt about it though | 09:23 | 
| blackburn | which? | 09:23 | 
| n4nd0 | blackburn: is it ok if I just use the examples that are given in scikits? | 09:23 | 
| n4nd0 | adapted to shogun interface but the same equal | 09:24 | 
| blackburn | which examples? | 09:24 | 
| n4nd0 | ups sorry the same equal not, the rest equal :P | 09:24 | 
| n4nd0 | http://scikit-learn.sourceforge.net/0.6/auto_examples/plot_lda_qda.html | 09:24 | 
| n4nd0 | that one for example | 09:24 | 
| blackburn | so you just changed the used lda? | 09:25 | 
| n4nd0 | I have not done anything with the LDA part | 09:25 | 
| n4nd0 | but right now I can make that example work with qda from shogun | 09:26 | 
| blackburn | I see | 09:26 | 
| blackburn | I don't know, probably you may use it | 09:26 | 
| n4nd0 | so I don't really know if its "allowed" to just use that code or not | 09:26 | 
| n4nd0 | if there is any problem I can re-write it somehow... | 09:26 | 
| blackburn | better rewrite if you have time for that | 09:27 | 
| n4nd0 | ok | 09:27 | 
| blackburn | shouldn't take much time anyway | 09:27 | 
| blackburn | and no need to found/cite authors of these examples | 09:27 | 
| n4nd0 | yeah, it is not that long | 09:27 | 
| n4nd0 | I will change the colours too :P | 09:28 | 
| blackburn | yeah that makes us competive enough | 09:28 | 
| blackburn | ;) | 09:28 | 
| n4nd0 | does it make sense to compare the time it takes with scikits and with shogun? | 09:28 | 
| blackburn | would be pretty similar | 09:29 | 
| n4nd0 | do you think so? | 09:30 | 
| n4nd0 | I thought that since their implementation is in python and ours is in C++ it should be faster | 09:31 | 
| blackburn | no, not exactly | 09:32 | 
| blackburn | bottlenecks are svd computing and some dot products, right? | 09:32 | 
| n4nd0 | probably | 09:33 | 
| blackburn | so it would be very similar, their python code delegates all such things to blas and lapack | 09:33 | 
| n4nd0 | aha I see | 09:33 | 
| blackburn | their dim reduction code is even a bit faster on some data than my | 09:34 | 
| n4nd0 | too bad | 09:34 | 
| blackburn | not at all | 09:34 | 
| n4nd0 | I just liked the idea of shogun being faster :P | 09:35 | 
| blackburn | fast can be fast in different means | 09:35 | 
| blackburn | scikits isomap and lle is faster on 3d data | 09:36 | 
| blackburn | are faster | 09:37 | 
| blackburn | :) | 09:37 | 
| blackburn | pretty singular case | 09:37 | 
| blackburn | i.e. why'd you need to reduct dimensionality from 3 to 2 :) | 09:37 | 
| n4nd0 | aham | 09:38 | 
| -!- blackburn [5bdfb203@gateway/web/freenode/ip.91.223.178.3] has quit [Quit: Page closed] | 09:46 | |
| -!- GenX [~Sambhav@14.139.82.6] has joined #shogun | 09:51 | |
| -!- wiking [~wiking@huwico/staff/wiking] has quit [Quit: wiking] | 09:57 | |
| -!- wiking [~wiking@huwico/staff/wiking] has joined #shogun | 10:13 | |
| -!- wiking [~wiking@huwico/staff/wiking] has quit [Quit: wiking] | 10:21 | |
| -!- wiking [~wiking@huwico/staff/wiking] has joined #shogun | 10:23 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Ping timeout: 245 seconds] | 11:28 | |
| -!- gsomix [~gsomix@188.168.4.82] has joined #shogun | 11:37 | |
| gsomix | hi | 11:38 | 
| GenX | Hi | 11:45 | 
| -!- vikram360 [~vikram360@117.192.172.228] has joined #shogun | 12:20 | |
| -!- vikram360 [~vikram360@117.192.172.228] has quit [Ping timeout: 260 seconds] | 12:25 | |
| -!- vikram360 [~vikram360@117.192.160.254] has joined #shogun | 12:25 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has joined #shogun | 12:41 | |
| -!- mjainit [~kvirc@14.139.122.114] has joined #shogun | 14:37 | |
| -!- muddo [~muddo@gateway/tor-sasl/muddo] has quit [Ping timeout: 276 seconds] | 14:42 | |
| -!- muddo [~muddo@gateway/tor-sasl/muddo] has joined #shogun | 14:44 | |
| -!- mjainit [~kvirc@14.139.122.114] has quit [Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/] | 15:58 | |
| -!- GenX__ [~Sambhav@14.139.82.6] has joined #shogun | 16:04 | |
| -!- GenX [~Sambhav@14.139.82.6] has quit [Ping timeout: 260 seconds] | 16:05 | |
| -!- blackburn [d5578dbd@gateway/web/freenode/ip.213.87.141.189] has joined #shogun | 17:06 | |
| -!- GenX__ [~Sambhav@14.139.82.6] has quit [Ping timeout: 272 seconds] | 17:09 | |
| -!- wiking [~wiking@huwico/staff/wiking] has quit [Quit: wiking] | 17:11 | |
| -!- GenX [~Sambhav@14.139.82.6] has joined #shogun | 17:11 | |
| -!- gsomix [~gsomix@188.168.4.82] has quit [Ping timeout: 260 seconds] | 17:13 | |
| -!- n4nd0 [~nando@s83-179-44-135.cust.tele2.se] has quit [Quit: leaving] | 17:15 | |
| -!- gsomix [~gsomix@85.26.165.82] has joined #shogun | 17:40 | |
| gsomix | blackburn, ??????? | 17:41 | 
| blackburn | gsomix: hey | 17:41 | 
| blackburn | gsomix: don't expect I'd talk you in russian here ;) | 17:41 | 
| blackburn | to you* | 17:42 | 
| -!- gsomix [~gsomix@85.26.165.82] has quit [Client Quit] | 17:43 | |
| -!- gsomix [~gsomix@85.26.165.82] has joined #shogun | 17:43 | |
| -!- ckwidmer [~quassel@mskresolve-a.mskcc.org] has joined #shogun | 17:43 | |
| gsomix | blackburn, where are you now? | 17:44 | 
| blackburn | gsomix: 711 | 17:44 | 
| gsomix | blackburn, i have some questions about work. I find it easier to discuss it in Russian. Could we discuss it in Jabber? :) | 17:57 | 
| -!- wiking [~wiking@huwico/staff/wiking] has joined #shogun | 17:59 | |
| -!- ckwidmer [~quassel@mskresolve-a.mskcc.org] has quit [Remote host closed the connection] | 18:01 | |
| -!- gsomix [~gsomix@85.26.165.82] has quit [Ping timeout: 246 seconds] | 18:05 | |
| -!- gsomix [~gsomix@83.149.21.167] has joined #shogun | 18:10 | |
| -!- genix [~gsomix@188.168.3.120] has joined #shogun | 18:17 | |
| -!- gsomix [~gsomix@83.149.21.167] has quit [Ping timeout: 246 seconds] | 18:21 | |
| -!- genix is now known as gsomix | 18:45 | |
| -!- blackburn [d5578dbd@gateway/web/freenode/ip.213.87.141.189] has quit [Quit: Page closed] | 19:03 | |
| -!- gsomix [~gsomix@188.168.3.120] has quit [Quit: ????? ? ?? ??? (xchat 2.4.5 ??? ??????)] | 19:04 | |
| -!- blackburn [~qdrgsm@188.168.2.230] has joined #shogun | 19:57 | |
| @sonney2k | blackburn, re hotstarting - you wanted to use this to train for differen C?s | 20:15 | 
| @sonney2k | or to be able to stop/save the classifier and then continue training later? | 20:15 | 
| -!- blackburn [~qdrgsm@188.168.2.230] has quit [Ping timeout: 245 seconds] | 20:18 | |
| -!- muddo [~muddo@gateway/tor-sasl/muddo] has quit [Ping timeout: 276 seconds] | 20:34 | |
| -!- muddo [~muddo@gateway/tor-sasl/muddo] has joined #shogun | 20:47 | |
| -!- in3xes [~in3xes@180.149.49.230] has joined #shogun | 21:05 | |
| -!- muddo [~muddo@gateway/tor-sasl/muddo] has quit [Ping timeout: 276 seconds] | 21:29 | |
| -!- in3xes [~in3xes@180.149.49.230] has quit [Ping timeout: 252 seconds] | 21:35 | |
| -!- muddo [~muddo@gateway/tor-sasl/muddo] has joined #shogun | 21:54 | |
| -!- vikram360 [~vikram360@117.192.160.254] has quit [Ping timeout: 260 seconds] | 22:22 | |
| -!- vikram360 [~vikram360@117.192.164.37] has joined #shogun | 22:23 | |
| -!- in3xes [~in3xes@180.149.49.227] has joined #shogun | 22:31 | |
| -!- wiking [~wiking@huwico/staff/wiking] has quit [Quit: wiking] | 22:32 | |
| -!- in3xes_ [~in3xes@180.149.49.227] has joined #shogun | 22:33 | |
| -!- wiking [~wiking@huwico/staff/wiking] has joined #shogun | 22:34 | |
| --- Log closed Thu Mar 15 00:00:19 2012 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!