I have seen several empirical formulas about the number of nodes in the hidden layer
1, for example, I am 40 input nodes and one output node. According to the empirical formula, if the hidden layer is single-layer hidden layer, the number of hidden layer nodes will not exceed 40, so isn"t it true that the more nodes are, the more accurate the number of nodes is? Or will it achieve the best results at some worthwhile time?
2. Similarly, if I have 40 inputs and one output, will two hidden layers iterate faster than one hidden layer? Why?
3. To determine whether the number of hidden layers and nodes in a single layer can only be tested step by step, is there any way to initialize these parameters quickly and fine-tune them at the beginning?
4. Theoretically, is it true that the more iterations, the more accurate the training model?
those who have an understanding of any of the above questions are welcome to answer, thank you very much