Keras NN regression model gives low loss, and 0 acuracy

前端 未结 2 1998
慢半拍i
慢半拍i 2021-01-29 05:58

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

2条回答
  •  情话喂你
    2021-01-29 06:31

    Accuracy is a classification metric, it makes no sense to use it for regression. There is no actual problem.

提交回复
热议问题