rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
_whitelogger has joined #mlpack
<Sirish07Sirish[m> Hey, is there any literature supporting the `RecommendationAccuracy` test case in cf_test.cpp file?
<Sirish07Sirish[m> * cf_test.cpp file? If so, kindly share it.
<ShubhamAgrawal[7> zoq: In your ann-vtable branch, we haven't updated rnn and gan implementation.
<ShubhamAgrawal[7> Should I mirror it like FFN?
<zoq[m]1> I started to refactor the RNN class, I'll see if I can push an update later today, now it uses the FFN class as basis.
<zoq[m]1> We should do the same for the GAN class, unless you can implement a GAN network using the FFN class directly.
<zoq[m]1> In which case we should remove the extra class.
<zoq[m]1> Not sure yet that is possible with the updated interface.
<zoq[m]1> <Sirish07Sirish[m> "Hey, is there any literature..." <- This is just interpreting the output of the model, have you checked the CF tutorial - https://mlpack.org/doc/stable/doxygen/cftutorial.html#cpp_cftut
<Sirish07Sirish[m> * cf_test.cpp file? If so, kindly share it.
<Sirish07Sirish[m> yeah I did.
<Sirish07Sirish[m> 1. In the PR #3106, I just tried to tweak `Neighbour Search` and `Interpolation` methods to fine-tune SVD++. But what I observed is that the `Recommendation Accuracy` test failed for others (eg: BiasSVD, RegSVD) too. I think this test is really sensitive.
<Sirish07Sirish[m> 2. It might be possible that the implementations for SVD++ might be wrong. But I want to know how our current methods are doing against some standard benchmarks (to check their implementations).
<Sirish07Sirish[m> * Hey, is there any literature supporting the `RecommendationAccuracy` test case in cf_test.cpp file? If so, kindly share it.
<Sirish07Sirish[m> * Hey, is there any literature supporting the `RecommendationAccuracy` test case in cf_test.cpp file? If so, kindly share it.
<Sirish07Sirish[m> Kindly let me know your thoughts. Thanks :)
<Sirish07Sirish[m> @marcusedel:matrix.org, any thoughts on the above thread?
<zoq[m]1> <Sirish07Sirish[m> "@marcusedel:matrix.org, any..." <- I like the idea to compare the implementation against another one, it could be possible that we missed something in the implementation.