Skip to content

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

@zyqdragon

Description

@zyqdragon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions