I just want to verify that my network is working correctly and that I'm interpreting the graphs correctly on my own data. I was tinkering around with the code before launching it, so not sure if I accidentally messed up somewhere. Several questions:
For loss, I got values over 1 for validation. How bad is that? Is a loss over 1 big or is it reasonable?
Is the error y-axis unit in percent? So here, for the error, would it range from 0% to 0.16% or is it 0% to 16%?
When I trained on the dbpedia_csv data, the loss and error graphs looked about the same shape. In general, should the loss and error graphs always have the same shape?
I just want to verify that my network is working correctly and that I'm interpreting the graphs correctly on my own data. I was tinkering around with the code before launching it, so not sure if I accidentally messed up somewhere. Several questions:
Apologies again, Zhang, for all the questions.