I have successfully implemented ANN architecture for one output problem. Now I would like to add more than one output vectors in the model, meaning [X, Y] = f[A, B, C ....]. I have been using R to do this but struggling with multi-output problems. My specific questions are:

How do I add more than one output in the code?

Does the activation function (using sigmoid) have a relation with the number of vector outputs in the model?

Any help would be appreciated.

Thanks!

More Debasish Saha's questions See All
Similar questions and discussions