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/
Alvis_ has joined #mlpack
Alvis has quit [Ping timeout: 246 seconds]
Alvis_ has quit [Ping timeout: 246 seconds]
Alvis_ has joined #mlpack
Alvis_ has quit [Ping timeout: 246 seconds]
< ironstark> zoq: So basically those graphs are static images?
AndroUser2 has quit [Read error: Connection reset by peer]
AndroUser2 has joined #mlpack
< sumedhghaisas> zoq: Hey Marcus, I know its quite late for feedback... but could you take a quick look at my draft?
shivakrishna9 has joined #mlpack
kris has joined #mlpack
kris has left #mlpack []
SeanZ has joined #mlpack
ironstark_ has joined #mlpack
SeanZ has quit [Ping timeout: 260 seconds]
ironstark has quit [Quit: Leaving]
ironstark_ is now known as ironstark
ironstark_ has joined #mlpack
ironstark_ has left #mlpack []
AndroUser2 has quit [Remote host closed the connection]
HoloIRCUser has joined #mlpack
HoloIRCUser has quit [Remote host closed the connection]
sam0410 has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
sumedhghaisas has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
sagarbhathwar has joined #mlpack
yannis has joined #mlpack
yannis is now known as Guest95911
Guest6280 has quit [Ping timeout: 260 seconds]
vss has joined #mlpack
vinayakvivek has joined #mlpack
sam0410 has quit [Ping timeout: 260 seconds]
Trion has joined #mlpack
govg has joined #mlpack
sagarbhathwar has quit [Quit: Page closed]
govg has quit [Ping timeout: 258 seconds]
diehumblex has joined #mlpack
vss has quit [Ping timeout: 260 seconds]
naxalpha has joined #mlpack
laval has joined #mlpack
laval has quit [Client Quit]
Trion has quit [Quit: Have to go, see ya!]
wgh_ has joined #mlpack
wgh_ has quit [Client Quit]
naxalpha has quit [Ping timeout: 260 seconds]
Alvis has joined #mlpack
naxalpha has joined #mlpack
Trion has joined #mlpack
Trion has quit [Ping timeout: 246 seconds]
venkat_ has joined #mlpack
venkat_ has quit [Quit: Page closed]
venkat_ has joined #mlpack
venkat_ has quit [Client Quit]
shivakrishna9 has quit [Quit: Connection closed for inactivity]
Trion has joined #mlpack
< zoq> ironstark: yes, we used matplotlib to generate all images and some handrafted html template to generate tables etc.
kdkw has joined #mlpack
< ironstark> zoq :thanks for the info
naxalpha has quit [Ping timeout: 260 seconds]
naxalpha has joined #mlpack
govg has joined #mlpack
Alvis has quit [Ping timeout: 246 seconds]
sagarbhathwar has joined #mlpack
kris has joined #mlpack
naxalpha has quit []
< Trion> zoq: if I create workers in an agent with their own environments using #pragma omp parallel default(shared), will they share the weights? I want workers to differ in actions but optimize the same weights. Can multiple optimizers running at same time cause conflict with each other?
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#2235 (master - 4057d14 : Marcus Edel): The build is still failing.
travis-ci has left #mlpack []
sagarbhathwar has quit [Ping timeout: 260 seconds]
< zoq> Trion: Yeah, that can cause conflicts which aren't that easy to solve right out of the box.
govg has quit [Read error: Connection reset by peer]
< cult-> does NumChildren() refers to the size of the tree?
< cult-> how can I measure the size of the model i created or to validate if its big enough?
kris has left #mlpack []
Trion has quit [Ping timeout: 240 seconds]
Trion has joined #mlpack
govg has joined #mlpack
< Trion> zoq: ok now I understand A3C's necessity and beauty :-) The workers have their own environment and a copy of model too. :D YAS!!! So we can use a for loop to initialize workers that will accumulate gradients for n steps and apply in order that is marked by Agent's workerNo and only allows a specific worker to make change taking away the conflicts
sagarbhathwar has joined #mlpack
< sagarbhathwar> Is there a binomial/multinomial sampling feature in mlpack?
< sagarbhathwar> Found it in the C++ standard library! Thanks
Trion has quit [Quit: Have to go, see ya!]
< zoq> Trion: I agree it's a really simple and neat idea.
< zoq> sagarbhathw: Sounds like you figured it out.
< sagarbhathwar> zoq: Hey Marcus. I know the deadline for GSoC is less than 24hrs from now. Is it too late to submit the proposal?
< zoq> sagarbhathw: I don't think it's too late, as you said the deadline is April 3.
< sagarbhathwar> zoq: Maybe you won't be able to review it before submission
< zoq> sagarbhathw: Yeah, I guess it's unlikely that we have the time to review new drafts and to make comments at this point.
govg has quit [Quit: leaving]
govg has joined #mlpack
vss has joined #mlpack
< kdkw> Is it a good idea to create a PR for minor typos that I have found while reading the source code?
< zoq> kdkw: Of course: "restoring balance to the universe" -> https://twitter.com/Nick_Craver/status/845963072305057792
< kdkw> Haha, I will shortly restore balance to the universe :)
< sagarbhathwar> zoq: I have shared my draft. This is my first time writing a project proposal, so if you feel it's a huge blunder, feel free to let me know :P
< sagarbhathwar> zoq: That is, if you have time!
sagarbhathwar has quit [Quit: Page closed]
< kdkw> zoq: created the pull request
manojbharadhwaj has joined #mlpack
< manojbharadhwaj> Hi
< manojbharadhwaj> Anyone?
< zoq> manojbharad: Hello, there!
< zoq> kdkw: great
< cult-> HoeffdingTree object has constructors only with parameters. It makes it very hard to store the object with constructor initializers. How should I store it in memory?
< cult-> Whenever I tried to store it as a pointer (at other algorithms) it did produce super strange undefined behaviours
< cult-> So i assume, that would be a false path this time too
< cult-> Serialization is an overhead to store it in memory only
< cult-> Obviously I am missing something in c++ ?
< manojbharadhwaj> How do I make a submissiom?
< manojbharadhwaj> Submission *
< vss> register here https://summerofcode.withgoogle.com/ and then click on mlpack and submit your proposal
sumedhghaisas has joined #mlpack
< vivekp> zoq: Just opened a PR for RMSprop update policy.
< vivekp> Correct me if I'm wrong -- I guess, this was the last remaining optimizer that could be implemented as a SGD update policy?
< manojbharadhwaj> What is the format to upload a submission ?
< manojbharadhwaj> Thaks
< manojbharadhwaj> Thanks*
< vivekp> manojbharadhwaj: It's recommended to upload your final proposal in PDF format (if that's what you meant?)
< manojbharadhwaj> Thanks
manojbharadhwaj has quit [Quit: Page closed]
simitii has joined #mlpack
Misha has joined #mlpack
Misha is now known as Guest31432
Guest31432 has quit [Quit: Page closed]
Alvis has joined #mlpack
vss has quit [Quit: Page closed]
abc18182212 has joined #mlpack
abc18182212 has quit [Ping timeout: 260 seconds]
Pranav has joined #mlpack
Pranav has quit [Client Quit]
< kdkw> @zoq, I believe mlpack doesn't currently support deconv, right?
< zoq> kdkw: Right, there is no deconvolution/transposed convolution layer.
kartik__ has joined #mlpack
< kartik__> <zoq> im working with proposal to complete all 4 algorithms in Neural Evolution project in that i liked 2 features to be added. to write and load config file to save and resume saved progress ..
< kartik__> 2nd to plot the network in real time for which im thinking of using cairographics which is a C++ library ..
< kartik__> will mlpack allow this additional dependancy
< zoq> kartik__: I think we could use the serialization code to load/save/resume the training process. I don't think adding another dependency for a single method is a good idea, but it could be an option for the models repo.
rohitsingh has joined #mlpack
< kartik__> thanks, i will see it .. so should i drop the idea to plot the network in real time ..?
< kartik__> <zoq> can u guide me more about the serialization code..
< zoq> kartik__: You could build a demo an top of the method and use some additional dependencies. That is basically what we do if we train the method on the mario task.
< zoq> kartik__: The serialization is based on http://www.boost.org/doc/libs/1_63_0/libs/serialization/doc/serialization.html and allows you to save/load defined model parameters (xml, csv). You could take a look at the HMM or NBC code.
rohitsingh has quit [Quit: Page closed]
simitii has quit [Ping timeout: 260 seconds]
< kartik__> thanks <zoq> that really helped
Guest95326 has joined #mlpack
Guest95326 has quit [Quit: Connection refuck by beer]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#2243 (master - eca65e4 : Ryan Curtin): The build was fixed.
travis-ci has left #mlpack []
benchmark has joined #mlpack
benchmark has quit [Client Quit]
vinayakvivek has quit [Quit: Connection closed for inactivity]