I currently try to build MLPs with multiple Outputs.
For single Output MLPs I normally use the H2o packge implementation which has a nice random grid search function implemented. Since H2o does not support multiple outputs I switched to the mxnet package.
Now I am trying to find a way to tune my parameters for my MLP. I can't find any package inside R which provides parameter tuning for multiple outputs and allows me to use mxnet.
Do you know any packages or do you have self implemented functions for a hyper parameter search? Thank you!
Edit in cause of comment:
With multiple outputs i mean multiple response variables (MIMO problem). For example one of my researched tasks is the prediction of a RRSB distribution. A RRSB distribution has two parameters: n,x. I hope this clears your question