abjer / isds2020

Introduction to Social Data Science 2020 - a summer school course abjer.github.io/isds2020
58 stars 92 forks source link

11.1.5-11.1.7 #36

Open Emilkj opened 3 years ago

Emilkj commented 3 years ago

Is it right, when i update parameters like this? weigth[1:] += - delta_w weigth[0] += eta*bias

The problem is, that i get an error which accelerates towards infinity in 11.1.7.

jsr-p commented 3 years ago

@Emilkj , it is hard to tell when you do not send all your code :D How is delta_w defined? How about bias? Send the code :)