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/
IRC-Source_67473 has joined #mlpack
IRC-Source_67473 has quit [Client Quit]
DM_ has joined #mlpack
DM_ has quit [Client Quit]
dhruval has joined #mlpack
dhruval has quit [Client Quit]
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
< alsc> rsurtin: thx for the explanation!
< alsc> I could use some help in setting up the L-BFGS and mini batch as well :)... not knowing much about the details of the algorithm makes it really hard to guess. NumBasis() = 5, for example?
nick8642_ has joined #mlpack
< nick8642_> hello
< zoq> nick8642_: Hello there.
nick8642_ has quit [Ping timeout: 260 seconds]
hodor12345678 has joined #mlpack
< hodor12345678> I am above average in C++ and Python.But today when I was watching the codebase of MLpack I was totally overwhelmed.Please tell me where should I start.Please somebody guide me.
< zoq> I see, mlpack uses lots of different C++ paradigms including a lot of template metaprogramming, so I would suggest to get familiar with some techniques first, we listed a bunch of helpful resources here: http://www.mlpack.org/gsoc.html
< alsc> rcurtin: I noticed there's an ANN directory but it looks more like a placeholder. are ANN implemented in mlpack?
< alsc> otherwise maybe you could point me towards an ANN implementation that uses armadillo?
hodor12345678 has quit [Ping timeout: 260 seconds]
< rcurtin> alsc: I've always used default parameter for L-BFGS, to be honest, I've never played much with tuning it because there are so many parameters to the algorithm
< rcurtin> in general, choosing all of those parameters smartly would require a good understanding of what the loss surface is, which will be dependent on both the dataset and the function being optimized...
< rcurtin> so I think it would be hard to know
< rcurtin> the ANN directory is artificial neural networks; if you're looking for approximate nearest neighbor search, you can actually use the KNN class for that
< rcurtin> you can just specify an epsilon value > 0 to the constructor and the results will be approximate
< rcurtin> if you actually were looking for neural networks, there are some nice examples for now in the src/mlpack/tests/ directory, like recurrent_network_test.cpp, feedforward_network_test.cpp, etc.
< rcurtin> but the ANN code is not stable yet, so the code is found in the git master branch but not in 2.2.5
govg has quit [Ping timeout: 240 seconds]
witness has joined #mlpack
nick8642 has joined #mlpack
nick8642 has quit [Ping timeout: 260 seconds]
djhoulihan has quit [Quit: A deep and dreamless slumber.]
djhoulihan has joined #mlpack
aashay has joined #mlpack
mentekid has joined #mlpack
mentekid has left #mlpack []
aashay has quit [Quit: Connection closed for inactivity]