About 5,630 results
Open links in new tab
  1. RBF — scikit-learn 1.8.0 documentation

    It is also known as the “squared exponential” kernel. It is parameterized by a length scale parameter l> 0, which can either be a scalar (isotropic variant of the kernel) or a vector with the same number of …

  2. Kernels for Gaussian Processes - anders e

    Apr 16, 2023 · The Radial Basis Function (RBF) kernel is also known as the Squared Exponential kernel or the Gaussian kernel. It is a popular choice in Gaussian processes because of its simplicity and …

  3. Gaussian Process Kernels - Towards Data Science

    Apr 30, 2022 · Although the radial basis function kernel is very widely used and should work well in most situations, we showed that using a carefully crafted kernel will allow us to effectively make …

  4. Radial Basis Function Kernel - Machine Learning - GeeksforGeeks

    Jul 12, 2025 · The Radial Basis Function (RBF) kernel, also known as the Gaussian kernel, is one of the most widely used kernel functions. It operates by measuring the similarity between data points based …

  5. Radial basis function kernel - Wikipedia

    In machine learning, the radial basis function kernel, or RBF kernel, is a popular kernel function used in various kernelized learning algorithms. In particular, it is commonly used in support vector machine …

  6. deriving the conditional distribution using standard facts about the conditional Gaussian, we arrive at the key predictive equations for Gaussian process regression:

  7. Scikit-Learn Gaussian Process with "RBF" Kernel | SKLearner

    The RBF (Radial Basis Function) kernel, also known as the Gaussian kernel, is a covariance function used in GP that measures the similarity between input points based on their distance.

  8. RBFRBF 2025.7.4+1.g14ea528 documentation - Read the Docs

    Python package containing tools for radial basis function (RBF) applications. Applications include interpolating scattered data and solving partial differential equations (PDEs) over irregular domains.

  9. The Radial basis function kernel, also called the RBF kernel, or Gaussian kernel, is a kernel that is in the form of a radial basis function (more specifically, a Gaussian function).

  10. Understanding Kernels in Gaussian Processes Regression

    Jun 26, 2020 · The most commonly used kernel in machine learning is the Gaussian-form radial basis function (RBF) kernel. It is also commonly referred to as the exponentiated quadratic or squared …