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/
< rcurtin>
I guess because there are too many columns and they wrap?
< shrit[m]>
Actually there is about 10K rows and three columns
< rcurtin>
oh, maybe print with .t()?
< rcurtin>
but I'm not totally sure what you mean, maybe paste the output?
< shrit[m]>
Exactly it is much easier to read when using transposing the matrix
< shrit[m]>
@rcurtin, another question considering the meaning of the word ´coordinate´ in ensmallen. If I use ensmallen optimizer to train a neural network the word coordinate means the weights of the netowrk, am I right?
< rcurtin>
shrit[m]: right, coordinate == weight of a network
< shrit[m]>
Exactly, So If I want to store the best coordinate, I will have to use the callback ens::StoreBestCoordinate<> and then these coordinates are stored to a specific matrix, I want just to ask how to be sure that the Best coordinates are saved into the model.bin at the end?
< zoq>
shrit[m]: Before saving, call model.Parameters() = bestParameter;
< shrit[m]>
I will do a pull request and update an existing example, this one worth to be noted down, many thanks :+1
< rcurtin>
I didn't add any of the catch or WeightSize refactorings, since those aren't actually user visible (so if they get in, great, if not, it shouldn't matter for users)
< rcurtin>
if anyone else has any PRs that are "just about" done and can be merged in the next couple of days, feel free to point them out or just add them to the milestone! :)