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/
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong_ has joined #mlpack
xiaohong has quit [Read error: Connection reset by peer]
xiaohong_ has quit [Remote host closed the connection]
xiaohong has joined #mlpack
< Toshal>
ShikharJ: Sorry I missed the meeting.
< Toshal>
sakshamB: I also liked your idea
< Toshal>
So let me know if you are going to implement it.
< Toshal>
Or should I work on it?
< Toshal>
Just let me know your thoughts regarding the same.
< Toshal>
Sorry for such a late response.
< rcurtin>
ok, I'm at the airport for my flight home... time to review some PRs and finally respond to a lot of emails
< rcurtin>
good thing it is a long flight :) (hopefully the internet works...)
< sakshamB>
Toshal: I’ll work on implementing the Padding layer and weight dimension visitors in a new PR. Just let me know if you could use the visitors for weight norm as well.
favre49 has joined #mlpack
< favre49>
zoq It looks like the Go version of NEAT, as well as the original has an option to specify the starting point. I think we could implement this using the serialization feature, what do you think?
< favre49>
An issue I see is that the serialization currently serializes both the directed graph and the connection gene list, ideally it could build one from the other on loading. Is there something I could do about that?
< favre49>
Oh right, that work too. It's not clear to me which is better, though
< zoq>
favre49: What about we go with both? If Nothing is specified in the config file, we go with what is specefied in the task.
< favre49>
Sounds good, I'll do that. Hopefully that could fix the issues with the tests
< zoq>
Yeah, let's see, I'm still debugging the code.
< favre49>
I'll try to get it done by Monday, I have to travel a lot tomorrow unfortunately
< favre49>
Thanks for the help!
favre49 has quit [Remote host closed the connection]
xiaohong has quit [Read error: Connection timed out]
xiaohong has joined #mlpack
< zoq>
favre49: Sounds good, have fun.
< Toshal>
sakshamB: I would say I need adding one or two visitor for getting the bias term and weight term separately. If you are going to implement it then it would be helpful for me for sure.