Marcus Edel

Results 107 comments of Marcus Edel

For more information about how to add bindings to other languages please take a look at: http://www.mlpack.org/docs/mlpack-git/doxygen/bindings.html, let us know if we should clarify anything.

I agree with @rcurtin, we should not merge anything that doesn't support: > - specify a neural network architecture arbitrarily (possibly by loading it from a YAML file or something?...

Agreed, that's super simple and easy to read.

Looks good to me, and I agree let's start with the linear models. About the network.conf file, ideally we interpret everything after the layer name as parameter, like for the...

@desai-aditya is right, the parser will just parse the file that defines the structure and the CLI will build the model and run the model. So let's say we follow...

@akhandait don't worry, and best of luck with your exams.

@ameyanator feel free, happy to clarify anything.

Hello @vss96, @Saahitya worked on the FFN/RNN, but there are a couple of methods that have to be modified, like the lr: https://github.com/mlpack/mlpack/tree/master/src/mlpack/methods/logistic_regression.

Great, please feel free, let me know if I should clarify anything.

@jaibhageria linear svm comes to mind: https://github.com/mlpack/mlpack/blob/master/src/mlpack/methods/linear_svm/linear_svm.hpp#L208