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/
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
petris has quit [Quit: Bye bye.]
soonmok has joined #mlpack
picklerick has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
petris has joined #mlpack
picklerick has quit [Ping timeout: 240 seconds]
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
KimSangYeon-DGU has joined #mlpack
picklerick has joined #mlpack
< jenkins-mlpack2> Project docker mlpack weekly build build #31: STILL UNSTABLE in 6 hr 10 min: http://ci.mlpack.org/job/docker%20mlpack%20weekly%20build/31/
< ShikharJ> rcurtin: Ryan's Board is a great idea!
KimSangYeon-DGU has quit [Ping timeout: 256 seconds]
KimSangYeon-DGU has joined #mlpack
< picklerick> what could be the reason that on running bin/mlpack -t NBCTest i am getting all tests passed and on running all test cases i am getting test cases of nbc failed
bb has joined #mlpack
bb has quit [Quit: Page closed]
picklerick has quit [Quit: WeeChat 2.3]
Suryo has joined #mlpack
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project docker mlpack nightly build build #206: FIXED in 3 hr 25 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/206/
< Suryo> Hello zoq! As a first implementation, would it be okay to have a simple lbest pso? I was wondering if the pso and gradient descent hybrid should be kept as a different method, as a different update policy.
< Suryo> Could you please tell me what you think?
KimSangYeon-DGU has quit [Quit: Page closed]
Suryo has quit [Ping timeout: 256 seconds]
KimSangYeon-DGU has joined #mlpack
< zoq> Suryo: Agreed, we should split the two, either by writing another policy or by writing an independent optimizer.
Suryo has joined #mlpack
< Suryo> zoq: okay, thanks. I'll begin working on the code shortly.
Suryo has quit [Remote host closed the connection]
favre49 has joined #mlpack
favre49 has quit [Client Quit]
< zoq> Suryo: Awesome, let me know if I should clarify anything.
Ishmeher has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
ronit has joined #mlpack
KimSangYeon-DGU has quit [Quit: Page closed]
soonmok_ has joined #mlpack
soonmok has quit [Ping timeout: 245 seconds]
ronit has quit [Quit: Connection closed for inactivity]
ImQ009 has joined #mlpack
favre49 has joined #mlpack
< favre49> Hey guys. I have been developing a differential evolution implementation, and am mostly done. However, when i run the linear regression test on it, i get the error: "Mat::init(): requested size is not compatible with column vector layout". Could you tell me why this error may be coming up?
ImQ009 has quit [Read error: Connection reset by peer]
< rcurtin> favre49: usually this happens if you have, e.g., an arma::vec that you're trying to set to be a matrix
< rcurtin> so the following code will cause the same problem:
< rcurtin> arma::mat x(10, 10, arma::fill::randu);
< rcurtin> arma::vec y = x;
< rcurtin> so probably this is what is happening somewhere (or something like that)
favre49 has quit [Ping timeout: 256 seconds]
favre49 has joined #mlpack
< favre49> i'll check that out, thank you for your help
favre49 has quit [Quit: Page closed]
caiojcarvalho has joined #mlpack
aravind has joined #mlpack
aravind has quit [Quit: Page closed]
xyz_ has joined #mlpack
xyz_ has quit [Client Quit]
caiojcarvalho has quit [Ping timeout: 240 seconds]
soonmok_ has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 250 seconds]
Ishmeher has quit [Ping timeout: 256 seconds]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 250 seconds]
vivekp has quit [Ping timeout: 245 seconds]