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/
ShikharJ has joined #mlpack
ShikharJ has quit [Ping timeout: 260 seconds]
wenhao has quit [Ping timeout: 260 seconds]
wenhao has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
K4k has quit [Read error: Connection reset by peer]
Amartinez has joined #mlpack
Amartinez has quit [Client Quit]
Prabhat-IIT has joined #mlpack
Vaibhav has joined #mlpack
Vaibhav has quit [Quit: Page closed]
wenhao has quit [Ping timeout: 260 seconds]
wenhao has joined #mlpack
ImQ009 has joined #mlpack
Prabhat-IIT has quit [Ping timeout: 260 seconds]
deepanshu96 has joined #mlpack
deepanshu96 has quit [Client Quit]
wenhao has quit [Ping timeout: 260 seconds]
Sayan98 has joined #mlpack
Sayan98 has quit [Client Quit]
Sayan98 has joined #mlpack
Sayan98 has quit [Client Quit]
Sayan98 has joined #mlpack
Sayan98 has quit [Client Quit]
Sayan98 has joined #mlpack
Sayan98 has quit [Client Quit]
Sayan98 has joined #mlpack
Sayan98 has quit [Client Quit]
rf_sust2018 has joined #mlpack
< rf_sust2018> hi.im rafee from bangladesh. currently studying physics and computer science in SUST. i want to work on Java bindings for mlpack.let me know if anyone is assigned to it.
satyam_2401 has joined #mlpack
rf_sust2018 has quit [Ping timeout: 260 seconds]
rf_sust2018 has joined #mlpack
wenhao has joined #mlpack
wenhao_ has joined #mlpack
wenhao_ has left #mlpack []
< rf_sust2018> rcurtin: hello there
wenhao has left #mlpack []
wenhao has joined #mlpack
ckeshava has joined #mlpack
wenhao has quit [Ping timeout: 260 seconds]
ckeshava has quit [Quit: Page closed]
satyam_2401 has quit [Quit: Connection closed for inactivity]
< zoq> rf_sust2018: Hello, no one is currently working on Java bindings, so feel free to pick that up; http://knife.lugatgt.org/pipermail/mlpack/2018-February/003577.html should be helpful, make sure to check out the responses as well.
< zoq> rajeshdm9: We will take a look at proposals once the application phase opens, the review process takes time, so please be patient.
wenhao has joined #mlpack
rf_sust2018 has quit [Ping timeout: 260 seconds]
wenhao has quit [Ping timeout: 260 seconds]
s1998_ has joined #mlpack
rf_sust2018 has joined #mlpack
rf_sust2018 has quit [Quit: Page closed]
rf_sust2018 has joined #mlpack
< s1998_> zoq: w.r.t linear.hpp, InputDataType& InputParameter() { return inputParameter; }, what is the purpose of this funcion ? Or if possible, is there any resource(or keyword that needs to be googled) that you can point me to ?
rf_sust2018 has quit [Remote host closed the connection]
s1998_ has quit [Quit: Page closed]
< zoq> s1998_: InputParameter() is there to get/set/store the input parameter, e.g. in a model the output of layer n is stored in layer n + 1, InputDataType is data type e.g. arma::mat
rf_sust2018 has joined #mlpack
aneeshdh has joined #mlpack
aneeshdh has quit []
s1998_ has joined #mlpack
witness has joined #mlpack
< s1998_> zoq: what is the size limit of datasets that can be stored for mlpack/models ?
< zoq> hm, I think the github limit is something around 150 MB, but we should see if we can zip the archive, and extract it as a build step.
< s1998_> okay :)
Atharva has joined #mlpack
< Atharva> Is there a way to run the style checks locally on my system?
< zoq> Atharva: Yes, get https://github.com/mlpack/jenkins-conf/blob/master/linter/lint.sh and do something like: ./lint.sh --root . --reports cpplint.xml
< Atharva> Okay, I will try this, thanks.
< zoq> Let me know if you run into any issues.
< Atharva> Yeah sure.
Atharva has quit [Client Quit]
Atharva has joined #mlpack
s1998_ has quit [Quit: Page closed]
< Atharva> zoq: The cpplint.xml file is supposed to have the results, right?
< zoq> correct
< Atharva> Okay, so ran the command and that xml file is blank
< zoq> I guess, the code does have style issues?
< Atharva> Yes it does still have style issues according to the online check
< zoq> hm, okay what if you remove line 65 and the '| \' from line 64?
< Atharva> Now, the xml file is still blank but I get some output in the terminal. It informed a lot of times about ignoring and skipping files which weren't cpp, hpp.
< Atharva> On the last line it says "Total erros found: 15"
< Atharva> errors*
< Atharva> So I guess it works but how do I know where the style errors are?
< zoq> If you remove the "skipping files" messages (e.g. using grep), do you see the issues?
< zoq> Looks like there is some problem with the xml conversion on your system, whcih I think is okay, since you don't need the xml format
< Atharva> Sorry, I don't understand what you mean by removing the "skipping files" messages, can you point me to some example? Do you mean to say that I can use grep to omit certain terminal outputs?
< zoq> yes, you can adpat "grep -v 'Consider using rand_r'" which ignores lines that complain about using rand_r.
< Atharva> Okay, so there is no information about the file with the errors in the log. It now directly shows the last line.
< Atharva> This is very useful, using grep to control terminal output. :)
< zoq> do you run the command inside the build folder or the root folder?
apoorv has joined #mlpack
apoorv has quit [Client Quit]
< Atharva> zoq: root folder
< zoq> Can you make sure that: https://github.com/mlpack/jenkins-conf/blob/6d46d82b1ca85e1f76e7c75f4e85eaba7b27a6a2/linter/lint.sh#L37-L45 contains the file with the style issues?
< zoq> Not sure what the issue here is, it looks like it's not picking up the file, so we have to go through the script step by step.
apoorv has joined #mlpack
< apoorv> zo
< apoorv> Hi zoq this is apoorv from india i want to work on reinforcement learning if it were not assigned to someone else
< apoorv> zoq could you please help me that how can we implement double dqn algorithm
< zoq> apoorv: Hello, I guess you are talking about the project in the context of GSoC, the application phase isn't open or closed yet, so we haven't made any decision at this point.
< Atharva> zoq: Okay, I want to check knn_test in main_tests but that file isn't there.
< Atharva> I tried manually adding it but it didn't work.
< zoq> apoorv: A good first step is to get familiar with the existing codebase, there is already an implementation of Double DQN, so afterward we should talk about extensions if you like to work on that part.
< zoq> Atharva: Interesting, let's see.
< apoorv> Thanks zoq i will start implementing the given codebase
< apoorv> And after we will discuss about its expansion in atri games.
< apoorv> Atari*🎂
< Atharva> zoq: Yeah, I will try doing all this again to make sure that I am not doing something wrong. I will let you know.
< zoq> Atharva: Do you see other main tests? On my system it's picking up everything in main_tests.
< zoq> apoorv: Okay, but note, as I pointed out Double DQN, is already implemented, but I think there are some features that could be added.
< apoorv> What features can we add more in double DQN
< Atharva> zoq: Sorry, I was making a mistake there, the file was getting checked, it's just that I made some corrections before that and there are actually no style errors now.
< Atharva> zoq: But this was the 16th error and it showed the details. What about the other 15 errors?
< Atharva> zoq: I mean that it does work as expected, i made a deliberate error and it did show the details now, but why doesn't it show the details for the 15 other errors that it's detecting?
apoorv has quit [Ping timeout: 260 seconds]
rajeshdm9 has joined #mlpack
rajeshdm9 has quit [Client Quit]
Atharva has quit [Quit: Page closed]
< zoq> Atharva: that are the issue we filter
< zoq> Atharva: you can remove the grep commands, if you like to see the rest
Atharva has joined #mlpack
< zoq> Atharva: but this issues are fals warnings
< zoq> Atharva: check out the irc log in case you missed my messages :)
< zoq> apoorv: one idea is Multisource Transfer Double DQN
< Atharva> zoq: I checked. Okay, so they are false warnings. Got it. Thanks and sorry for that mistake of mine.
< zoq> No worries
Atharva has quit [Quit: Page closed]
rf_sust2018 has quit [Quit: Leaving.]
witness has quit [Quit: Connection closed for inactivity]
ImQ009 has quit [Quit: Leaving]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 256 seconds]
sumedhghaisas has joined #mlpack
witness has joined #mlpack
Mina has joined #mlpack
< Mina> Hi! I am here for GSoC. Is this the right place to be?
< zoq> Mina: Hello there, yes this is the place to be.
< Mina> Great! Since proposal submission starts soon I thought it'd be best to get in touch with the mentors see if there are any requirements or tasks I should be aware of.
< Mina> I am particularity interested in the "Reinforcement learning" learning project.
< zoq> I see, there are no requirements like code contributions. A good first step is to get familiar with the codebase since you are interested in the RL project, you should check out the code and the corresponding tests.
< Mina> I've read the wiki on Github and found it requires a working knowledge of neural networks and reinforcement learning. But also I've found that "The "necessary knowledge" sections can often be replaced with "willing to learn" for the easier projects, and for some of the more difficult problems, a full understanding of the description statement and some coding knowledge is sufficient."
rf_sust2018 has joined #mlpack
< zoq> Right, for the RL project, some knowledge about neural network is definitely helpful, since there isn't enough time to cover everything over the summer. But an in-depth knowledge about the method is somewhat that could be covered by a willingness to learn.
< Mina> I am actually experienced in C/C++ but I still have very basic knowledge in Machine Intelligence in general, tho I intend to pursue it as a career path. So, my question is: do I have a chance in getting accepted despite not possessing the requirements yet?
< zoq> At this point, it's difficult to answer that, since as you pointed out the application phase hasn't started yet, but this is one of our most popular ideas, and we can probably only accept one student working on it.
< Mina> Completely understandable. Thanks for your help! I'd really appreciate it if you'd suggest a less popular idea that I may have better chance at and maybe guide me on how to prove some competance.
< Mina> *competence
< zoq> Honestly, you should pick the ideas you are interested in or propose an own idea; if you like to apply for less popular ideas I think a good indicator is the mailing list archive.
< zoq> In case you haven't seen it already: mlpack.org/gsoc.html and www.mlpack.org/involved.html might be helpful.
rf_sust2018 has quit [Quit: Leaving.]
< Mina> I've seen them but thought I'd get in touch first. Anyway I am really interested in the project I mentioned and would gladly try to help even outside GSoC scope, so if there's nothing I can do to boost my chances I might as well do so.
sumedhghaisas has quit [Ping timeout: 264 seconds]
< zoq> Showing us, that you are familiar with the codebase e.g. by writing an example, extending/improving a method, etc. is helpful not only when writing the proposal; the proposal should make clear what you like to do over the summer, what method could be reused, what method needs to be extended, etc.