Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filippocastelli authored Feb 1, 2019
1 parent 2f5843a commit a0a8a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The code is loosely inspired on the code from Chapter 18 of Machine Learning: An
* **GPnetRegressor** provides basic regression functionality for functions defined on graph nodes
* **GPnetClassfier** provides classification of test nodes, given a set of -1/+1 labels for the training nodes

The only kernel available at the moment is a _squared exponential_ kernel, more kernels and custom kernel composition will be added in the future
Available kernels are based on graph node kernels by Kondor et al.

**update**: kernel composition is already possible via custom function definitions: "soft" kernel composition is yet to be implemented.

Expand Down

0 comments on commit a0a8a71

Please sign in to comment.