We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe28d32 commit 16aba4bCopy full SHA for 16aba4b
Project.toml
@@ -1,3 +1,7 @@
1
+name = "KernelFunctions"
2
+uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
3
+version = "0.1.0"
4
+
5
[deps]
6
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
README.md
@@ -1,12 +1,12 @@
# KernelFunctions.jl (WIP)
Julia Package for kernel functions for machine learning
-## Objectives
+## Objectives (by priority)
- ARD Kernels
- AD Compatible (Zygote, ForwardDiff, ReverseDiff)
+- Kernel sum and product
8
- Toeplitz Matrices
9
- BLAS backend
10
11
-
12
Directly inspired by the [MLKernels](https://github.com/trthatcher/MLKernels.jl)
0 commit comments