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/
govg has joined #mlpack
deepakks1995 has joined #mlpack
deepakks1995 has quit [Quit: Page closed]
deepakks1995 has joined #mlpack
deepakks1995 has quit [Ping timeout: 260 seconds]
daivik has joined #mlpack
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Chirag16 has joined #mlpack
vivekp has quit [Ping timeout: 248 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 264 seconds]
Chirag16 has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 248 seconds]
daivik has joined #mlpack
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
witness has joined #mlpack
daivik has joined #mlpack
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
govg has quit [Ping timeout: 264 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 248 seconds]
govg has joined #mlpack
vivekp has joined #mlpack
gyaneshm[m] has left #mlpack []
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
ImQ009 has joined #mlpack
ShikharJ has joined #mlpack
< ShikharJ> zoq: I wanted to discuss some ideas I thought might be of interest regarding the Deep Learning modules.
< zoq> ShikharJ: Great, please go ahead.
< ShikharJ> Talking in respect to GANs, Kris had suggested the development of the Wasserstein GAN (which I think is the latest one). Do you see a requirement for mlpack for this, or would you rather like to see other variants like DCGAN or SeqGAN?
< zoq> DCGAN is definitely an option, at the end some of this models share common structures, so if I like to implement Wasserstein GAN it would be much easier for me if I could reuse parts from an existing model e.g. DCGAN. So if you like to go for another model that'S absolutely fine.
< ShikharJ> Ah, right. Again building up on his suggestions, he had mentioned that his task for the previous summers was working up on StackGAN as well, which I guess wasn't completed? He had later suggested the implementation of a stacking module for RBMs and GANs, which I couldn't comprehend. Could you shed some light on that?
ShikharJ has quit [Quit: Page closed]
< zoq> We didn't get to the StackGAN part, since we encountered stability issues in the training step, so there is no existing code. I'm not sure about the last part, I guess the intention was to use the RBM for the energy function, which might be a neat idea.
ShikharJ has joined #mlpack
< ShikharJ> Ah, I'll reach out to him for confirmation. How many modules do you think would be achievable in a GSoC length of time of 3-4 months? If I'm solely focussing on GANs, I'd like to work on pretty much all of the ones I mentioned, but then I'm not sure if these three (and maybe the stackGAN as well) would be over-ambitious or not.
< zoq> Yeah, I think all three might be too ambitious, a good idea would be to propose to e.g. implement two or one over the summer and to work on another one if there is time left. Note, writing good tests is something that takes a lot of time.
< ShikharJ> If you had to choose two over these four, which ones would you prioritize, if I may ask?
< zoq> hm, probably Wasserstein GAN and DCGAN, but as I said I don't mind to go with anything else :)
< ShikharJ> Thanks for sharing your thoughts, I'll plan out my ideas accordingly.
< zoq> Sounds good, let me know if you have any further questions.
ShikharJ has quit [Ping timeout: 260 seconds]
keonkim has quit [Read error: Connection reset by peer]
keonkim has joined #mlpack
jon_ has joined #mlpack
< jon_> hi
< zoq> jon_: Hello there!
< jon_> Is this for mlpack development discussion
< zoq> yes, here, github, mailinglist works
< jon_> is there a TSNE implementation in mlpack?
< zoq> unfortunately no
< jon_> I don't see one and am wondering if contributing one would be worthwhile
< zoq> I like the idea, I guess LargeVis might also be interesting.
< zoq> Also mlpack has an SpillTree implementation, which could be used.
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#3800 (master - 119c410 : Marcus Edel): The build has errored.
travis-ci has left #mlpack []
jon_ has quit [Quit: Page closed]
< rcurtin> jon_: zoq: I'd love to include T-SNE; there's even a dual-tree algorithm about it
ImQ009 has quit [Quit: Leaving]
< rcurtin> it would be possible (although it would require a little thinking) to implement dual-tree t-SNE (and single-tree) inside of mlpack's framework, and I'd be happy to help with it
< zoq> Definitely a great way to dive into the codebase especially if someone likes to explore the tree code.