I am having a problem with this NN regression model in keras. I am working on a cars dataset to predict the price based on 13 dimensions. In short, I have read it as pandas data
Accuracy is a classification metric, it makes no sense to use it for regression. There is no actual problem.