I am using a dataset that has 2 features of start time and end time and a label which is activity code(from 1 to 35), a paper exists that uses this dataset in which it converts that to time series, normalize that and then apply neural network. after that it calculates percentage error as 100*|y-x|/|y| . i want to know that what are y and x? i know that they are output and target, but i want to know that are their values the same as first dataset labels that ranges from 1 to 35 or they are between 0 and 1?

Similar questions and discussions