ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
KimSangYeon-DGU has joined #mlpack
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
saksham189 has quit [Ping timeout: 256 seconds]
tymefighter has joined #mlpack
tymefighter has quit [Quit: Page closed]
Shubhankar has joined #mlpack
< Shubhankar> Hlw
vivekp has quit [Ping timeout: 250 seconds]
Shubhankar has quit [Ping timeout: 256 seconds]
govg has quit [Ping timeout: 245 seconds]
< Soonmok> Hi! I send a pull request to mlpack/models. I added gan application on the Mnist dataset and generate images.Please give some feedback if you have spare time. Thanks
travis-ci has joined #mlpack
< travis-ci> Soonmok/models#1 (master - b30607c : Soonmok): The build failed.
travis-ci has left #mlpack []
travis-ci has joined #mlpack
< travis-ci> Soonmok/models#2 (master - 12eb8ca : Soonmok): The build failed.
travis-ci has left #mlpack []
Alex_ has joined #mlpack
< Alex_> I have a query regarding GSoC. I have narrowed down a project from the given ideas list which I want to work on. I have already started studying relevant papers for the same. What factors will mlpack take into consideration if multiple students apply for the same project idea.Thanks
Alex_ has quit [Ping timeout: 256 seconds]
mulx10 has joined #mlpack
mulx10 has quit [Ping timeout: 256 seconds]
Kaka2007 has joined #mlpack
Kaka2007 has quit [Ping timeout: 256 seconds]
akhandait has joined #mlpack
aman_p has joined #mlpack
< ShikharJ> Alex_: We base our decisions on the quality of the proposal, the student's experience and prior ability to get things implemented in mlpack, and most importantly, the availability and interest of the concerned mentors :)
< ShikharJ> Soonmok: Thanks for the PR. I'll take a look soon.
KimSangYeon-DGU has joined #mlpack
aman_p has quit [Ping timeout: 252 seconds]
Puneet has joined #mlpack
Puneet has quit [Client Quit]
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
vivekp has joined #mlpack
RobonetPhy has joined #mlpack
RobonetPhy has quit [Quit: Page closed]
Prashant has joined #mlpack
< Prashant> join
Prashant has quit [Client Quit]
Kd_ has joined #mlpack
< Kd_> Hi how i can run those test for command-line and Python bindings
< Kd_> Let's say I want to run kde_test.cpp than I can run it directly by gcc kde_test.cpp because it given lots of error but no testing page.
< Kd_> Can anybody tell how i can run those tests .
Kd_ has quit [Quit: Page closed]
sumedhghaisas has joined #mlpack
KimSangYeon-DGU has joined #mlpack
rajiv_ has joined #mlpack
rajiv_ has quit [Quit: Page closed]
< rcurtin> Kd_: use CMake to make 'mlpack_test' then run, e.g., 'mlpack_test -t KDEMainTest'
sumant has quit [Quit: Connection closed for inactivity]
rajiv_ has joined #mlpack
< rajiv_> I have implemented dense blocks class but I'm not sure about it's correctness... What test should I use? I had referred the Keras implementation to make it... So can I use it as a benchmark or do you suggest any other testing method?
rajiv_ has quit [Client Quit]
rupesh has joined #mlpack
rupesh has quit [Client Quit]
ayesdie has joined #mlpack
KimSangYeon-DGU has quit [Quit: Page closed]
robb_ has joined #mlpack
< robb_> I'm using an RNN. My data is a cube of size(1,5,2), and my labels are in a cube of size(1,1,2). Why could I getting a slice() out of bounds error?
< robb_> be getting*
ayesdie has quit [Ping timeout: 256 seconds]
robb_ has quit [Ping timeout: 256 seconds]
mulx10 has joined #mlpack
< mulx10> robb_: Hello
< mulx10> robb_: I guess you are forgetting the `rho` param
< mulx10> try keeping a cube of size(2,5,2) and a cube of size(2,1,2) for data and labels repectively.
< mulx10> I guess this should resolve the error
< mulx10> robb_: Do let me know if it works.
aman_p has joined #mlpack
gremlin97 has joined #mlpack
aman_p has quit [Ping timeout: 240 seconds]
gremlin97 has quit [Ping timeout: 256 seconds]
aman_p has joined #mlpack
robb_ has joined #mlpack
< robb_> mulx10: That didn't work either, my rho is 5... Not sure if I'm conceptualizing it wrong
< robb_> it's just supposed to predict the next number in the +1 sequence
robb_ has quit [Quit: Page closed]
< mulx10> robb_ : then use cube of size(5,5,2) and a cube of size(5,1,2)
rob7 has joined #mlpack
< mulx10> robb_: the point is the data must be expanded to incorporated the rho param
rob7 has quit [Ping timeout: 256 seconds]
KimSangYeon-DGU has joined #mlpack
aman_p has quit [Ping timeout: 252 seconds]
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
< mulx10> robb_: this (https://pastebin.com/KZpyCzRs) might help.
aman_p has joined #mlpack
mulx10 has quit [Quit: Page closed]
aniket1311 has joined #mlpack
aniket1311 has quit [Client Quit]
Gilles_ has joined #mlpack
sdff has joined #mlpack
< Gilles_> Hey everyone, I'm a Belgian undergraduate student in Engineering looking to participate in GSoC 2019. mlpack is one of the organisations that caught my eye, though I don't really know much about machine learning yet (I'm more than willing to delve into it though, as it's what I want to pursue after my undergrad degree is finished). I had a look at the proposed projects, and found the 'Improvement of tree traversers' one to look the
< Gilles_> I'm quite new to C++, but have some experience with other programming languages and assume it won't be too hard to learn C++ up to a decent proficiency. What are some ways for me to get started on learning how to tackle this project, other than the basic "build mlpack and run the examples" advice?
sdff has quit [Quit: Page closed]
rohit__ has joined #mlpack
rohit__ has quit [Quit: Page closed]
< rcurtin> Gilles_: hi there
< rcurtin> I think your first message got cut off (you can see how much of it we saw on http://www.mlpack.org/irc/)
< rcurtin> the tree traverser improvement project is a pretty difficult project, so as you dig into it, do feel free to maybe branch out and consider some different projects
< rcurtin> in any case, I would suggest for that one that there's a bug open right now, #1269, that points out a problem with spill trees that has to do with the tree traversers
< rcurtin> there are already some PRs open for this, but I haven't had a chance to review them
< rcurtin> so, perhaps a thing to do might be to look at the "tree-independent dual-tree algorithms" paper to understand a bit more about the computations being done and what the traversers are doing,
< rcurtin> and then you could take a look at the PRs that are open (you can leave reviews, too, it's perfectly okay), and see if they are wrong or right or what
< rcurtin> I need to review those but I haven't had a chance yet...
saksham189 has joined #mlpack
omarsgalal has joined #mlpack
aman_p has quit [Ping timeout: 240 seconds]
< saksham189> zoq: ShikharJ I had a few queries regarding the Essential Deep Learning Modules idea for gsoc.
< saksham189> can i propose my own choice of modules that I wish to implement or are there any modules that would be high priority for mlpack?
< saksham189> I was thinking about implementing GAN variants and Deep belief network.
< rcurtin> saksham189: I'll let either of them correct me if I'm wrong, but I'm relatively sure the answer will be that you can definitely propose your own choice of modules
< rcurtin> I can't say if there are any that are currently high priority though. Sumedh's Neural Turing Machines project and Konstantin's Highway Networks were really cool, but they never ended up getting merged, since there was still a little work left to do
< ShikharJ> saksham189: Feel free to propose your own choices, as Ryan said.
< ShikharJ> I agree with Ryan, I think we have even mentioned how getting the pending PRs merged in is the highest priority work.
< rcurtin> it's definitely a nice "warmup" to get familiar with the codebase, to review the unmerged PRs, fix what's wrong, and get them "across the finish line" and merged :)
< rcurtin> the only issue is finding the time to review the updated PRs... I am having a lot of trouble with that right now...
< saksham189> Cool! I will take a look at the highway networks PR and see if I can complete that.
< rcurtin> sounds good; I don't remember the state that it was in, I think it needed a bit of work...
< Gilles_> eh, the part that got cut off was just the end of the sentence, it's not even worth retyping. I'll have a look at #1269 and will try to find the time to read the paper you mentioned, too. is there any required knowledge to be able to understand it, other than the basics of trees in graph theory?
< rcurtin> Gilles_: it's definitely helpful to have some understanding of what a kd-tree is, but not entirely necessary
< rcurtin> the paper explains that, but also it can sometimes help to have an intuitive grasp of a kd-tree so the definitions make sense
< rcurtin> you can also read my thesis (http://ratml.org/pub/pdf/2015improving.pdf) but... it's long and not guaranteed to be interesting
< rcurtin> there is a picture of my cats hidden in there somewhere though... :)
travis-ci has joined #mlpack
< travis-ci> mlpack/ensmallen#171 (master - 64f15cf : Marcus Edel): The build has errored.
travis-ci has left #mlpack []
saksham189 has quit [Ping timeout: 256 seconds]
omarsgalal has quit [Ping timeout: 256 seconds]
< Gilles_> rcurtin: i'm getting the impression that you really don't care about formalities, and really love your cats...
< Gilles_> neither of which bother me in the slightest, that being said.
< rcurtin> :)
< rcurtin> it could be true :)
akhandait has quit [Quit: Connection closed for inactivity]
KimSangYeon-DGU has joined #mlpack