verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
govg has quit [Remote host closed the connection]
govg has joined #mlpack
govg has quit [Ping timeout: 268 seconds]
govg has joined #mlpack
sshkhrnwbie has joined #mlpack
< sshkhrnwbie>
Hi mlpack devs
< sshkhrnwbie>
I raised issue 1228 regarding missing implementations of Xavier and He initializations in the ann module
rajiv_ has joined #mlpack
< rajiv_>
Hello all! I was trying to debug a test for an optimizer... Is there a particular way to do it? I tried to compile the code using g++ from the terminal but I'm getting the error that the header files are not found. I change the path to absolute for some files and it worked but it is asking to change path in all the codes being compild which is not possible. So, how should I debig the code?
< rajiv_>
*debug
rajiv_ has quit [Client Quit]
Harpreet has joined #mlpack
< Harpreet>
Hello!! I have built and installed mlpack 2.2.5 on ubuntu and trying out the command line utilitty by following tutorials. I facing an issue whenever I execute "mlpack_logistic_regression -t iris_train.csv -l iris_train_labels.csv" I get runtime error stating "[FATAL] The labels must be either 0 or 1, not 2!" Kindly help
< Harpreet>
I guess mlpack_logistic_regression does not support multi-class logistic regression!!!
Harpreet has quit [Ping timeout: 260 seconds]
daivik has joined #mlpack
sasuke has joined #mlpack
< sshkhrnwbie>
I was thinking of implementing a variance scaling initializer ( which will use the already implemented gaussian and random initializers ) and then using it for both Xavier and He initialization as it has been done in Keras.
< sshkhrnwbie>
I would like to have some feedback from the owners before I start implementing
vivekp has quit [Ping timeout: 256 seconds]
vivekp has joined #mlpack
sasuke has quit [Ping timeout: 260 seconds]
ImQ009 has joined #mlpack
ImQ009 has quit [Quit: Leaving]
sshkhrnwbie has quit [Quit: Page closed]
Harpreet has joined #mlpack
haritha1313 has joined #mlpack
< haritha1313>
@harpreet: i think you can use mlpack_softmax_regression for multiclass classification
< sshkhrnwbie>
In #939 Kris was implementing shapiro wilk test for testing the initializations. Ryan commented that there isn't a need for it. I am not familiar with this test and wanted to check if it will be required.
sshkhrnwbie has quit [Quit: Page closed]
< zoq>
There is no need to implement the test if you use GaussianDistribution as Ryan pointed out.