I have a problem that is related to the prediction of two outputs when setting the vector of predictors. Suppose the predictor vector looks like x1, y1, att1, att2, ..., attn , where x1, y1 are the coordinates, and att's are other attributes associated with the appearance of the coordinates x1, y1 . Based on this set of predictors, I want to predict x2, y2 . This is a time series problem that I am trying to solve using multiple regression. My question is how to configure keras, which can give me 2 outputs in the last layer. I solved the problem of simple regression in keras, and the code is available on my github .
python deep-learning regression neural-network keras
Neelabh pant
source share