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
080AAGYYW has quit [Quit: You have been kicked for being idle]
_slack_mlpack_34 has joined #mlpack
<GopiMTatiraju[m]> zoq: rcurtin I made a PR for `join_cols()` not main logic just the skeleton code.
<GopiMTatiraju[m]> Have a look whenever you can and let me know if any changes are needed.
<GopiMTatiraju[m]> I am planning to use `std::is_same` to check type of the matrices, if true it will enter the `cudaMemcpy` logic, if false we can call the kernel implementation.
Darsh has joined #mlpack
<Darsh> Hi
rcurtin_matrixor has joined #mlpack
<Darsh> I am Darsh (https://darshkaushik.github.io/) a CSE undergrad at NIT Silchar, currently an applied scientist intern at Amazon, with primary inclination towards deep learning.
<zoq[m]> <Darsh> "I am Darsh (https://darshkaushik..." <- Hello, let us know if you have any questions.
<Darsh>  I was intrigued by the problem statement of improving ANN layer stacking through DAGs. This problem statement is an amalgamation of my 2 interests C++ and DL, and I hope can put some of my experience of python ml frameworks, which use DAGs implicitly, to some good use.
Darsh48 has joined #mlpack
Darsh48 has quit [Client Quit]
Darsh has quit [Quit: Client closed]
Darsh has joined #mlpack
Darsh has quit [Quit: Client closed]
Darsh has joined #mlpack
Darsh has quit [Quit: Client closed]
<zoq[m]> <Darsh> " I was intrigued by the problem..." <- Glad you like the idea, rcurtin currently works on a refactoring of the ANN codebase, so I'll let him comment on the feasibility.
<shrit[m]> Yeah, there are a lot of layers that needs to be refactored. That would make a cool project I think