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/
gmanlan has quit [Remote host closed the connection]
< KimSangYeon-DGU>
sumedhghaisas: I think I implemented QGMM in python and now, I'll research the accuracy of QGMM using original version and edited version like NLL + lambda * approx_constant
< KimSangYeon-DGU>
I'll update our research repository and mlpack blog
KimSangYeon-DGU has quit [Quit: Ping timeout (120 seconds)]
KimSangYeon-DGU has joined #mlpack
< KimSangYeon-DGU>
Oops.. my internet connection was broken..
< KimSangYeon-DGU>
The trained parameters are converged now, and the yesterday's divergent problem that I said is because the alpha value updating problem, so I edited it.
< KimSangYeon-DGU>
I'll also compare the several QGMM versions with the classical GMM.
< KimSangYeon-DGU>
:)
< KimSangYeon-DGU>
I think the main point for us to make our QGMM better is to find a neat algorithm to update the cos(phi) that is associated to alphas.
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
favre49 has joined #mlpack
< favre49>
zoq In line 197 of neat_test_tools.hpp, I keep getting the error "'ContinuousMultiplePoleCart’ does not name a type", despite including the header file.
< favre49>
What can I do about that?
favre49 has quit [Remote host closed the connection]
sumedhghaisas has quit [Remote host closed the connection]
KimSangYeon-DGU has quit [Remote host closed the connection]
< zoq>
favre49: The ContinuousMultiplePoleCart is in another namespace: rl; using namespace mlpack::rl; should fix the issue
favre49 has joined #mlpack
< favre49>
zoq Of course, can't believed I missed that. Thanks!
favre49 has quit [Remote host closed the connection]
< zoq>
favre49: Happy to help.
xiaohong has quit [Ping timeout: 260 seconds]
KimSangYeon-DGU has joined #mlpack
vivekp has joined #mlpack
KimSangYeon-DGU has quit [Ping timeout: 260 seconds]
< zoq>
favre49: I thought about the innovation IDs blow up issue in the speciation phase, this shouldn't happen.
< zoq>
favre49: Btw. thanks for all the comments in the code, they are really helpful.
favre49 has joined #mlpack
< favre49>
zoq Thanks for the clarification!
< favre49>
No problem, they're very helpful when I'm debugging too :)
favre49 has quit [Remote host closed the connection]
vivekp has quit [Ping timeout: 258 seconds]
favre49 has joined #mlpack
< favre49>
I noticed I've made a mistake in the multiple pole cart environments that we missed, and the dimensions of the `data` matrix are wrong, breaking it. Should I open a different PR for this, or can I include it in the current RL PR I'm working on?
travis-ci has joined #mlpack
< travis-ci>
robertohueso/mlpack#24 (mc_kde_error_bounds - 4d0552b : Roberto Hueso Gomez): The build has errored.
favre49 has quit [Remote host closed the connection]
< zoq>
favre49: Let's make it part of #1941.
robb08 has joined #mlpack
< robb08>
hey, is it possible to use a convolutional layer in a recurrent container (and only have it run once)? What's the difference between the containers