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
krushia has quit [Read error: Connection reset by peer]
krushia has joined #mlpack
ShubhamAgrawal[m has quit [Quit: Bridge terminating on SIGTERM]
_slack_mlpack_U0 has quit [Quit: Bridge terminating on SIGTERM]
TarekElsayed[m] has quit [Quit: Bridge terminating on SIGTERM]
EshaanAgarwal[m] has quit [Quit: Bridge terminating on SIGTERM]
say4n[m] has quit [Quit: Bridge terminating on SIGTERM]
kartikdutt18[m] has quit [Quit: Bridge terminating on SIGTERM]
shrit[m] has quit [Quit: Bridge terminating on SIGTERM]
zoq[m] has quit [Quit: Bridge terminating on SIGTERM]
fieryblade[m] has quit [Quit: Bridge terminating on SIGTERM]
jonpsy[m] has quit [Quit: Bridge terminating on SIGTERM]
brongulus[m] has quit [Quit: Bridge terminating on SIGTERM]
jjb[m] has quit [Quit: Bridge terminating on SIGTERM]
Cadair has quit [Quit: Bridge terminating on SIGTERM]
zoq[m]1 has quit [Quit: Bridge terminating on SIGTERM]
AnwaarKhalid[m] has quit [Quit: Bridge terminating on SIGTERM]
rcurtin[m] has quit [Quit: Bridge terminating on SIGTERM]
HimanshuPathak[m has quit [Quit: Bridge terminating on SIGTERM]
Cadair has joined #mlpack
rcurtin[m] has joined #mlpack
psydroid has joined #mlpack
SlackIntegration has joined #mlpack
jjb[m] has joined #mlpack
kartikdutt18[m] has joined #mlpack
AnwaarKhalid[m] has joined #mlpack
HimanshuPathak[m has joined #mlpack
EshaanAgarwal[m] has joined #mlpack
brongulus[m] has joined #mlpack
TarekElsayed[m] has joined #mlpack
ShubhamAgrawal[m has joined #mlpack
_slack_mlpack_U0 has joined #mlpack
fieryblade[m] has joined #mlpack
zoq[m] has joined #mlpack
shrit[m] has joined #mlpack
jonpsy[m] has joined #mlpack
zoq[m]1 has joined #mlpack
say4n[m] has joined #mlpack
<EshaanAgarwal[m]> <jonpsy[m]> "Adding on zoq point, Tuesday we..." <- Sure ! I am checking the backward function as of now. I have done all the steps before it.
<EshaanAgarwal[m]> <jonpsy[m]> "Eshaan Agarwal: we could move..." <- I don't know how I missed it this time. I will make sure to check out chatroom more frequently
jonathanplatkiew has joined #mlpack
<jonathanplatkiew> Hi, I have an issue with the signal processing library SigPack built on top of Armadillo.... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/9836651e6e45c1eb32414976f02d46f57e5e9544)
<rcurtin[m]> Armadillo types like `arma::Mat<>` and `arma::Col<>` are limited to hold only numeric types---`double`, `float`, etc.; if you want to hold a vector of arbitrary things, your best bet is probably `arma::field< T >` with whatever you want for `T`
<rcurtin[m]> you won't get any linear algebra support like that... but it can suffice as a container
<rcurtin[m]> I'm not sure how much that helps, but maybe it points in the right direction? :)