I would like to normalize (z-score, minmax etc.) my predictor variables for a number of Machine Learning algorithms (Neural Network) and a Log Regression and I am wondering:
1) Should I normalize the entire predictor variables, that is training AND Test data?
2) Should normalize my predicted variables, y?