yu4u/age-gender-estimation

why dot ages arange(0, 101) rather than max in predict

qiujunhan opened this issue · 1 comments

ages = np.arange(0, 101).reshape(101, 1)
predicted_ages = results[1].dot(ages).flatten()

why 100 age have more big weights to calculate,hope to get answers,think you.

yu4u commented

By definition of expected value