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 5a86147 commit 2f5843a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ The code is loosely inspired on the code from Chapter 18 of Machine Learning: An

The only kernel available at the moment is a _squared exponential_ kernel, more kernels and custom kernel composition will be added in the future

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

Some basic parameter optimization is provided by `scipy.optimize`.
Parameter optimization is provided by `scipy.optimize`.

## Dependencies
GPnet demos require `networkx`, `pandas` , `numpy`, `matplotlib`, `scipy.optimize`, and `random` to work: nothing too exotic.
Expand Down

0 comments on commit 2f5843a

Please sign in to comment.