notes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 606fd21c46bf6ffdcd1bb508ed9206ce5ac897b8
parent 0567b0893f86d12df1d1cac09b216f0ca18b8eba
Author: Andrew <andrewlaack1@gmail.com>
Date:   Mon, 27 May 2024 22:33:41 -0500

Added notes on rbf

Diffstat:
MMachineLearning.md | 1+
ARadialBasisFunction.md | 10++++++++++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/MachineLearning.md b/MachineLearning.md @@ -79,6 +79,7 @@ Concepts: [[Standardization.md]] [[MinMaxScaling.md]] [[OrdinaryLeastSquares.md]] +[[RadialBasisFunction.md]] To do: diff --git a/RadialBasisFunction.md b/RadialBasisFunction.md @@ -0,0 +1,10 @@ +:ml: +# Radial Basis Function (RBF) + +ML CH2 + +## Notes + +**Definition:** A radial basis function is a function whose values depend only on the distance between the input and some fixed point. + +You can think of this as any graph that is symmetric over the y-axis such as x^2.