verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
vivekp has quit [Ping timeout: 264 seconds]
vpal has joined #mlpack
vpal is now known as vivekp
robertohueso has left #mlpack []
ajaivgeorge has joined #mlpack
govg has quit [Ping timeout: 256 seconds]
govg has joined #mlpack
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
witness has joined #mlpack
abhishek has joined #mlpack
abhishek has quit [Client Quit]
wenhao has joined #mlpack
wenhao has quit [Ping timeout: 260 seconds]
robertohueso has joined #mlpack
wenhao has joined #mlpack
wenhao has quit [Ping timeout: 260 seconds]
robertohueso has quit [Quit: Leaving.]
robertohueso has joined #mlpack
witness has quit [Quit: Connection closed for inactivity]
robertohueso has quit [Client Quit]
robertohueso has joined #mlpack
kaushik_ has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 248 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 240 seconds]
govg has quit [Ping timeout: 256 seconds]
govg has joined #mlpack
nilkel has joined #mlpack
< nilkel> zoq: Sorry for the late reply. Regarding what I asked yesterday, I've built everything via cmake and I'm trying to compile kfn_main.cpp using g++.
< rcurtin> nilkel: why are you trying to compile kfn_main.cpp by hand? the CMake build system is there so that you can build mlpack_kfn by typing 'make mlpack_kfn'
ajaivgeorge has quit [Quit: ajaivgeorge]
ajaivgeorge has joined #mlpack
< kaushik_> rcurtin: hi, I have been going through the code and think I will start with a working on a prototype for tf-idf.
< kaushik_> dictionary_encoding.hpp/cpp and dictionary_encoding_main be in mlpack/core/data right?
< kaushik_> rcurtin: I had a question, why is the dataset_mapper implementation in .hpp file. Everywhere else the class declaration is in .hpp and implementation in .cpp. also the module_main.cpp handles the commandline.
ajaivgeorge has quit [Client Quit]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#4039 (master - 2bb965d : Ryan Curtin): The build has errored.
travis-ci has left #mlpack []
< nilkel> rcurtin: I was just trying to do it using the command line instructions given in the tutorial. It's working properly with make.
sumedhghaisas has quit [Read error: Connection reset by peer]
robertohueso has left #mlpack []
robertohueso has joined #mlpack
sumedhghaisas has joined #mlpack
< rcurtin> nilkel: can you tell me where the documentation says to compile the command-line programs by hand? that's not a thing that is easy to do (you have to define lots of macros and use specific options), so if the documentation told you to do that we should clarify it :)
< rcurtin> kaushik_: all template classes must be available in header files
sumedhghaisas2 has joined #mlpack
< nilkel> rcurtin:"On this page, several simple mlpack examples are contained, in increasing order of complexity. If you compile from the command-line, be sure that your compiler is in C++11 mode. With gcc and clang, this can be accomplished by adding the -std=c++11 option."
< nilkel> I thought I'd give the command line a shot
sumedhghaisas has quit [Ping timeout: 256 seconds]
ajaivgeorge has joined #mlpack
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
nilkel has quit [Ping timeout: 256 seconds]
< rcurtin> nilkel: thanks; I'll clarify this to point out that the command-line programs like `kfn_main.cpp` and similar shouldn't be compiled by hand since they require special arguments
< rcurtin> the idea there was just that you'd take the simple code examples and compile them directly with gcc
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
satyam_2401 has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#4041 (master - 6c3f84b : Ryan Curtin): The build has errored.
travis-ci has left #mlpack []
< satyam_2401> Hello all. I am interested in contributing to particle swarm optimisation. I have been working on PSO and NSGA for past few months. For single objective, pso has been quite successful. But for multi-objective, I have been trying to combine pso with nsga-3,(reference based approach, ranking and crowding distance) to improve the diversity of the solution.
< satyam_2401> From where should I start, if I am interested to contribute to pso?
ImQ009 has joined #mlpack
< zoq> satyam_2401: Hello, there is an open discussion on the mailing list about the PSO project, with some additional pointers: http://knife.lugatgt.org/pipermail/mlpack/2018-January/thread.html#3438
< zoq> satyam_2401: NSGA 2/3 is also an intersting method.
< satyam_2401> Yes, combining nsga3 with pso provides very interesting results. A swarm can be divided into multiple swarms and we can assign a global guide to each reference line as mentioned in nsga 3 to improve pso to a large extent.
< zoq> Agreed, I have seen some really good results.
crest has joined #mlpack
< crest> Hi ! I'm trying to use mlpack but an error occurs when i try to execute "mlpack_knn --help" . "libmlpack.so.2 : cannot open shared object file . No such file or directory "
< zoq> crest: Hello can you search for "libmlpack.so.2" on https://github.com/mlpack/mlpack/blob/master/README.md
< zoq> crest: Let me know if I should clarify anything
< satyam_2401> @zoq , Should I direct my query on discussion about PSO to marcus on mailing list?
< zoq> satyam_2401: either mailing list or IRC is fine
< crest> @zoq found the problem. Thanks
daivik has joined #mlpack
crest has quit [Quit: Page closed]
robertohueso has quit [Quit: Leaving.]
satyam_2401_ has joined #mlpack
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
robertohueso has joined #mlpack
satyam_2401 has quit [Quit: Page closed]
satyam_2401_ is now known as satyam_2401
satyam_2401_ has joined #mlpack
satyam_2401__ has joined #mlpack
satyam_2401 has quit []
satyam_2401__ is now known as satyam_2401
satyam_2401__ has joined #mlpack
satyam_2401__ has left #mlpack []
satyam_2401 has left #mlpack []
satyam_2401 has joined #mlpack
moksh has joined #mlpack
moksh has quit [Remote host closed the connection]
satyam_2401_ has quit [Quit: Page closed]
satyam_2401 has left #mlpack []
satyam_2401_ has joined #mlpack
Db0t has joined #mlpack
vss has joined #mlpack
Db0t has quit [Client Quit]
satyam_2401 has joined #mlpack
satyam_2401 has left #mlpack []
satyam_2401_ has left #mlpack []
satyam_2401 has joined #mlpack
itasarom has joined #mlpack
robertohueso has quit [Quit: Leaving.]
Rohan_Saphal has joined #mlpack
< vss> @rcurtin hi! I looked up the ticket under "Improvement of traversers" and i noticed that the cover tree implementation needs a lot more number of comparisons than the kd tree implementation. Does that just mean the dual cover tree is not as viable as dual kd tree ?
vshetty has joined #mlpack
vshetty has quit [Client Quit]
vss has quit [Ping timeout: 240 seconds]
vss has joined #mlpack
vss has quit [Remote host closed the connection]
< rcurtin> vss: that depends strongly on the properties of the dataset
Rohan_Saphal has quit [Ping timeout: 260 seconds]
xyz_ has joined #mlpack
xyz_ has quit [Client Quit]
robertohueso has joined #mlpack
moksh has joined #mlpack
kaushik_ has quit [Quit: Connection closed for inactivity]
itasarom has quit [Ping timeout: 260 seconds]
< moksh> Hey, I am Moksh Jain, from NITK, India. I'd like to apply for GSoC this year. I am interested in Reinforcement Learning and I would like to take up that project. I have built and installed mlpack from the source and have written simple models using it. I have also started reading the Double DQN and Proximal Policy Optimization Algorithms papers. So can anyone please guide me regarding what I should do next? Thanks in advance :)
< rcurtin> hi Moksh, welcome to the community. There are some pointers for how to get started in http://www.mlpack.org/involved.html and http://www.mlpack.org/gsoc.html; have you taken a look at those?
< robertohueso> rcurtin: I am going to try to implement KDE #150 (Since it's been over a month since @serendipity5497 wrote his comment) but I'm still not sure if it would be too hard for me, should I write a comment in the issue?
moksh has quit [Ping timeout: 252 seconds]
< rcurtin> robertohueso: I guess it would be a good idea to "claim" it like that
< rcurtin> that or open a WIP PR or something like this to mark that you are working on it could be helpful
< rcurtin> but KDE is one of the more difficult things, and to be honest, there is less interest in any of the harder issues, so it is less likely that multiple people will work on them :)
< rcurtin> I would suggest, as a first pass, implement brute-force KDE
daivik has joined #mlpack
< robertohueso> rcurtin: Thank you :)
robertohueso has left #mlpack []
< rcurtin> sure, happy to help
suryaDev has joined #mlpack
suryaDev has quit [Client Quit]
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#4047 (master - af3c00b : Marcus Edel): The build has errored.
travis-ci has left #mlpack []
ShikharJ has joined #mlpack
< satyam_2401> For unconstrained problem, I think we should try merging nsga3 technique with the pso
< zoq> satyam_2401: hm, I'll have to think about it, but maybe it makes sense to implement it as an own class or to use the policy design pattern.
< zoq> I think an own class would make sense if we also implement NSGA2.
ImQ009 has quit [Quit: Leaving]
< zoq> Agreed Strategy pattern is an option, however, ideally, we should be able to do the decision at compile time, to avoid any performance penalty.
< zoq> Also, I like idea number 6 and 5, do you think we could come up with an initial idea of an interface? Might be easier to go from there, let me know what you think.
< rcurtin> I still have no public IPs for the build systems
< rcurtin> I let them know it's now been 11 days of downtime, but I am not sure that anyone cares... I am getting kind of frustrated
ShikharJ has quit [Ping timeout: 260 seconds]
< zoq> rcurtin: Starting to miss masterblaster.
ShikharJ has joined #mlpack
< rcurtin> same, it is really important for processing PRs...
< zoq> ssh forwarding :)
< rcurtin> I would do that, but I don't even have external connectivity at the moment; something is wrong with the networking
< zoq> I don't think it makes sense right now to host Jenkins somewhere else and only use masterblaster and co as nodes, but maybe something to think about for the future.
< rcurtin> you're right, maybe that is a better long term solution
< rcurtin> I don't think there is a plan in place to close the Tucson datacenter but it is always a possibility I guess...
< rcurtin> the best alternative would probably be to run Jenkins on mlpack.org directly
< zoq> Right, I guess it's always nice to have something we could use in such a situation, or if the DNS breaks and nobody is going to fix it etc...
ShikharJ has quit [Quit: Page closed]
kaushik_ has joined #mlpack