0
I have two models created in Keras to solve a multivariate regression problem. The first one has 1 input and 5 outputs. The second has an additional entrance, that is, it has two entrances and the same 5 exits. Intuitively, the second model would have an MSE lower than the first due to additional input, however, it is not what happens. The first model has the lower MSE than the second, IE, has a better performance. Do you think that intuition is correct? How do I ensure the second model has a smaller MSE?