You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README
The priorities seemed a bit out of date and, given that we don't really have a super-coherant list of priorities for this package at the minute, I figured it best to remove them for now.
In their place I propose a related work section.
* Tweak
* Update README.md
Co-authored-by: st-- <st--@users.noreply.github.com>
* Update README.md
Co-authored-by: st-- <st--@users.noreply.github.com>
* Update README.md
Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
Co-authored-by: st-- <st--@users.noreply.github.com>
Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,11 @@
12
12
13
13
## Kernel functions for machine learning
14
14
15
-
KernelFunctions.jl provide a flexible and complete framework for kernel functions, pretransforming the input data.
15
+
KernelFunctions.jl provides a flexible framework for defining kernel functions, and an extensive collection of implementations.
16
16
17
-
The aim is to make the API as model-agnostic as possible while still being user-friendly.
17
+
The aim is to make the API as model-agnostic as possible while still being user-friendly, and to interoperate well with generic packages for handling parameters like [ParameterHandling.jl](https://github.com/invenia/ParameterHandling.jl/) and FluxML's [Functors.jl](https://github.com/FluxML/Functors.jl/).
- Ensure AD Compatibility (already the case for Zygote, ForwardDiff)
51
-
- Toeplitz Matrices compatibility
51
+
## Related Work
52
52
53
53
Directly inspired by the [MLKernels](https://github.com/trthatcher/MLKernels.jl) package.
54
54
55
+
See the JuliaGaussianProcesses [Github organisation](https://github.com/JuliaGaussianProcesses) and [website](https://juliagaussianprocesses.github.io/) for more related packages.
56
+
55
57
## Issues/Contributing
56
58
57
59
If you notice a problem or would like to contribute by adding more kernel functions or features please [submit an issue](https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/issues), or open a PR (please see the [ColPrac](https://github.com/SciML/ColPrac) contribution guidelines).
0 commit comments