I have used a deep NN for performing regression analysis with multiple independent variables and then predicting one dependent varible.
To understand the quality of the regression I have used $R^2$, but it is typically used for linear regression.
My question is, Can I use $R^2$ coefficient for determining the quality of such regression. Please take into account that the problem I'm focusing on should be non-linear. If no, which would be the corrent coefficient, instead of $R^2$, in case of non-linear regression.
Thank you in advance