- 1.5K (All time)
- 5 (Last 30 days)
- 4.7 / 5
- Community
-
11 Apr 2023
Volterrafaces Face Recognition System
Discriminant Analysis Using Volterra Kernels
was published in the following paper, please cite it if you find this code useful:Ritwik Kumar, Arunava Banerjee and Baba C. Vemuri, Volterrafaces: Discriminant Analysis using Volterra Kernels”, IEEE
- 2.6K (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
26 Jun 2010
Fast algorithm for computing the response of a discrete Volterra model given a input sequence.
output of the % p-th homogeneous nonlinear system,% i.e., the multidimensional convolution% of the input with the kernel kp.% To get the overall output of the % Volterra filter, useyP = sum(y,1);Note: The
- 1.8K (All time)
- 2 (Last 30 days)
- 4.0 / 5
- Community
-
12 Oct 2011
Numerical Techniques for Volterra Equations
Numerical Volterra Equation Solver
To solve the Volterra Integral Equation with DIFFERENCE KERNEL numerically using Trapezoidal Rule of Integration. You can also compare the numerical and exact solutions. Exact solution is obtained
- 691 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
5 Mar 2015
Decompose an arbitrary N dimensional filtering kernel into 1D kernels, for faster filtering
This function SEPARATEKERNEL will separate ( do decomposition of ) any 2D, 3D or nD kernel into 1D kernels. Of course only a sub-set of Kernels are separable such as a Gaussian Kernel, but it
- 1.3K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
27 Jul 2010
Violin Plot based on kernel density estimation, using default ksdensity
This function creates simple violin plots by estimating the kernel density, using matlabs default ksdensity(). Given a matrix or table with m columns, you will get violins for each of the columns
- 25.3K (All time)
- 116 (Last 30 days)
- 4.9 / 5
- Community
-
3 Nov 2015
This function does the decomposition of a separable nD kernel into its 1D components.
This function does the decomposition of a separable nD kernel intoits 1D components, such that a convolution with each of thesecomponents yields the same result as a convolution with the full
- 1.1K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
20 Jul 2010
Lotka-Volterra Predator Prey Model
Plots a phase portrait and time series of the Lotka-Volterra model
Matlab program to plot a phase portrait of the Lotka-Volterra Predator Prey model. In addition, the user is given the option of plotting a time series graph for x or y. Equations are solved using a
- 4.6K (All time)
- 7 (Last 30 days)
- 4.9 / 5
- Community
-
3 Apr 2014
fast and accurate state-of-the-art bivariate kernel density estimator
fast and accurate state-of-the-art bivariate kernel density estimator with diagonal bandwidth matrix. The kernel is assumed to be Gaussian. The two bandwidth parameters are chosen optimally without
- 24.9K (All time)
- 12 (Last 30 days)
- 4.4 / 5
- Community
-
30 Dec 2015
Reliable and extremely fast kernel density estimator for one-dimensional data
Reliable and extremely fast kernel density estimator for one-dimensional data; Gaussian kernel is assumed and the bandwidth is chosen automatically; Unlike many other implementations
- 30.1K (All time)
- 6 (Last 30 days)
- 4.7 / 5
- Community
-
30 Dec 2015
A non-parametrical regression (smoothing) tool using Gaussian kernel.
expectation of a random variable:E(Y|X) = f(X)where f is a non-parametric function.Based on the kernel density estimation technique, this code implements the so called Nadaraya-Watson kernel regression
- 19K (All time)
- 3 (Last 30 days)
- 4.5 / 5
- Community
-
24 Dec 2008
Non-linear dimension reduction using kernel PCA.
This technique takes advantage of the kernel trick that can be used in PCA. This is a tutorial only and is slow for large data sets.In line 30 the kernel can be changed. Any Kernel should do it.Ref :
- 13.3K (All time)
- 3 (Last 30 days)
- 4.5 / 5
- Community
-
20 Apr 2010
Second Order Volterra-LMS Filter
Nonlinear System Identification using Second-Order Adaptive Volterra Filters: A #Generic Code
In this code, we will identify a nonlinear system using the traditional second-order adaptive Volterra filter. These type of filters are also known as linear-in-the-parameters nonlinear adaptive
- 738 (All time)
- 4 (Last 30 days)
- 4.0 / 5
- Community
-
30 Nov 2018
Bivariate kernel density and regression
Bivariate kernel density, kernel regression, and kernel quantile regression
Returns, for two data series:Marginal kernel densitiesBivariate kernel densityConditional kernel densityNadaraya-Watson kernel regressionkernel quantile regressionMethod: Gaussian kernel, Silverman
- 377 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
13 Sep 2013
Volterra-Wiener Characterization
Volterra-Wiener characterization of non-linear dynamic systems
function:function y=Volterra_Wiener_Forecast(x,h0,h1,h2)Inputx: input signal of size (N*1)h0: zero order kernelh1: first oder kernel of size(MaxLag1+1,1)h2: second order kernel of size(MaxLag2+1,MaxLag2+1)outputy
- 229 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
14 Sep 2024
MP3 a medical imaging toolbox (MRI, CT, PET...)
Medical software for Processing multi-Parametric images Pipelines
- 1.3K (All time)
- 17 (Last 30 days)
- 5.0 / 5
- Community
-
18 Aug 2023
kernel kmeans algorithm
This function performs kernel kmeans algorithm. When the linear kernel (i.e., inner product) is used, the algorithm is equivalent to standard kmeans algorithm. Several nonlinear kernel functions are
- 6.9K (All time)
- 1 (Last 30 days)
- 3.9 / 5
- Community
-
11 Mar 2017
Kernel Density Estimator for High Dimensions
fast multivariate kernel density estimation for high dimensions
Fast adaptive kernel density estimation in high dimensions in one m-file. Provides optimal accuracy/speed trade-off, controlled via a parameter "gam"; To increase speed for "big data" applications
- 1.9K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
21 Jul 2016
Kernel PCA and Pre-Image Reconstruction
standard PCA, Gaussian kernel PCA, polynomial kernel PCA, pre-image reconstruction
Kernel PCA and Pre-Image Reconstruction OverviewIn this package, we implement standard PCA, kernel PCA, and pre-image reconstruction of Gaussian kernel PCA.We also provide three demos:Two concentric
- 18K (All time)
- 4 (Last 30 days)
- 4.7 / 5
- Community
-
15 Jun 2023
Kernel PCA analysis with Kernel ridge regression & SVM regression
Refer to 6.2.1 KPCA, Kernel Methods for Pattern Analysis, John Shawe-Taylor University of Southampton, Nello Cristianini University of California at Davis Refer to 6.2.2 Kernel Ridge Regression, An
- 1K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
26 May 2017
- 11.3K (All time)
- 80 (Last 30 days)
- 4.9 / 5
- Community
-
1 Aug 2024
Kernel Ridge Regression using various Kernels
Refer to 6.2.2 Kernel Ridge Regression, An Introduction to Support Vector Machines and Other Kernel-based Learning Methods, Nello Cristianini and John Shawe-Taylor Refer to 7.3.2 Kernel Methods for
- 1.1K (All time)
- 1 (Last 30 days)
- 4.2 / 5
- Community
-
25 May 2017
Volterra Integral Equations Solver
Analytical Solutions of Volterra Integral Equations.
Solve Volterra Integral Equations with Difference Kernel (Convolution) using Laplace Transform.
- 1K (All time)
- 1 (Last 30 days)
- 4.0 / 5
- Community
-
19 Feb 2015
Kernel Adaptive Filtering Toolbox
A Matlab benchmarking toolbox for kernel adaptive filtering
Kernel adaptive filters are online machine learning algorithms based on kernel methods. Typical applications include time-series prediction, nonlinear adaptive filtering, tracking and online learning
- 2.7K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
5 May 2023
Kernel Wiener Filter (Kernel Dependency Estimation)
The kernel Wiener Filter (kernel Dependency Estimation) algorithm in MATLAB.
The kernel Wiener Filter (kernel Dependency Estimation) in MATLAB.Note: The algorithm dependes on the eigenvalue decomposition, thus only a few thousand of data samples for training dataset is
- 3.4K (All time)
- 1 (Last 30 days)
- 4.5 / 5
- Community
-
18 Feb 2008
The MATLAB package Chebpack solves specific problems for differential or integral equations.
- 1.9K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
3 Jul 2014
Machine Learning with kernels
This package provides functions that manipulate data in kernel space, such as centerization in kernel space, computing distance from kernel, etc. Many kernel algorithms for machine learning are
- 1.2K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
8 Mar 2016
Lotka Volterra & Oregonator Using GUI
Use GUI to present the solution of nonlinear dynamic problems
Solves the Lotka Volterra and Oregonator problems using GUI to present the results. The results show a limit cycle typical of nonlinear dynamic problems. This work was performed as a small three
- 3.4K (All time)
- 1 (Last 30 days)
- 4.3 / 5
- Community
-
9 Dec 2005
Local Linear Kernel Regression
A function to provide local linear estimator of Gaussian kernel regression
This is the local linear version of the kernel smoothing regression function: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=19195&objectType=FILEThe local linear
- 8.6K (All time)
- 1 (Last 30 days)
- 4.5 / 5
- Community
-
14 Apr 2008
MATLAB Kernel PCA: PCA with training data , projection of new data
KernelPca.m is a MATLAB class file that enables you to do the following three things with a very short code. 1.fitting a kernel pca model with training-data with the three kernel functions (gaussian
- 1.3K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
30 Nov 2021
This is ridge regression implemented using the Gaussian Kernel.
The Gaussian Kernel can be changed to any desired kernel. However such a change will not dramatically improve results. This is a variant of ridge regression using the kernel trick (Mercers Theorem).
- 2.4K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
14 Apr 2010
- 6.4K (All time)
- 3 (Last 30 days)
- 4.3 / 5
- Community
-
7 Mar 2003
Weisfeiler-Lehman Optimal Assignment Kernel
Suit of algorithms implementing the Weisfeiler-Lehman Optimal Assignment kernel on graphs
Ensemble of algorithms implementing the Weisfeiler-Lehman Optimal Assignment kernel for graph classification tasks. The algorithms are based on the publication, N. Kriege, P.-L. Giscard, R. C. Wilson
- 103 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
12 Oct 2017
- 3.9K (All time)
- 23 (Last 30 days)
- 5.0 / 5
- Community
-
15 Jul 2024
Kernel density estimation for circular functions
Performs kernel density estimates over arbitrary periodic domains.
See also http://dylan-muir.com/articles/circular_kernel_estimation/circ_ksdensity - Compute a kernel density estimate over a periodic domainUsage: [vfEstimate] = circ_ksdensity(vfObservations
- 718 (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
16 Aug 2017
adaptive kernel density estimation in one-dimension
fast and reliable adaptive kernel density estimator
Fast adaptive kernel density estimation in one-dimension in one m-file; Provides optimal accuracy/speed trade-off. To increase speed when dealing with "big data", simply reduce the "gam" parameter
- 816 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
21 Jul 2016
Rotating Kernel Transformation (Lee & Rhodes)
Filter emphasising the shape of the kernel (eg straight line) within an image
The Rotating Kernel Transformation convolves an image with several orientations of a kernel.For a line-kernel, straight lines are emphasized. For larger kernels, it becomes computationally
- 2K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
18 May 2007
Kernel Principal Component Analysis (KPCA)
MATLAB code for dimensionality reduction, fault detection, and fault diagnosis using KPCA.
Kernel Principal Component Analysis (KPCA)MATLAB code for dimensionality reduction, fault detection, and fault diagnosis using KPCAVersion 2.2, 14-MAY-2021Email: iqiukp@outlook.comMain
- 3.5K (All time)
- 8 (Last 30 days)
- 5.0 / 5
- Community
-
21 Feb 2022
Efficient Kernel Smoothing Regression using KD-Tree
Efficiency improved multivariant kernel regression using kd-tree
Kernel regression is a power full tool for smoothing, image and signal processing, etc. However, it is computationally expensive when it is extented for multivariant cases. The efficiency can be
- 4.5K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
25 Mar 2008
The “magic kernel” is a method of resampling images that gives clear results free of artifacts.
The “magic kernel” is a method of resampling images that gives amazingly clear results (free of “aliasing” artifacts, free of “ringing”, and free of “width beat” for thin features) yet is lightning
- 901 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
7 Mar 2018
- 821 (All time)
- 9 (Last 30 days)
- 5.0 / 5
- Community
-
17 Sep 2021
The kernel-based grey system model
The kernel-based grey system model published in "Applied Mathematical Modelling"
The full publication information is:Xin Ma, Zhi-bin Liu, The kernel-based nonlinear multivariate grey model, Applied Mathematical Modelling, 2018, 56, 217-238. The publication is available at the
- 490 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
15 Jun 2018
Matrix-Regularized Multiple Kernel Learning via (r,p) Norms.
This code implements a matrix-regularized multiple kernel learning (MKL) technique based on a notion of (r, p) norms.
This code implements a matrix-regularized multiple kernel learning (MKL) technique based on a notion of (r, p) norms. This extends vector ℓ p-norm regularization and helps explore the dependences
- 234 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
22 Dec 2018
Relevance Vector Machine (RVM)
MATLAB code for Relevance Vector Machine using SB2_Release_200.
(RVR)Multiple kinds of kernel functions (linear, gaussian, polynomial, sigmoid, laplacian)Hybrid kernel functions (K =w1×K1+w2×K2+...+wn×Kn)Parameter Optimization using Bayesian optimization, Genetic Algorithm
- 1.5K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
21 Feb 2022
- 23.5K (All time)
- 30 (Last 30 days)
- 4.8 / 5
- Community
-
3 May 2020
ISO 226:2003 Normal equal-loudness-level contours
Return sound pressure levels of pure tone frequencies at specified loudness level(s).
- 1.2K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
11 Aug 2016
Impulse response acoustic information calculator
Calculate RT, DRR, Cte, and EDT for impulse response file
- 4.3K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
11 Aug 2016
Apply a near-ideal low- or band-pass filter.
, with 1.0 corresponding to half the sample rate.The filtering is performed by FFT-based convolution of x with the sinc kernel.y = sinc_filter(x,Wn,N) allows the filter length to be specified. The default
- 3K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
11 Aug 2016
- 3.4K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
11 Aug 2016
- 806 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
11 Aug 2016
- 387 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
5 Jul 2019
- 10.9K (All time)
- 8 (Last 30 days)
- 4.7 / 5
- Community
-
29 Apr 2014
Conditional Nonparametric Kernel Density
Condtional Kernel Density Estimate with normal kernel and LSCV bandwidth selection
- 1.2K (All time)
- 1 (Last 30 days)
- 4.5 / 5
- Community
-
2 Apr 2009
Anisotropic Diffusion with Memory based on Speckle Statistics for Ultrasound Images
Anisotropic Diffusion with Memory based on Speckle Statistics for Ultrasound Images
regions but it is activated in detailed structures areas, and this distinction is performed in a Bayesian probabilistic way. As a result, the diffusion fluxes, which now follow a temporal Volterra equation
- 1.3K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
13 Sep 2015
- 4.8K (All time)
- 8 (Last 30 days)
- 4.3 / 5
- Community
-
14 Aug 2023
Regular Control Point Interpolation Matrix with Boundary Conditions
Creates Toeplitz-like matrices representing interpolation operations with edge conditions.
interpolation kernel, the number of control points, the spacing between the control points, and certain boundary conditions governing the behavior at the first and last control point. The tool has obvious
- 2.6K (All time)
- 7 (Last 30 days)
- 5.0 / 5
- Community
-
28 Apr 2016
An Adaptive Optimal-Kernel Time-Frequency Representation
A time-frequency representation which uses a signal-dependent, radially Gaussian kernel that adapts over time. The code provides an excellent ambiguity domain filter for time-frequency analysis.Just
- 2.9K (All time)
- 4 (Last 30 days)
- 4.3 / 5
- Community
-
31 Mar 2016
Volterra series for the Burgers equation
Evaluation of an analytical Volterra series solution to the Burgers equation
Comparison of a Volterra series solution to the Burgers equation to a fractional steps method.
- 52 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
8 May 2020
- 10.9K (All time)
- 8 (Last 30 days)
- 4.7 / 5
- Community
-
28 Jun 2017