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.
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.