Skip to content

Instantly share code, notes, and snippets.

@rpasta42
Created November 8, 2017 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpasta42/ae4ca896fd4e75e49653a5425364961c to your computer and use it in GitHub Desktop.
Save rpasta42/ae4ca896fd4e75e49653a5425364961c to your computer and use it in GitHub Desktop.
//pseudo-code
M = matrix(initialize matrix to 0, 62, 62)
for i in 1:62 {
for j in 1:62 {
M[i][j] = rbf_kernel(X[i,], X[j,], 3)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment