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
Copy file name to clipboardExpand all lines: dev/create_kernel/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,4 +23,4 @@
23
23
return MyKernel(x.n, xs.a)
24
24
end
25
25
return (a = x.a,), reconstruct_mykernel
26
-
end</code></pre></article><navclass="docs-footer"><aclass="docs-footer-prevpage" href="../theory/">« Theory</a><aclass="docs-footer-nextpage" href="../api/">API »</a><divclass="flexbox-break"></div><pclass="footer-message">Powered by <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <ahref="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><divclass="modal" id="documenter-settings"><divclass="modal-background"></div><divclass="modal-card"><headerclass="modal-card-head"><pclass="modal-card-title">Settings</p><buttonclass="delete"></button></header><sectionclass="modal-card-body"><p><labelclass="label">Theme</label><divclass="select"><selectid="documenter-themepicker"><optionvalue="documenter-light">documenter-light</option><optionvalue="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <spanclass="colophon-date" title="Monday 30 November 2020 12:36">Monday 30 November 2020</span>. Using Julia version 1.5.3.</p></section><footerclass="modal-card-foot"></footer></div></div></div></body></html>
26
+
end</code></pre></article><navclass="docs-footer"><aclass="docs-footer-prevpage" href="../theory/">« Theory</a><aclass="docs-footer-nextpage" href="../api/">API »</a><divclass="flexbox-break"></div><pclass="footer-message">Powered by <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <ahref="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><divclass="modal" id="documenter-settings"><divclass="modal-background"></div><divclass="modal-card"><headerclass="modal-card-head"><pclass="modal-card-title">Settings</p><buttonclass="delete"></button></header><sectionclass="modal-card-body"><p><labelclass="label">Theme</label><divclass="select"><selectid="documenter-themepicker"><optionvalue="documenter-light">documenter-light</option><optionvalue="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <spanclass="colophon-date" title="Thursday 3 December 2020 10:44">Thursday 3 December 2020</span>. Using Julia version 1.5.3.</p></section><footerclass="modal-card-foot"></footer></div></div></div></body></html>
<htmllang="en"><head><metacharset="UTF-8"/><metaname="viewport" content="width=device-width, initial-scale=1.0"/><title>Examples · KernelFunctions</title><linkhref="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/solid.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/brands.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="../assets/documenter.js"></script><scriptsrc="../siteinfo.js"></script><scriptsrc="../../versions.js"></script><linkclass="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-dark.css" data-theme-name="documenter-dark"/><linkclass="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><scriptsrc="../assets/themeswap.js"></script></head><body><divid="documenter"><navclass="docs-sidebar"><divclass="docs-package-name"><spanclass="docs-autofit">KernelFunctions</span></div><formclass="docs-search" action="../search/"><inputclass="docs-search-query" id="documenter-search-query" name="q" type="text" placeholder="Search docs"/></form><ulclass="docs-menu"><li><aclass="tocitem" href="../">Home</a></li><li><aclass="tocitem" href="../userguide/">User Guide</a></li><liclass="is-active"><aclass="tocitem" href>Examples</a><ulclass="internal"><li><aclass="tocitem" href="#Kernel-Ridge-Regression"><span>Kernel Ridge Regression</span></a></li><li><aclass="tocitem" href="#Gaussian-Process-Regression"><span>Gaussian Process Regression</span></a></li><li><aclass="tocitem" href="#Deep-Kernel-Learning"><span>Deep Kernel Learning</span></a></li><li><aclass="tocitem" href="#Kernel-Selection"><span>Kernel Selection</span></a></li></ul></li><li><aclass="tocitem" href="../kernels/">Kernel Functions</a></li><li><aclass="tocitem" href="../transform/">Transform</a></li><li><aclass="tocitem" href="../metrics/">Metrics</a></li><li><aclass="tocitem" href="../theory/">Theory</a></li><li><aclass="tocitem" href="../create_kernel/">Custom Kernels</a></li><li><aclass="tocitem" href="../api/">API</a></li></ul><divclass="docs-version-selector field has-addons"><divclass="control"><spanclass="docs-label button is-static is-size-7">Version</span></div><divclass="docs-selector control is-expanded"><divclass="select is-fullwidth is-size-7"><selectid="documenter-version-selector"></select></div></div></div></nav><divclass="docs-main"><headerclass="docs-navbar"><navclass="breadcrumb"><ulclass="is-hidden-mobile"><liclass="is-active"><ahref>Examples</a></li></ul><ulclass="is-hidden-tablet"><liclass="is-active"><ahref>Examples</a></li></ul></nav><divclass="docs-right"><aclass="docs-edit-link" href="https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/blob/master/docs/src/example.md" title="Edit on GitHub"><spanclass="docs-icon fab"></span><spanclass="docs-label is-hidden-touch">Edit on GitHub</span></a><aclass="docs-settings-button fas fa-cog" id="documenter-settings-button" href="#" title="Settings"></a><aclass="docs-sidebar-button fa fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a></div></header><articleclass="content" id="documenter-page"><h1id="Examples-(WIP)"><aclass="docs-heading-anchor" href="#Examples-(WIP)">Examples (WIP)</a><aid="Examples-(WIP)-1"></a><aclass="docs-heading-anchor-permalink" href="#Examples-(WIP)" title="Permalink"></a></h1><p>Here are a few examples of known complex kernels and how to do them. Or how to use kernels in a certain context</p><h2id="Kernel-Ridge-Regression"><aclass="docs-heading-anchor" href="#Kernel-Ridge-Regression">Kernel Ridge Regression</a><aid="Kernel-Ridge-Regression-1"></a><aclass="docs-heading-anchor-permalink" href="#Kernel-Ridge-Regression" title="Permalink"></a></h2><p>Make a simple example of kernel ridge regression</p><h2id="Gaussian-Process-Regression"><aclass="docs-heading-anchor" href="#Gaussian-Process-Regression">Gaussian Process Regression</a><aid="Gaussian-Process-Regression-1"></a><aclass="docs-heading-anchor-permalink" href="#Gaussian-Process-Regression" title="Permalink"></a></h2><p>Make a simple example of gaussian process regression</p><h2id="Deep-Kernel-Learning"><aclass="docs-heading-anchor" href="#Deep-Kernel-Learning">Deep Kernel Learning</a><aid="Deep-Kernel-Learning-1"></a><aclass="docs-heading-anchor-permalink" href="#Deep-Kernel-Learning" title="Permalink"></a></h2><p>Put a Flux neural net in front of the kernel cf. Wilson paper</p><h2id="Kernel-Selection"><aclass="docs-heading-anchor" href="#Kernel-Selection">Kernel Selection</a><aid="Kernel-Selection-1"></a><aclass="docs-heading-anchor-permalink" href="#Kernel-Selection" title="Permalink"></a></h2><p>Create a large collection of kernels and optimize the weights cf AISTATS 2018 paper</p></article><navclass="docs-footer"><aclass="docs-footer-prevpage" href="../userguide/">« User Guide</a><aclass="docs-footer-nextpage" href="../kernels/">Kernel Functions »</a><divclass="flexbox-break"></div><pclass="footer-message">Powered by <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <ahref="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><divclass="modal" id="documenter-settings"><divclass="modal-background"></div><divclass="modal-card"><headerclass="modal-card-head"><pclass="modal-card-title">Settings</p><buttonclass="delete"></button></header><sectionclass="modal-card-body"><p><labelclass="label">Theme</label><divclass="select"><selectid="documenter-themepicker"><optionvalue="documenter-light">documenter-light</option><optionvalue="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <spanclass="colophon-date" title="Monday 30 November 2020 12:36">Monday 30 November 2020</span>. Using Julia version 1.5.3.</p></section><footerclass="modal-card-foot"></footer></div></div></div></body></html>
2
+
<htmllang="en"><head><metacharset="UTF-8"/><metaname="viewport" content="width=device-width, initial-scale=1.0"/><title>Examples · KernelFunctions</title><linkhref="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/fontawesome.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/solid.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/brands.min.css" rel="stylesheet" type="text/css"/><linkhref="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.11.1/katex.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL=".."</script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" data-main="../assets/documenter.js"></script><scriptsrc="../siteinfo.js"></script><scriptsrc="../../versions.js"></script><linkclass="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-dark.css" data-theme-name="documenter-dark"/><linkclass="docs-theme-link" rel="stylesheet" type="text/css" href="../assets/themes/documenter-light.css" data-theme-name="documenter-light" data-theme-primary/><scriptsrc="../assets/themeswap.js"></script></head><body><divid="documenter"><navclass="docs-sidebar"><divclass="docs-package-name"><spanclass="docs-autofit">KernelFunctions</span></div><formclass="docs-search" action="../search/"><inputclass="docs-search-query" id="documenter-search-query" name="q" type="text" placeholder="Search docs"/></form><ulclass="docs-menu"><li><aclass="tocitem" href="../">Home</a></li><li><aclass="tocitem" href="../userguide/">User Guide</a></li><liclass="is-active"><aclass="tocitem" href>Examples</a><ulclass="internal"><li><aclass="tocitem" href="#Kernel-Ridge-Regression"><span>Kernel Ridge Regression</span></a></li><li><aclass="tocitem" href="#Gaussian-Process-Regression"><span>Gaussian Process Regression</span></a></li><li><aclass="tocitem" href="#Deep-Kernel-Learning"><span>Deep Kernel Learning</span></a></li><li><aclass="tocitem" href="#Kernel-Selection"><span>Kernel Selection</span></a></li></ul></li><li><aclass="tocitem" href="../kernels/">Kernel Functions</a></li><li><aclass="tocitem" href="../transform/">Transform</a></li><li><aclass="tocitem" href="../metrics/">Metrics</a></li><li><aclass="tocitem" href="../theory/">Theory</a></li><li><aclass="tocitem" href="../create_kernel/">Custom Kernels</a></li><li><aclass="tocitem" href="../api/">API</a></li></ul><divclass="docs-version-selector field has-addons"><divclass="control"><spanclass="docs-label button is-static is-size-7">Version</span></div><divclass="docs-selector control is-expanded"><divclass="select is-fullwidth is-size-7"><selectid="documenter-version-selector"></select></div></div></div></nav><divclass="docs-main"><headerclass="docs-navbar"><navclass="breadcrumb"><ulclass="is-hidden-mobile"><liclass="is-active"><ahref>Examples</a></li></ul><ulclass="is-hidden-tablet"><liclass="is-active"><ahref>Examples</a></li></ul></nav><divclass="docs-right"><aclass="docs-edit-link" href="https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/blob/master/docs/src/example.md" title="Edit on GitHub"><spanclass="docs-icon fab"></span><spanclass="docs-label is-hidden-touch">Edit on GitHub</span></a><aclass="docs-settings-button fas fa-cog" id="documenter-settings-button" href="#" title="Settings"></a><aclass="docs-sidebar-button fa fa-bars is-hidden-desktop" id="documenter-sidebar-button" href="#"></a></div></header><articleclass="content" id="documenter-page"><h1id="Examples-(WIP)"><aclass="docs-heading-anchor" href="#Examples-(WIP)">Examples (WIP)</a><aid="Examples-(WIP)-1"></a><aclass="docs-heading-anchor-permalink" href="#Examples-(WIP)" title="Permalink"></a></h1><p>Here are a few examples of known complex kernels and how to do them. Or how to use kernels in a certain context</p><h2id="Kernel-Ridge-Regression"><aclass="docs-heading-anchor" href="#Kernel-Ridge-Regression">Kernel Ridge Regression</a><aid="Kernel-Ridge-Regression-1"></a><aclass="docs-heading-anchor-permalink" href="#Kernel-Ridge-Regression" title="Permalink"></a></h2><p>Make a simple example of kernel ridge regression</p><h2id="Gaussian-Process-Regression"><aclass="docs-heading-anchor" href="#Gaussian-Process-Regression">Gaussian Process Regression</a><aid="Gaussian-Process-Regression-1"></a><aclass="docs-heading-anchor-permalink" href="#Gaussian-Process-Regression" title="Permalink"></a></h2><p>Make a simple example of gaussian process regression</p><h2id="Deep-Kernel-Learning"><aclass="docs-heading-anchor" href="#Deep-Kernel-Learning">Deep Kernel Learning</a><aid="Deep-Kernel-Learning-1"></a><aclass="docs-heading-anchor-permalink" href="#Deep-Kernel-Learning" title="Permalink"></a></h2><p>Put a Flux neural net in front of the kernel cf. Wilson paper</p><h2id="Kernel-Selection"><aclass="docs-heading-anchor" href="#Kernel-Selection">Kernel Selection</a><aid="Kernel-Selection-1"></a><aclass="docs-heading-anchor-permalink" href="#Kernel-Selection" title="Permalink"></a></h2><p>Create a large collection of kernels and optimize the weights cf AISTATS 2018 paper</p></article><navclass="docs-footer"><aclass="docs-footer-prevpage" href="../userguide/">« User Guide</a><aclass="docs-footer-nextpage" href="../kernels/">Kernel Functions »</a><divclass="flexbox-break"></div><pclass="footer-message">Powered by <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <ahref="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><divclass="modal" id="documenter-settings"><divclass="modal-background"></div><divclass="modal-card"><headerclass="modal-card-head"><pclass="modal-card-title">Settings</p><buttonclass="delete"></button></header><sectionclass="modal-card-body"><p><labelclass="label">Theme</label><divclass="select"><selectid="documenter-themepicker"><optionvalue="documenter-light">documenter-light</option><optionvalue="documenter-dark">documenter-dark</option></select></div></p><hr/><p>This document was generated with <ahref="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> on <spanclass="colophon-date" title="Thursday 3 December 2020 10:44">Thursday 3 December 2020</span>. Using Julia version 1.5.3.</p></section><footerclass="modal-card-foot"></footer></div></div></div></body></html>
0 commit comments