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/
< nishantkr18[m]>
hello everyone. Is there a way to get gradient wrt input in a Feed forward network(FFN)?
< nishantkr18[m]>
I see that while doing `network.Backward(input, target, gradients)`, can give us gradients. But those gradients are wrt the weights and biases of the network. I was looking for a way to get gradient wrt the inputs.
< jeffin143[m]>
How about a class interface for one hot encoding .??
< rcurtin>
jeffin143[m]: why a class interface? seems to me like just a function would be fine
< rcurtin>
I suppose a class could be useful if, e.g., there is some state and someone might like to, e.g., one-hot encode a new dataset or something
< sakshamb189[m]>
himanshu_pathak: I think we missed our meet this week. When should we have that?
< himanshu_pathak[>
Hey sakshamb189: I think today I will complete the implementation of multiclass svm can we have a meet tommorow??
< himanshu_pathak[>
I forgot about the meet
< sakshamb189[m]>
alright that should be fine :)
< rcurtin>
jeffin143[m]: maybe we can get the existing one-hot encoding binding in, then file an issue for a follow-up fix or something? it would be great to get that into mlpack 3.4.0
< sakshamb189[m]>
just make sure that the style and documentation build are passing 🙂
< himanshu_pathak[>
Yeah I will sakshamb189: also the memory builds 😂
< rcurtin>
yashwants19[m]: wow, it is not. that highlights the importance of getting a good automated release system in place that takes care of this automatically :-D
< rcurtin>
and perhaps it also highlights the importance of not having me do releases, since I always seem to miss something :)
< yashwants19[m]>
<rcurtin "I added that note to the list of"> This sounds good, thanks for adding it into the guide.
< yashwants19[m]>
:)
pie3 has joined #mlpack
pie3 has quit [Ping timeout: 256 seconds]
< jjb[m]>
Ryan Curtin outside of automation, maybe consider adding a “Release checklist” issue that acts in a manner similar to a grocery shopping list of what needs to happen for manual tasks?
< rcurtin>
favre49: not for me, it seems like a regular "badge", maybe 150px wide
< rcurtin>
I'm using firefox on debian, so, not sure if that is different than your setup
< zoq>
favre49: Same for me, looks like a normal badge.
< favre49>
I'm using firefox too, maybe it's something about using a custom userchrome then
favre49 has quit [Remote host closed the connection]
pie3 has joined #mlpack
pie3 has quit [Ping timeout: 240 seconds]
pie3 has joined #mlpack
ImQ009 has quit [Quit: Leaving]
< jeffin143[m]>
2535/36 could be merged
< jeffin143[m]>
:)
pie3 has quit [Read error: Connection reset by peer]
< himanshu_pathak[>
<zoq "himanshu_pathak: Yes, data.shed_"> Hey zoq: I am using this but getting this error ``` /usr/include/armadillo_bits/Row_bones.hpp:125:15: note: candidate: void arma::Row<eT>::shed_cols(arma::uword, arma::uword) [with eT = double; arma::uword = long long unsigned int]
< zoq>
himanshu_pathak[: Can you post or link me to the code you are using?