Content deleted Content added
m Task 18 (cosmetic): eval 14 templates: del empty params (5×); hyphenate params (2×); |
Citation bot (talk | contribs) Add: hdl, s2cid, author pars. 1-1. Removed parameters. Some additions/deletions were actually parameter name changes. | You can use this bot yourself. Report bugs here. | Suggested by Abductive | Category:Artificial neural networks | via #UCB_Category 20/168 |
||
Line 1:
A '''radial basis function''' ('''RBF''') is a [[real-valued function]] <math display="inline">\varphi</math> whose value depends only on the distance between the input and some fixed point, either the [[Origin (mathematics)|origin]], so that <math display="inline">\varphi(\mathbf{x}) = \varphi(\left\|\mathbf{x}\right\|)</math>, or some other fixed point <math display="inline">\mathbf{c}</math>, called a ''center'', so that <math display="inline">\varphi(\mathbf{x}) = \varphi(\left\|\mathbf{x}-\mathbf{c}\right\|)</math>. Any function <math display="inline">\varphi</math> that satisfies the property <math display="inline">\varphi(\mathbf{x}) = \varphi(\left\|\mathbf{x}\right\|)</math> is a [[radial function]]. The distance is usually [[Euclidean distance]], although other [[distance function|metric]]s are sometimes used. They are often used as a collection <math>\{ \varphi_k \}_k</math>which forms a [[Basis (linear algebra)|basis]] for some [[function space]] of interest, hence the name.
Sums of radial basis functions are typically used to [[function approximation|approximate given functions]]. This approximation process can also be interpreted as a simple kind of [[artificial neural network|neural network]]; this was the context in which they were originally applied to machine learning, in work by [[David Broomhead]] and David Lowe in 1988,<ref>[http://www.anc.ed.ac.uk/rbf/intro/node8.html Radial Basis Function networks] {{webarchive|url=https://web.archive.org/web/20140423232029/http://www.anc.ed.ac.uk/rbf/intro/node8.html |date=2014-04-23 }}</ref><ref>{{cite journal |
RBFs are also used as a [[Radial basis function kernel|kernel]] in [[support vector machine|support vector classification]].<ref>{{cite web |url=https://beta.oreilly.com/learning/intro-to-svm |title=Introduction to Support Vector Machines |last=VanderPlas |first=Jake |publisher=[O'Reilly] |date=6 May 2015 |access-date=14 May 2015}}</ref> The technique has proven effective and flexible enough that radial basis functions are now applied in a variety of engineering applications.<ref>{{Cite book|title=Radial basis functions : theory and implementations|first=Martin Dietrich|last=Buhmann|date=2003|publisher=Cambridge University Press|isbn=978-0511040207|oclc=56352083}}</ref><ref>{{Cite book|title=Fast radial basis functions for engineering applications|last=Biancolini|first=Marco Evangelos|date=2018|isbn=9783319750118|publisher=Springer International Publishing|oclc=1030746230}}</ref>
|