Hi all, i am doing a project that models the removal efficiency of wastewater with different operation conditions. I am using Rstudio with keras packages for the modeling. I have some question pertaining to the model creation. I have 5 independent variable (operation conditions) and 1 dependent variable.
1) what is a ball park figure for the number of nodes/ layers. (i understand that there is no right/ wrong answers to this question. i have read some suggestions from stack overflow on the ballpark figures to Xno. of layers/ Yno. of variables. but with no explanation or statistical explanation for it)
2) I also understand that there are means to trimming the no. of nodes that has low activation rate. how am i able to view it via the keras model?
3) is there any means to make my model more accurate?
Please let me know. Thank you very much in advance.