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/
witness_ has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#4995 (master - 9d1f364 : Marcus Edel): The build passed.
travis-ci has left #mlpack []
< ShikharJ> zoq: Supposedly I can't prepare the dataset on savannah.mlpack.org as numpy or pandas isn't available there. I'm preparing the dataset (albeit slowly) on my system, and I'll compress and scp into the server.
< Atharva> sumedhghaisas2: I opened the PR, I will add the backward function for KL in a few hours. Until then, if you are free, please take a look at the rest of the code.
< Atharva> sumedhghaisas: I think after this, I can start implementing the VAE class finally.
< Atharva> zoq: rcurtin: Sorry I didn't give any updates on the blog before this week, I will submit one today. :)
sumedhghaisas2 has quit [Ping timeout: 265 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 256 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas3 has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 260 seconds]
sumedhghaisas has quit [Ping timeout: 260 seconds]
< jenkins-mlpack> Project docker mlpack nightly build build #339: SUCCESS in 2 hr 41 min: http://masterblaster.mlpack.org/job/docker%20mlpack%20nightly%20build/339/
< ShikharJ> zoq: I've prepared the dataset and pushed to the server, hopefully correctly this time. I'll debug the DCGAN test implementation for now.
sumedhghaisas3 has quit [Ping timeout: 240 seconds]
sumedhghaisas2 has joined #mlpack
sumedhghaisas3 has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 265 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas3 has quit [Ping timeout: 260 seconds]
sumedhghaisas has quit [Ping timeout: 276 seconds]
sumedhghaisas has joined #mlpack
witness_ has quit [Quit: Connection closed for inactivity]
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 276 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 260 seconds]
sumedhghaisas has quit [Ping timeout: 276 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 245 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 265 seconds]
sumedhghaisas has quit [Ping timeout: 245 seconds]
sumedhghaisas2 has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 255 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 276 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 240 seconds]
< rcurtin> Github bought by Microsoft... unexpected news to start the week
< Atharva> Oh boy
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 268 seconds]
wenhao has joined #mlpack
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 260 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 256 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 260 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 240 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 255 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 276 seconds]
ImQ009 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 276 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has joined #mlpack
< rcurtin> sumedhghaisas: sumedhghaisas2: I'm here now if you wanted to talk about that design issue, just let me know
sumedhghaisas has quit [Ping timeout: 260 seconds]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 260 seconds]
sumedhghaisas2 has joined #mlpack
sumedhghaisas3 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 276 seconds]
sumedhghaisas2 has quit [Ping timeout: 265 seconds]
sulan_ has joined #mlpack
sumedhghaisas has joined #mlpack
sumedhghaisas3 has quit [Ping timeout: 260 seconds]
sumedhghaisas2 has joined #mlpack
sumedhghaisas3 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 245 seconds]
sumedhghaisas2 has quit [Ping timeout: 265 seconds]
sumedhghaisas3 has quit [Ping timeout: 265 seconds]
wenhao has quit [Ping timeout: 260 seconds]
< Atharva> rcurtin: It was about the GaussianDistribution class we have. It’s for multivariate distributions, right? It doesn’t have a standard deviation member. For the VAE class, we were thinking about using the distributions we have, but we needed to work with standard deviation. So, we wanted to ask your opinion about a class for independent univariate normal distributions.
< rcurtin> Atharva: right, the GaussianDistribution is for multivariate distributions, but if you need a one-dimensional distribution, then just pass in a mean vector of length one and a 1x1 covariance matrix
< Atharva> Oh, that was easy. Sorry about that. Just one thing, the 1 x 1 covariance matrix will be the variance of the one dimensional distribution, right?
< rcurtin> yes, it should be the variance, not the standard deviation
< Atharva> Okay, I googled it. It’s variance then
< Atharva> Oh haha
< rcurtin> yeah, sorry for the slow response... looked away for a bit :)
< Atharva> No it’s fine, I should have googled it anyway.
< Atharva> Also, I really think I need to revise statistics and learn some more maybe.
< rcurtin> it's always helpful :)
< Atharva> rcurtin: I was just curious, you have mentioned on your website that maintaining mlpack is one of the responsibilities that come with your job. So, do you give some of your work hours to mlpack?
< rcurtin> yeah---when I joined Symantec, the agreement was that part of my time would be reserved for research and mlpack, and that's continued to be true
< rcurtin> I'd like to see mlpack achieve some level of adoption inside the company, but speaking honestly, there are a lot of internal politics that have prevented success
< Atharva> Okay, the first part is really cool. About the politics, it’s a little sad.
< rcurtin> well, I don't think it's unusual for a big company
< rcurtin> it's possible that mlpack's deep learning toolkit may be used to do deep learning classification in the desktop antivirus product (Symantec Endpoint Protection)
< rcurtin> but the project is very slow moving... we started talking about it almost two years ago and still nothing has actually happened
< rcurtin> and even then, it will still be a difficult process to use mlpack for that, since basically every executive only knows about TensorFlow
< rcurtin> but hey, we'll see. I will keep writing code regardless :)
< Atharva> Oh, hopefully that project will happen. Also, it’s really cool to know that as a student I can contribute to something that can potentially reach so many people
< Atharva> I guess that’s the beauty of open source :)
< rcurtin> yeah, I hope that we can see more adoption in the future. I think the deep learning toolkit is really nice to use from C++
< Atharva> Yeah it is, I got used to it so quickly.
witness_ has joined #mlpack
ImQ009 has quit [Quit: Leaving]
witness_ has quit [Quit: Connection closed for inactivity]
sulan_ has quit [Quit: Leaving]