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]
< 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
< 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: