Question 6
Increasing the number of hidden layers always improves regression accuracy.
Using the ReLU activation function in hidden layers is a good choice for MLP regression.
The output layer should use a softmax activation to predict continuous house prices.
MLPRegressor does not require feature scaling since neural networks automatically normalize input data.