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/
travis-ci has joined #mlpack
< travis-ci> coatless/ensmallen#3 (patch-1 - 3884d1b : James J Balamuta): The build passed.
travis-ci has left #mlpack []
rajiv_ has joined #mlpack
< rajiv_> zoq: I have defined as Dense<arma::cube, arma::cube>* in the boost_variant<> which matches with the implementation
rajiv_ has quit [Client Quit]
aman_p has joined #mlpack
aman_p has quit [Ping timeout: 240 seconds]
govg has quit [Ping timeout: 246 seconds]
sreenik has joined #mlpack
i8hantanu has joined #mlpack
aman_p has joined #mlpack
sreenik has quit [Ping timeout: 256 seconds]
govg has joined #mlpack
aman_p has quit [Ping timeout: 245 seconds]
favre49 has joined #mlpack
gauravcr7rm has joined #mlpack
corvo__ has joined #mlpack
< gauravcr7rm> zoq: hello marcus. Can you please explain me the line given in the desciption of NEAT project which goes like"NEAT must be implemented according to mlpack's optimization interface so that the method can work with different functions." Thanks in advance.
gauravcr7rm has quit [Ping timeout: 256 seconds]
i8hantanu has quit [Quit: Connection closed for inactivity]
aman_p has joined #mlpack
favre49 has quit [Quit: Page closed]
aman_p has quit [Ping timeout: 246 seconds]
aman_p has joined #mlpack
chaithu has joined #mlpack
chaithu has left #mlpack []
chaihtu has joined #mlpack
chaihtu has quit [Client Quit]
< zoq> gauravcr7rm: The optimizer should uses the function type API (http://www.ensmallen.org/docs.html#function-type-documentation) and implement the optimizer interface, see https://github.com/mlpack/ensmallen/blob/master/include/ensmallen_bits/sgd/sgd.hpp for an example.
< zoq> rajiv_: Is this already part of the PR?
sreenik has joined #mlpack
shiwani has joined #mlpack
< sreenik> I have rebuilt mlpack from source and have run into a problem that supposedly didn't exist before. Calling mlpack::data::Load(...) is throwing an error similar to https://github.com/mlpack/mlpack/issues/1687 the difference being that I am linking the necessary libraries. Where does the problem reside?
< sreenik> Compilation statement: g++ mlpack_dem.cpp -std=c++11 -lboost_serialization -lboost_program_options -larmadillo -lmlpack
shiwani has quit [Quit: Page closed]
< zoq> sreenik: Are you sure the version of mlpack that you installed is the same one you are linking against?
< zoq> sreenik: https://github.com/mlpack/mlpack/issues/1769 might be helpful
< sreenik> I think this should solve my problem. Thanks
< sreenik> Just uninstalled the other version of mlpack and it's working again :)
< zoq> great :)
rajiv_ has joined #mlpack
< rajiv_> zoq: Yes, it's a part of the PR... I have pushed the latest changes
rajiv_ has quit [Client Quit]
bhavya01 has joined #mlpack
has has joined #mlpack
has has quit [Client Quit]
bhavya01 has quit [Quit: Ex-Chat]
gkrishnan724 has joined #mlpack
gkrishnan724 has quit [Ping timeout: 256 seconds]
< rcurtin> I've set up mlpack-bot on the ensmallen repository just like the mlpack repository; hopefully it should be helpful :)
< zoq> thanks
Orange_ has joined #mlpack
Orange_ has quit [Client Quit]
addy0309 has joined #mlpack
govg has quit [Ping timeout: 245 seconds]
sreenik has quit [Quit: Page closed]
aman_p has quit [Ping timeout: 244 seconds]
riaash04 has joined #mlpack
< riaash04> So for the isomap pr travis build is failing with error approx_equal is not part of arma, but it is present in the documentation. What could be wrong here?
< zoq> the travis build uses armadillo 6.500.0, which is the minimal version mlpack supports
< riaash04> Is there anything similar to approx_equal I can use?
< zoq> perhaps you can use CheckMatrices from tests/test_tools.hpp?
< riaash04> This is required in the implementation part, not in testing, so I can't use CheckMatrices(I think). I'll just do a regular if check and make it similar to approx equal.
< riaash04> Something similar to what CheckMatrices does
< zoq> I think, you could just implement: arma::abs(x − y) <= tol
< riaash04> Ah, yes this is what I was thinking, thanks :)
riaash04 has quit [Quit: Page closed]
avi9414_ has joined #mlpack
avi9414_ has quit [Ping timeout: 256 seconds]
corvo__ has quit [Ping timeout: 256 seconds]