Both models are very similar, however the one with 100 nodes in the hidden layer should have slightly better results. It also takes more time to execute and more epochs to converge, since it has approximately three times more parameters to learn. By increasing the number of nodes means that the model can learn more peculiarities from the predictors, however the number can't be exaggerated big, or the model will become overfitted.

2 hidden layers: 30 nodes each

Our next topology to analyze will be two hidden layers, instead of one. We will begin with 30 nodes on each hidden layer.