Function Approximation Algorithm: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "]]. * <B>Counter-Example" to "]]. ** ... * <B>Counter-Example") |
m (Text replacement - "** ..." to "** …") |
||
Line 2: | Line 2: | ||
* <B>Context:</B> | * <B>Context:</B> | ||
** It can range from being a [[Linear Function Approximation Algorithm]] to being a [[Non-Linear Function Approximation Algorithm]]. | ** It can range from being a [[Linear Function Approximation Algorithm]] to being a [[Non-Linear Function Approximation Algorithm]]. | ||
** | ** … | ||
* <B>Example(s):</B> | * <B>Example(s):</B> | ||
** [[Linear Regression Algorithm]]. | ** [[Linear Regression Algorithm]]. | ||
** [[Logistic Regression Algorithm]]. | ** [[Logistic Regression Algorithm]]. | ||
** | ** … | ||
* <B>Counter-Example(s):</B> | * <B>Counter-Example(s):</B> | ||
** … | ** … |
Latest revision as of 22:10, 1 March 2021
A Function Approximation Algorithm is an approximation algorithm that can be implemented by a function approximation system (to solve a function approximation task).
- Context:
- It can range from being a Linear Function Approximation Algorithm to being a Non-Linear Function Approximation Algorithm.
- …
- Example(s):
- Counter-Example(s):
- …
- See: Parametric Regression Algorithm, Learning Algorithm.