| --- Log opened Sat Jan 24 00:00:49 2015 | ||
| -!- jejjohnson [43f2b7b2@gateway/web/freenode/ip.67.242.183.178] has quit [Quit: Page closed] | 00:10 | |
| -!- dhfromkorea [~dhfromkor@85-76-71-82-nat.elisa-mobile.fi] has quit [] | 00:30 | |
| -!- AndreLopes [bacbce15@gateway/web/freenode/ip.186.203.206.21] has joined #shogun | 00:57 | |
| AndreLopes | Is sonney here? | 00:57 | 
|---|---|---|
| AndreLopes | or anyone else? :D | 00:57 | 
| * lupinix is here, but he thinks he cannot help with any problems^^ he just started to play around with shogun a little bit | 00:59 | |
| AndreLopes | oh | 01:01 | 
| AndreLopes | i just need help to install it on windows | 01:01 | 
| AndreLopes | i installed cygwin already | 01:01 | 
| AndreLopes | what should i do next | 01:01 | 
| lupinix | i'm a pure linux user | 01:01 | 
| AndreLopes | :( | 01:01 | 
| lupinix | is there some kind of manual for installation on windows? | 01:02 | 
| lupinix | looks like you have to compile stuff from source? | 01:02 | 
| AndreLopes | It seems so | 01:03 | 
| AndreLopes | i dont understand it very well | 01:03 | 
| -!- txomon|home [~txomon@unaffiliated/txomon] has quit [Ping timeout: 276 seconds] | 01:03 | |
| -!- karthikabinav [~karthikab@206-196-186-174.wireless.umd.edu] has joined #shogun | 01:08 | |
| AndreLopes | Hi Karthi | 01:10 | 
| -!- PirosB3 [~pirosb3@host29-212-dynamic.8-79-r.retail.telecomitalia.it] has joined #shogun | 01:15 | |
| AndreLopes | hi Piros | 01:17 | 
| -!- PirosB3 [~pirosb3@host29-212-dynamic.8-79-r.retail.telecomitalia.it] has quit [Quit: PirosB3] | 01:37 | |
| -!- PirosB3 [~pirosb3@host29-212-dynamic.8-79-r.retail.telecomitalia.it] has joined #shogun | 01:41 | |
| karthikabinav | Hi Andre | 01:42 | 
| AndreLopes | hi | 01:43 | 
| lupinix | AndreLopes: which manual do you use for installation? | 01:51 | 
| lupinix | the ones i found even don't match the installation using cmake | 01:55 | 
| -!- PirosB3 [~pirosb3@host29-212-dynamic.8-79-r.retail.telecomitalia.it] has quit [Quit: PirosB3] | 01:57 | |
| lupinix | i think using fedora is easier^^ thanks to besser82 we have a complete and well maintained set of shogun packages there | 01:58 | 
| AndreLopes | oh | 02:01 | 
| AndreLopes | so theres no way i can use windows? | 02:01 | 
| lupinix | i don't know... at least cmake stuff and basic libraries should be available in cygwin | 02:02 | 
| AndreLopes | They are | 02:03 | 
| AndreLopes | i installed them | 02:03 | 
| lupinix | do you have any experience with the cygwin/linux terminal? | 02:04 | 
| AndreLopes | none | 02:05 | 
| lupinix | http://www.shogun-toolbox.org/doc/en/current/installation.html seems to be outdated :( | 02:07 | 
| AndreLopes | erm | 02:08 | 
| lupinix | recipe would be: open cygwin terminal, download http://shogun-toolbox.org/archives/shogun/releases/3.2/sources/shogun-3.2.0.tar.bz2 using wget, unextract it using "tar -xjvf shogun-3.2.0.tar.bz2" | 02:10 | 
| lupinix | go into directory using "cd shogun-3.2.0", create build directory "mkdir build", go in "cd build" | 02:10 | 
| lupinix | then let cmake configure the build process "cmake .." | 02:10 | 
| AndreLopes | ok | 02:11 | 
| lupinix | if there are errors or missing dependencies you have to install them and then run cmake again | 02:11 | 
| AndreLopes | ok so how do i open cmake | 02:11 | 
| lupinix | when it is fine: compile using "make" | 02:12 | 
| lupinix | cmake is a commandline tool should be available in cygwin shell | 02:12 | 
| AndreLopes | C:\Users\Andr? V Lopes\Downloads\shogun-3.2.0.tar\shogun-3.2.0\shogun-3.2.0 | 02:12 | 
| AndreLopes | its there | 02:12 | 
| AndreLopes | oh i see | 02:12 | 
| AndreLopes | so i just go to the folder with cygwin | 02:13 | 
| AndreLopes | and do the stuff | 02:13 | 
| AndreLopes | :D | 02:13 | 
| lupinix | thats why i asked for some terminal knowledge ;) | 02:13 | 
| AndreLopes | i know prompt of command | 02:13 | 
| AndreLopes | and gradle and stuff | 02:13 | 
| AndreLopes | but not linux :D | 02:13 | 
| lupinix | hopefully cygwin and fedora linux are similar enough in this case ^^ | 02:13 | 
| AndreLopes | how do i | 02:14 | 
| AndreLopes | go to a certain location | 02:15 | 
| AndreLopes | for example i wanna go to : D:\shogun-3.2.0 | 02:15 | 
| lupinix | puh... question is: where is D: in cygwin... paths look different on unix like OSes | 02:15 | 
| lupinix | type "pwd" | 02:16 | 
| lupinix | to see where you are | 02:16 | 
| AndreLopes | $ pwd /home/Andr? V Lopes | 02:16 | 
| lupinix | lets try "cd d:/" | 02:17 | 
| lupinix | maybe it just works :D | 02:17 | 
| AndreLopes | $ "cd D:/" -bash: cd D:/: No such file or directory | 02:17 | 
| AndreLopes | but when i did | 02:17 | 
| AndreLopes | D:\ | 02:17 | 
| AndreLopes | it seem to have worked | 02:18 | 
| lupinix | pwd again | 02:18 | 
| AndreLopes | it changed to a ">" thoug | 02:18 | 
| AndreLopes | pwd and nothing changed | 02:18 | 
| AndreLopes | nothing appeared | 02:18 | 
| lupinix | then it didn't work | 02:18 | 
| lupinix | "cd /cygdrive/d" | 02:18 | 
| lupinix | says google to me :D | 02:18 | 
| AndreLopes | same thing | 02:19 | 
| AndreLopes | > | 02:19 | 
| lupinix | thats the shell prompt, its ok | 02:19 | 
| lupinix | pwd again | 02:19 | 
| AndreLopes | nothing | 02:19 | 
| lupinix | and "ls" (lowercase L) | 02:19 | 
| AndreLopes | pwdls | 02:20 | 
| AndreLopes | or pwd ls | 02:20 | 
| AndreLopes | or ls | 02:20 | 
| lupinix | only ls | 02:20 | 
| AndreLopes | none of them changed anything | 02:20 | 
| AndreLopes | > | 02:20 | 
| lupinix | whats the output? | 02:20 | 
| lupinix | of ls | 02:20 | 
| AndreLopes | nothing | 02:20 | 
| lupinix | :o | 02:20 | 
| AndreLopes | wait | 02:21 | 
| AndreLopes | i reopened cyg | 02:21 | 
| AndreLopes | and it worked now | 02:21 | 
| AndreLopes | i can see my D: drive now | 02:21 | 
| AndreLopes | and i can see shogun folder | 02:22 | 
| lupinix | :) | 02:22 | 
| AndreLopes | what should i do now | 02:22 | 
| lupinix | maybe at first start some variables weren't set properly | 02:22 | 
| lupinix | cd shogun-3.2.0 | 02:22 | 
| lupinix | to go into the fiolder | 02:22 | 
| lupinix | (assuming that you are already in d) | 02:23 | 
| AndreLopes | im there | 02:23 | 
| lupinix | ls | 02:23 | 
| AndreLopes | it showed the stuff inside shogun folder | 02:24 | 
| lupinix | nice | 02:24 | 
| lupinix | mkdir build | 02:24 | 
| AndreLopes | done | 02:24 | 
| lupinix | cd build | 02:24 | 
| AndreLopes | done | 02:25 | 
| lupinix | now we start using cmake by "cmake .." (the two points are important) | 02:25 | 
| AndreLopes | ok | 02:25 | 
| AndreLopes | so i just say cmake .. | 02:25 | 
| AndreLopes | ? | 02:25 | 
| lupinix | yes | 02:25 | 
| lupinix | it should start to look for dependencies now | 02:26 | 
| lupinix | you will get errors if something important is missing | 02:26 | 
| AndreLopes | $ cmake .. CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missin | 02:27 | 
| AndreLopes | a lot of errors | 02:27 | 
| AndreLopes | http://pastebin.com/XYv3hsif | 02:27 | 
| lupinix | make and gcc compilers are missing, you have to install make and gcc-g++ (maybe its called gcc-c++) using the cygwin installer | 02:28 | 
| AndreLopes | ok | 02:29 | 
| lupinix | when you installed them: run cmake again | 02:30 | 
| AndreLopes | 1 sec | 02:30 | 
| lupinix | AndreLopes: does it work now? | 02:43 | 
| AndreLopes | still installing gcc lol | 02:43 | 
| AndreLopes | taking ages... idk why | 02:44 | 
| -!- karthikabinav [~karthikab@206-196-186-174.wireless.umd.edu] has quit [] | 02:44 | |
| lupinix | hopefully this one is fixed https://github.com/shogun-toolbox/shogun/issues/2380 | 02:47 | 
| lupinix | to make some more advertisement for fedora: there you just need to type in "yum install shogun" (and depending on your needs some more packages, i use shogun with python for example) and you got it :D | 02:49 | 
| AndreLopes | new errors | 02:53 | 
| AndreLopes | http://pastebin.com/4tqHgeRu | 02:53 | 
| lupinix | you have to go through the missing libraries now and install them. the missing one raising the error is python | 02:55 | 
| AndreLopes | ok | 02:55 | 
| lupinix | others look like optional (but useful) dependencies | 02:55 | 
| AndreLopes | ok | 02:56 | 
| AndreLopes | lets see what happens now | 02:58 | 
| lupinix | AndreLopes: btw i think you should write an email to the mailing list http://www.shogun-toolbox.org/page/contact/contacts | 02:58 | 
| AndreLopes | Oh ok | 02:58 | 
| lupinix | about windows support | 02:58 | 
| AndreLopes | will i be able to run this on netbeans (java) after all this ? | 02:59 | 
| lupinix | i don't know, i really have no plan of software development on windows in combination with stuff like cygwin | 03:00 | 
| AndreLopes | meh | 03:02 | 
| AndreLopes | I normally use Encog | 03:02 | 
| lupinix | never used it, i started with python/scikit-learn | 03:03 | 
| lupinix | AndreLopes: is it compiling? | 03:09 | 
| AndreLopes | i decided to isntall the whole python package | 03:09 | 
| AndreLopes | its installing | 03:09 | 
| AndreLopes | i also installed some other stuff too... | 03:09 | 
| AndreLopes | if it fails again | 03:09 | 
| AndreLopes | i will isntall everything | 03:09 | 
| AndreLopes | i type too fast and i end up saying isntall instead of install... | 03:10 | 
| AndreLopes | -- To compile shogun type -- make -- -- To install shogun to /usr/local type -- make install -- -- or to install to a custom directory -- make install DESTDIR=/my/special/path -- (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the prefix -- =================================================================================================================== -- Configuring done -- Generating done | 03:12 | 
| lupinix | now "make" | 03:12 | 
| AndreLopes | do i need to activate java interface first? | 03:13 | 
| lupinix | yes, if you want to use it with java | 03:13 | 
| AndreLopes | how do i do that | 03:14 | 
| AndreLopes | -DJavaModular=ON i tried typing that | 03:14 | 
| lupinix | cmake -DJavaModular=ON .. | 03:14 | 
| lupinix | to reconfigure for build with enabled java | 03:14 | 
| AndreLopes | i need to wait the make command to finish now :D | 03:14 | 
| lupinix | hopefully it compiles | 03:15 | 
| lupinix | [02:47:07] <lupinix> hopefully this one is fixed https://github.com/shogun-toolbox/shogun/issues/2380 | 03:15 | 
| lupinix | found it when searching for cygwin in shogun tickets in github | 03:16 | 
| AndreLopes | AH you are one of the developers of shogun ? | 03:16 | 
| lupinix | no | 03:16 | 
| AndreLopes | 22% | 03:16 | 
| AndreLopes | boring. | 03:17 | 
| lupinix | but as i'm a fedora developer i know how open source projects work | 03:17 | 
| AndreLopes | Ah i see. | 03:17 | 
| lupinix | and a friend of mine (besser82 in irc) is one of the shogun contributors | 03:17 | 
| AndreLopes | Nice :P | 03:18 | 
| lupinix | yes ;) | 03:18 | 
| AndreLopes | im going drink something brb | 03:18 | 
| AndreLopes | Oh no | 03:21 | 
| AndreLopes | Im back and | 03:21 | 
| AndreLopes | [ 30%] Building CXX object src/shogun/CMakeFiles/libshogun.dir/io/File.cpp.o /cygdrive/d/shogun-3.2.0/src/shogun/io/File.cpp: In constructor 'shogun::CFile::CFile(int, const char*, const char*)': /cygdrive/d/shogun-3.2.0/src/shogun/io/File.cpp:41:22: error: 'fdopen' was not declared in this scope file=fdopen(fd, mode); ^ src/shogun/CMakeFiles/libshogun.dir/build.make:5235: recipe for target 'src/sh | 03:22 | 
| lupinix | :( | 03:22 | 
| lupinix | this is exactly the error [02:47:07] <lupinix> hopefully this one is fixed https://github.com/shogun-toolbox/shogun/issues/2380 | 03:22 | 
| AndreLopes | lol | 03:23 | 
| AndreLopes | so what should i do | 03:23 | 
| lupinix | ask the developers at mailing list | 03:23 | 
| AndreLopes | okay. | 03:23 | 
| AndreLopes | Post to the mailinglist by sending a message to shogun-list@shogun-toolbox.org ? | 03:23 | 
| lupinix | yes, but you have to subscribe first by "Subscribe to the mailinglist by sending an empty message to shogun-list-subscribe@shogun-toolbox.org" | 03:24 | 
| AndreLopes | sent | 03:25 | 
| AndreLopes | no reply | 03:25 | 
| lupinix | wait a minute or so | 03:26 | 
| AndreLopes | ok done | 03:26 | 
| AndreLopes | it sent me a password too | 03:26 | 
| AndreLopes | so i just ignore and send the email to the shogun-list@shogun-toolbox.org ? | 03:26 | 
| lupinix | you confirmed the subscription? | 03:27 | 
| AndreLopes | yes | 03:27 | 
| lupinix | now you can send an email to the list | 03:28 | 
| lupinix | to shogun-list@shogun-toolbox.org | 03:28 | 
| AndreLopes | relating all that is happening | 03:29 | 
| AndreLopes | correcT? | 03:29 | 
| lupinix | relating build on cygwin and your error last message | 03:29 | 
| lupinix | you could also add this link https://github.com/shogun-toolbox/shogun/issues/2380 and ask if there is any solution or workaround | 03:30 | 
| AndreLopes | dang it | 03:31 | 
| AndreLopes | i already sent | 03:31 | 
| AndreLopes | Oh well | 03:32 | 
| AndreLopes | i will just wait for now | 03:32 | 
| AndreLopes | Do you think it can be solved? | 03:33 | 
| AndreLopes | the post is from jul 2014 | 03:33 | 
| lupinix | i don't know where the bug is...when it is in cygwin it can be hard to fix it... | 03:34 | 
| AndreLopes | :9 | 03:34 | 
| AndreLopes | alrighty | 03:35 | 
| AndreLopes | Ok mate thanks for the help :) | 03:35 | 
| AndreLopes | Going to sleep now | 03:35 | 
| lupinix | no problem, hopefully you get it running, otherwise i recommend fedora again :D | 03:35 | 
| lupinix | there is also a package java-shogun in fedora ;) | 03:36 | 
| AndreLopes | i might do that | 03:37 | 
| AndreLopes | alrighty | 03:37 | 
| AndreLopes | see u tommorow ;P | 03:37 | 
| -!- AndreLopes [bacbce15@gateway/web/freenode/ip.186.203.206.21] has quit [Quit: Page closed] | 03:37 | |
| -!- curiousguy13 [~curiousgu@120.59.231.27] has quit [Ping timeout: 255 seconds] | 04:09 | |
| -!- curiousguy13 [~curiousgu@120.59.229.81] has joined #shogun | 04:22 | |
| -!- vedhu63w [~vedhu63w@61.16.142.166] has joined #shogun | 05:28 | |
| -!- vedhu63w [~vedhu63w@61.16.142.166] has left #shogun ["Leaving"] | 08:04 | |
| -!- besser82 [~besser82@2a02:8108:8800:3d00:f2de:f1ff:fe89:42d4] has joined #shogun | 09:07 | |
| -!- besser82 [~besser82@2a02:8108:8800:3d00:f2de:f1ff:fe89:42d4] has quit [Changing host] | 09:07 | |
| -!- besser82 [~besser82@fedora/besser82] has joined #shogun | 09:07 | |
| -!- mode/#shogun [+o besser82] by ChanServ | 09:07 | |
| -!- dhfromko_ [~dhfromkor@host-94-101-4-161.igua.fi] has quit [Remote host closed the connection] | 10:02 | |
| -!- rajul [~rajul@203.146.114.162] has joined #shogun | 10:11 | |
| -!- curiousguy13 [~curiousgu@120.59.229.81] has quit [Ping timeout: 264 seconds] | 10:23 | |
| -!- besser82 [~besser82@fedora/besser82] has quit [Ping timeout: 276 seconds] | 10:25 | |
| -!- besser82 [~besser82@2a02:8108:8800:3d00:f2de:f1ff:fe89:42d4] has joined #shogun | 10:29 | |
| -!- besser82 [~besser82@2a02:8108:8800:3d00:f2de:f1ff:fe89:42d4] has quit [Changing host] | 10:29 | |
| -!- besser82 [~besser82@fedora/besser82] has joined #shogun | 10:29 | |
| -!- mode/#shogun [+o besser82] by ChanServ | 10:29 | |
| -!- curiousguy13 [~curiousgu@59.177.192.248] has joined #shogun | 10:35 | |
| -!- rajul [~rajul@203.146.114.162] has quit [Remote host closed the connection] | 11:01 | |
| -!- dhfromkorea [~dhfromkor@a91-156-199-146.elisa-laajakaista.fi] has joined #shogun | 11:32 | |
| -!- PirosB3 [~pirosb3@host29-212-dynamic.8-79-r.retail.telecomitalia.it] has joined #shogun | 12:53 | |
| -!- PirosB3 [~pirosb3@host29-212-dynamic.8-79-r.retail.telecomitalia.it] has quit [Ping timeout: 255 seconds] | 13:09 | |
| -!- dhfromkorea [~dhfromkor@a91-156-199-146.elisa-laajakaista.fi] has quit [Remote host closed the connection] | 13:26 | |
| -!- iglesiasg [~iglesias@524B8E0B.cm-4-4c.dynamic.ziggo.nl] has joined #shogun | 13:39 | |
| -!- mode/#shogun [+o iglesiasg] by ChanServ | 13:41 | |
| -!- PirosB3 [~pirosb3@95.235.222.205] has joined #shogun | 13:53 | |
| -!- iglesiasg [~iglesias@524B8E0B.cm-4-4c.dynamic.ziggo.nl] has quit [Quit: Lost terminal] | 14:33 | |
| -!- shogun-notifier- [~irker@7nn.de] has joined #shogun | 14:33 | |
| shogun-notifier- | shogun: khalednasr :develop * 6898c58 / / (7 files): https://github.com/shogun-toolbox/shogun/commit/6898c586e1e0b5a9d34e3a6de7e8705dbb8e57f5 | 14:33 | 
| shogun-notifier- | shogun: added support for configuring neural networks using JSON files | 14:33 | 
| shogun-notifier- | shogun: Fernando Iglesias :develop * e744e10 / / (7 files): https://github.com/shogun-toolbox/shogun/commit/e744e107e0601c1a3b69598bc05c8ecfea30d491 | 14:33 | 
| shogun-notifier- | shogun: Merge pull request #2680 from iglesias/rebase_khalednasr | 14:33 | 
| shogun-notifier- | shogun: | 14:33 | 
| shogun-notifier- | shogun: added support for configuring neural networks using JSON files | 14:33 | 
| -!- PirosB3 [~pirosb3@95.235.222.205] has quit [Quit: PirosB3] | 14:44 | |
| -!- travis-ci [~travis-ci@ec2-54-92-162-73.compute-1.amazonaws.com] has joined #shogun | 14:47 | |
| travis-ci | it's Fernando Iglesias's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/48159974 | 14:47 | 
| -!- travis-ci [~travis-ci@ec2-54-92-162-73.compute-1.amazonaws.com] has left #shogun [] | 14:47 | |
| shogun-buildbot | build #2630 of bsd1 - libshogun is complete: Failure [failed test] Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2630 blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>, khalednasr <k.nasr92@gmail.com> | 14:49 | 
| shogun-buildbot | build #962 of FCRH - libshogun is complete: Failure [failed test] Build details are at http://buildbot.shogun-toolbox.org/builders/FCRH%20-%20libshogun/builds/962 blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>, khalednasr <k.nasr92@gmail.com> | 14:57 | 
| -!- PirosB3 [~pirosb3@95.235.222.205] has joined #shogun | 15:07 | |
| shogun-buildbot | build #194 of osx2 - modular_interfaces is complete: Failure [failed csharp modular] Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/194 blamelist: khalednasr <k.nasr92@gmail.com> | 15:19 | 
| shogun-buildbot | build #195 of osx2 - modular_interfaces is complete: Failure [failed csharp modular] Build details are at http://buildbot.shogun-toolbox.org/builders/osx2%20-%20modular_interfaces/builds/195 blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com> | 15:24 | 
| -!- HeikoS [~heiko@0541962a.skybroadband.com] has joined #shogun | 15:34 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 15:34 | |
| -!- travis-ci [~travis-ci@ec2-54-163-15-98.compute-1.amazonaws.com] has joined #shogun | 15:45 | |
| travis-ci | it's Fernando Iglesias's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: http://travis-ci.org/shogun-toolbox/shogun/builds/48159974 | 15:45 | 
| -!- travis-ci [~travis-ci@ec2-54-163-15-98.compute-1.amazonaws.com] has left #shogun [] | 15:45 | |
| -!- txomon|home [~txomon@unaffiliated/txomon] has joined #shogun | 15:50 | |
| -!- curiousguy13 [~curiousgu@59.177.192.248] has quit [Ping timeout: 265 seconds] | 16:26 | |
| -!- HeikoS [~heiko@0541962a.skybroadband.com] has quit [Quit: Leaving.] | 16:33 | |
| -!- curiousguy13 [~curiousgu@59.177.194.78] has joined #shogun | 16:37 | |
| -!- exploreshaifali [~shaifali@182.70.225.169] has joined #shogun | 17:16 | |
| -!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout] | 17:33 | |
| shogun-buildbot | build #516 of debian wheezy - memcheck is complete: Failure [failed memory check] Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/516 blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>, khalednasr <k.nasr92@gmail.com> | 18:01 | 
| -!- TrigonaMinima [~tminima@59.177.102.108] has joined #shogun | 18:09 | |
| TrigonaMinima | Hello. May I know what is the status of the "Dictionary Learning" project from last year's GSoC Projects? | 18:11 | 
| -!- curiousguy13 [~curiousgu@59.177.194.78] has quit [Ping timeout: 252 seconds] | 18:57 | |
| -!- TrigonaMinima [~tminima@59.177.102.108] has quit [Ping timeout: 265 seconds] | 19:01 | |
| -!- TrigonaMinima [~tminima@59.177.96.177] has joined #shogun | 19:13 | |
| TrigonaMinima | Hello. May I know what is the status of the "Dictionary Learning" project from last year's GSoC Projects? | 19:14 | 
| -!- curiousguy13 [~curiousgu@120.59.96.225] has joined #shogun | 19:31 | |
| -!- PirosB3 [~pirosb3@95.235.222.205] has quit [Quit: PirosB3] | 20:00 | |
| @lisitsyn | TrigonaMinima: hey | 20:16 | 
| @lisitsyn | I have some doubts about that | 20:16 | 
| TrigonaMinima | finally. Thank you for replying. | 20:18 | 
| TrigonaMinima | It wasn't not done during the last year's GSoC. So will it be included in this year's projects? | 20:18 | 
| TrigonaMinima | *was | 20:18 | 
| @lisitsyn | TrigonaMinima: I'd have to think about it | 20:21 | 
| @lisitsyn | not really sure it is really needed | 20:21 | 
| @lisitsyn | people learn features with neural nets now :) | 20:22 | 
| TrigonaMinima | True. :) | 20:26 | 
| TrigonaMinima | So, what other ideas are there for this year? | 20:26 | 
| -!- pickle27 [~pickle27@192-0-134-235.cpe.teksavvy.com] has joined #shogun | 20:37 | |
| -!- besser82 [~besser82@fedora/besser82] has quit [Ping timeout: 276 seconds] | 20:48 | |
| -!- dhfromkorea [~dhfromkor@host-94-101-4-161.igua.fi] has joined #shogun | 20:51 | |
| -!- dhfromkorea [~dhfromkor@host-94-101-4-161.igua.fi] has quit [Remote host closed the connection] | 20:52 | |
| -!- TrigonaMinima [~tminima@59.177.96.177] has left #shogun [] | 21:05 | |
| -!- karthikabinav [~karthikab@pool-108-18-214-7.washdc.fios.verizon.net] has joined #shogun | 21:31 | |
| -!- karthikabinav [~karthikab@pool-108-18-214-7.washdc.fios.verizon.net] has left #shogun [] | 22:05 | |
| -!- karthikabinav [~karthikab@pool-108-18-214-7.washdc.fios.verizon.net] has joined #shogun | 22:06 | |
| -!- karthikabinav [~karthikab@pool-108-18-214-7.washdc.fios.verizon.net] has left #shogun [] | 22:06 | |
| -!- exploreshaifali [~shaifali@182.70.225.169] has quit [Read error: Connection reset by peer] | 22:45 | |
| --- Log closed Sun Jan 25 00:00:50 2015 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!