Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the Gausian kernel weighting function in "tikhonov_regularization.ipynb" wrong? #1

Open
zyqdragon opened this issue Mar 25, 2021 · 0 comments

Comments

@zyqdragon
Copy link

zyqdragon commented Mar 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant