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/
Hunting-Party104 has quit [Ping timeout: 264 seconds]
GitterIntegratio has quit [Ping timeout: 264 seconds]
< metahost>
rcurtin: Ah! I presumed IRC to be the primary channel because of the logs. :)
tavishjain has joined #mlpack
< tavishjain>
Can someone guide me over some articles of using and developing ML and DL algos with C++ ?
< tavishjain>
I have plenty experience of building models with python, but would love to learn it in C++ and contributing to MLPACK this summer
< hunting-party10[>
Hi rcurtin
< hunting-party10[>
Hi rcurtin zoq I was trying to fix the memory leak issue and i think i have fixed it , But the test which was designed calls a function `DeleteModules()` which is no longer needed since the destructor is fixed . So am i allowed to change the test itself or no ?
tavishjain has quit [Remote host closed the connection]
ImQ009 has joined #mlpack
tavishjain has joined #mlpack
tavishjain has quit [Remote host closed the connection]
< zoq>
hunting-paty10: Feel free to change it.
< hunting-party10[>
Cool
< metahost>
zoq: Hi Marcus I have updated ensmallen#149 to include the bounds as optimizer args itself as per our discussion. Please have a look once you can! :)
< zoq>
metahost: Okay great, will take a look once I have a chance.
< rcurtin>
metahost: yeah, we are still using the IRC logging system I set up years ago :)
< rcurtin>
it might be possible to switch to Matrix's logging system now; I am not sure
< rcurtin>
haven't looked into it :)
< metahost>
zoq: Thanks!
< metahost>
rcurtin: Ryan will switching to Matrix logging retain the historical logs too?
vansika__ has quit []
vansika__ has joined #mlpack
< metahost>
(did we have matrix from the get go?)
< zoq>
metahost: No, Ryan added that like 2 months ago.
< zoq>
Haven't checked the matrix logging, does the matrix logging provide any features that we don't have with the IRC logs?
tavishjain has joined #mlpack
< zoq>
Unless there is anything, I don't see the need to update that part.
< rcurtin>
yeah, my opinion is that if someone opens a PR to mlpack.org, I'd be happy to merge it in
< rcurtin>
maybe matrix.org provides better logging and search functionality
TavishJainGitter has joined #mlpack
< TavishJainGitter>
Can someone guide me over some articles of using and developing ML and DL algos with C++ ?
< TavishJainGitter>
I have plenty experience of building models with python, but would love to learn it in C++ and contributing to MLPACK this summer
< zoq>
TavishJain: There are some links to websites and books on the mlpack GSoC page.
< zoq>
TavishJain: They are more or less about C++ concepts, not necessarily about ML.
< tavishjain>
zoq I read some articles and documentations of Armadillo in the evening today (luckily C++ was the first programming language I learnt so understood the code)
< tavishjain>
But as i was reading the mlpack codebase today to understand and start buiding things the main thing that concerned me was to understand which aprt of code does what
< zoq>
TavishJain: Great, I heard some good things about Coursera.
< tavishjain>
Like I dont have much experience in building C++ libraries, do you recommend reading about that first zoq?
< zoq>
TavishJain: A general idea should be helpful. The way I would appreoach the code is to pick on method/algorithm that you are already familair with and see how it was implemented; PCA is a good example.
< tavishjain>
Ohh thank you for that zoq. Looking forward for some good times ahead :-)
< hunting-party10[>
Is there a way to run a specific subtest under a test eg . Run the `SimpleResidue` test under the `ANNLayer Test`
tavishjain has quit [Remote host closed the connection]