bootcamp_machine-learning
bootcamp_machine-learning copied to clipboard
missing a parameter in the thetas
- Day: 02/07
- Exercise: 02(closed)/03(normal)

thetas are incorrect
They should be
theta1 = np.array([0.0,3,0.5,-6]).reshape((-1, 1))
and
theta2 = np.array([0.0,0,0,0]).reshape((-1, 1))
Fixed on:
- [ ] Github
- [ ] Gitlab