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
<ShubhamAgrawal[m> <SimeetNayan[m]> "zoq (Marcus Edel): Aakash-..." <- You can make a skip connection using Add or Concat fn
<ShubhamAgrawal[m> See models repo for examples
<SimeetNayan[m]> Alright.
<SimeetNayan[m]> Actually I would like to work on https://github.com/mlpack/mlpack/wiki/SummerOfCodeIdeas#better-layer-stacking-for-ann can we have more discussion on this? I went through the ticket mentioned.
<zoq[m]> <SimeetNayan[m]> "Actually I would like to work on..." <- For this one the first step would be brainstorm about how the interface could look like, because mlpack doesn't implement a direct graph interface.
dsrt^ has joined #mlpack
dsrt^ has quit [*.net *.split]
vivektalwar13071 has quit [*.net *.split]
AryamanBhagatAry has quit [*.net *.split]
rishabh2566Ris[m has quit [*.net *.split]
pratik0197Pratik has quit [*.net *.split]
GarvTambiGARVTAM has quit [*.net *.split]
turska79turska79 has quit [*.net *.split]
kaushal07wickkau has quit [*.net *.split]
khimrajKhimraj[m has quit [*.net *.split]
OO7kartikRohitKa has quit [*.net *.split]
Gokulk1994GokulK has quit [*.net *.split]
guptapriyanshu7P has quit [*.net *.split]
M077AAK6MP has quit [*.net *.split]
EshitabhargavaEs has quit [*.net *.split]
meetrainierManoj has quit [*.net *.split]
rohitsallarohits has quit [*.net *.split]
BaluHarshavardan has quit [*.net *.split]
AnimeshMaheshwar has quit [*.net *.split]
kkg2001KrishnaKa has quit [*.net *.split]
mayank-kabra2001 has quit [*.net *.split]
KunalA18KunalAga has quit [*.net *.split]
geek-2002Sankirt has quit [*.net *.split]
NinaPacifierNish has quit [*.net *.split]
AagamShah2314Aag has quit [*.net *.split]
tusharbudhwanitu has quit [*.net *.split]
Karthikeyan564Ka has quit [*.net *.split]
nikochikoKaustub has quit [*.net *.split]
Shikhar-SShikhar has quit [*.net *.split]
naruarjunnaruarj has quit [*.net *.split]
santhosh-RPSanth has quit [*.net *.split]
joeljosephjinJoe has quit [*.net *.split]
iamskabSouravKar has quit [*.net *.split]
k-sashankMadipal has quit [*.net *.split]
deepu718deepu718 has quit [*.net *.split]
AbilityguyAnushK has quit [*.net *.split]
huicnzomahiiiiem has quit [*.net *.split]
godfather-ranaAm has quit [*.net *.split]
aditmehta9AditMe has quit [*.net *.split]
SanikommusSaniko has quit [*.net *.split]
zoq[m]1 has quit [*.net *.split]
Chinmay-GurjarCh has quit [*.net *.split]
kartikdutt18kart has quit [*.net *.split]
Vamsi995SaiVamsi has quit [*.net *.split]
Rituraj-commitsR has quit [*.net *.split]
RajlaxmiRajlaxmi has quit [*.net *.split]
leondaviDavid[m] has quit [*.net *.split]
YogeshSurapaneni has quit [*.net *.split]
yfgeng6yfgeng6[m has quit [*.net *.split]
dsrt^ has joined #mlpack
guptapriyanshu7P has joined #mlpack
Gokulk1994GokulK has joined #mlpack
OO7kartikRohitKa has joined #mlpack
khimrajKhimraj[m has joined #mlpack
kaushal07wickkau has joined #mlpack
turska79turska79 has joined #mlpack
pratik0197Pratik has joined #mlpack
GarvTambiGARVTAM has joined #mlpack
rishabh2566Ris[m has joined #mlpack
vivektalwar13071 has joined #mlpack
AryamanBhagatAry has joined #mlpack
YogeshSurapaneni has joined #mlpack
yfgeng6yfgeng6[m has joined #mlpack
leondaviDavid[m] has joined #mlpack
RajlaxmiRajlaxmi has joined #mlpack
zoq[m]1 has joined #mlpack
deepu718deepu718 has joined #mlpack
aditmehta9AditMe has joined #mlpack
SanikommusSaniko has joined #mlpack
Rituraj-commitsR has joined #mlpack
godfather-ranaAm has joined #mlpack
huicnzomahiiiiem has joined #mlpack
Vamsi995SaiVamsi has joined #mlpack
kartikdutt18kart has joined #mlpack
Chinmay-GurjarCh has joined #mlpack
AbilityguyAnushK has joined #mlpack
k-sashankMadipal has joined #mlpack
joeljosephjinJoe has joined #mlpack
nikochikoKaustub has joined #mlpack
Karthikeyan564Ka has joined #mlpack
AagamShah2314Aag has joined #mlpack
Shikhar-SShikhar has joined #mlpack
NinaPacifierNish has joined #mlpack
KunalA18KunalAga has joined #mlpack
geek-2002Sankirt has joined #mlpack
iamskabSouravKar has joined #mlpack
EshitabhargavaEs has joined #mlpack
AnimeshMaheshwar has joined #mlpack
mayank-kabra2001 has joined #mlpack
tusharbudhwanitu has joined #mlpack
BaluHarshavardan has joined #mlpack
rohitsallarohits has joined #mlpack
kkg2001KrishnaKa has joined #mlpack
santhosh-RPSanth has joined #mlpack
meetrainierManoj has joined #mlpack
M077AAK6MP has joined #mlpack
naruarjunnaruarj has joined #mlpack
<Ceeeb[m]> Hi everyone, I am just wondering if the community has any plan to rewrite the C++ documentation? Just as what is mentioned in issue [#3369](https://github.com/mlpack/mlpack/issues/3369), simply browsing the source code for docs is not that "user-friendly", I think.
<rcurtin[m]> Ceeeb: yeah, there is a plan for it... we are currently planning to apply for a grant to help with that, if all goes well it should happen in a couple months. I took a [basic first stab](https://github.com/mlpack/mlpack/pull/3350) at it for one algorithm, and the idea would be to produce documentation in the style of [Armadillo's](https://arma.sourceforge.net/docs.html) or [ensmallen's](https://ensmallen.org/docs.html) 👍️
<Ceeeb[m]> Thanks! That sounds awesome! I'm looking forward to it.
webcodermcs[m] has joined #mlpack
dsrt^ has quit [Ping timeout: 252 seconds]