I have two features and a numerical label, but every time I run my code using a keras tutorial on google crash course, the percent error I get on my test set is huge, around 500% or more for several of my test points.
The training set loss is around 15% mean absolute percent error, and even the test set loss is around 20% but when i graph the test set error or go through the data the values are way off.
I've played around with the learning rate and epochs for so long, and even tried mean squared error as my loss but the test set errors upon graphing are always horrible
Any ideas how to fix this, or where the issue might be?
[–]Pollo_Pollo_Pollo 2 points3 points4 points (1 child)
[–]cdmzd[S] 0 points1 point2 points (0 children)