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/
< rcurtin>
wow, I hadn't looked at the summer of code ideas wiki page in a while... but zoq's mlpack model zoo image made me audibly laugh :)
< jeffin143[m]>
Toshal Agrawal: saw your idea on gsoc, i really do thing that is a great idea, and also agree with your point on avoiding a dependancy , but i guess developing a tool from scratch would take lot of time
< jeffin143[m]>
Instead what we can do is transfer the data with a set format , may be json object or something and then since tensor board or other thing can render data, we just need to worry how to paas the data too front end
< jeffin143[m]>
The whole point being , handle backend and the rendering part or other could be handled using existing. I am really not sure how would that pan out
< jeffin143[m]>
But i am really excited to see the visualisation option in mlpack
< jeffin143[m]>
While writing this , i again thought about it , an i guess writing frontend wouldn't be a big deal with all the library existing ,
< jeffin143[m]>
May be i will come up with better idea :)
< jeffin143[m]>
I just really felt happy to see that idea and come running here 😂
UmarJ has quit [Ping timeout: 260 seconds]
< metahost>
zoq, rcurtin: For the "running mlpack on resource constrained devices" project, would running the ensmallen binary on the device be a valid sub-task?
< metahost>
(because the ensmallen_tests binary in itself is pretty large in size too)
< Nakul[m]>
Which might freez the browser..
< Nakul[m]>
> (because the ensmallen_tests binary in itself is pretty large in size too)
percyX has quit [Remote host closed the connection]
Dhami_sam has joined #mlpack
UmarJ has joined #mlpack
kyrre has quit [Quit: Connection closed for inactivity]
Dhami_sam has quit [Remote host closed the connection]
UmarJ has quit [Ping timeout: 268 seconds]
< zoq>
metahost: Keep in mind ensmallen is header only, so ensmallen_tests the binary isn't that interesting, but running some code that uses ensmallen on a resource constrained device could be an intersting first step, as it would envolve getting armadillo working as well.
siddhant2001 has joined #mlpack
AryamanBhagatGit has joined #mlpack
< AryamanBhagatGit>
Hi, I noticed that mlpack doesn't have any algorithms for multi-objective reinforcement learning. I am interested in implementing https://arxiv.org/pdf/1908.08342.pdf. Would this be something that would be useful?
< hemal[m]>
Could anyone tell me how to reference external links in doxygen documentation ?
siddhant2001 has quit [Ping timeout: 260 seconds]
< hemal[m]>
Say, I want to refer mlpack.org or google.com from doxygen documentation file sample.cpp,
< hemal[m]>
I am not able to find the relevant tag.
muskanlalit18 has joined #mlpack
< zoq>
AryamanBhagat: Hello, interesting, but personally I'd like to see faster (more) single objective methods first.
< hemal[m]>
Found it : simply, "<a href>xyz</a>"
ImQ009 has joined #mlpack
muskanlalit18 has quit [Remote host closed the connection]
< Nakul[m]>
how could i get latest version of armadillo by this command since replacing the version number with latest one doesn't seems to work
kumaran[m] has left #mlpack []
< metahost>
Nakul: You can install Armadillo using the package manager on your platform and keep it updated easily!
< Nakul[m]>
i have latest on my local machine but build is falling on model repo due to this error Could NOT find Armadillo: Found unsuitable version "6.500.5", but required
< Nakul[m]>
is at least "8.400.0" (found /usr/lib/libarmadillo.so)