You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gausian kernel weighting function in "tikhonov_regularization.ipynb" should be "W=np.exp(-((dist_ij)2)/(2(theta2)))". However it is "W=np.exp(-((dist_ij)2/2(theta2)))". The "(theta**2)" is multiplied by "(dist_ij)**2" now.
The text was updated successfully, but these errors were encountered:
The Gausian kernel weighting function in "tikhonov_regularization.ipynb" should be "W=np.exp(-((dist_ij)2)/(2(theta2)))". However it is "W=np.exp(-((dist_ij)2/2(theta2)))". The "(theta**2)" is multiplied by "(dist_ij)**2" now.
The text was updated successfully, but these errors were encountered: