Math, asked by kuldeep14bb, 3 months ago

2. Which method we use
for Data handling?​

Answers

Answered by Anonymous
3

Answer:

You can use any method to represent your collected data according to your required results.

Answered by Itznunurbusiness
0

Group method of data handling (GMDH) is a family of inductive algorithms for computer-based mathematical modeling of multi-parametric datasets that features fully automatic structural and parametric optimization of models.

GMDH is used in such fields as data mining, knowledge discovery, prediction, complex systems modeling, optimization and pattern recognition.[1] GMDH algorithms are characterized by inductive procedure that performs sorting-out of gradually complicated polynomial models and selecting the best solution by means of the external criterion.

A GMDH model with multiple inputs and one output is a subset of components of the base function (1):

{\displaystyle Y(x_{1},\dots ,x_{n})=a_{0}+\sum \limits _{i=1}^{m}a_{i}f_{i}}Y(x_{1},\dots ,x_{n})=a_{0}+\sum \limits _{{i=1}}^{m}a_{i}f_{i}

where f are elementary functions dependent on different sets of inputs, a are coefficients and m is the number of the base function components.

In order to find the best solution GMDH algorithms consider various component subsets of the base function (1) called partial models. Coefficients of these models are estimated by the least squares method. GMDH algorithms gradually increase the number of partial model components and find a model structure with optimal complexity indicated by the minimum value of an external criterion. This process is called self-organization of models.

As the first base function used in GMDH, was the gradually complicated Kolmogorov–Gabor polynomial (2):

{\displaystyle Y(x_{1},\dots ,x_{n})=a_{0}+\sum \limits _{i=1}^{n}{a_{i}}x_{i}+\sum \limits _{i=1}^{n}{\sum \limits _{j=i}^{n}{a_{ij}}}x_{i}x_{j}+\sum \limits _{i=1}^{n}{\sum \limits _{j=i}^{n}{\sum \limits _{k=j}^{n}{a_{ijk}}}}x_{i}x_{j}x_{k}+\cdots }Y(x_{1},\dots ,x_{n})=a_{0}+\sum \limits _{{i=1}}^{n}{a_{i}}x_{i}+\sum \limits _{{i=1}}^{n}{\sum \limits _{{j=i}}^{n}{a_{{ij}}}}x_{i}x_{j}+\sum \limits _{{i=1}}^{n}{\sum \limits _{{j=i}}^{n}{\sum \limits _{{k=j}}^{n}{a_{{ijk}}}}}x_{i}x_{j}x_{k}+\cdots

Usually more simple partial models with up to second degree functions are used.[1]

The inductive algorithms are also known as polynomial neural networks. Jürgen Schmidhuber cites GMDH as one of the first deep learning methods, remarking that it was used to train eight-layer neural nets as early as 1971.[2][3]

Similar questions