ArticleslgStudy

computer science

Group method of data handling

Group method of data handling is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Group method of data handling rather than just read about it. In short: Group method of data handling (GMDH) is a family of inductive, self-organizing algorithms for mathematical modelling that automatically determines the structure and parameters of models based on empirical data. GMDH iteratively generates and evaluates candidate models, often using polynomial functions, and selects the best-performing ones based on an external criterion.

Group method of data handling — main illustration
Group method of data handling — illustration

Key takeaways

  • Group method of data handling belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Group method of data handling to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Group method of data handling from memory before moving on to harder problems.

Reference excerpt

Group method of data handling (GMDH) is a family of inductive, self-organizing algorithms for mathematical modelling that automatically determines the structure and parameters of models based on empirical data. GMDH iteratively generates and evaluates candidate models, often using polynomial functions, and selects the best-performing ones based on an external criterion. This process builds feedforward networks of optimal complexity, adapting to the noise level in the data and minimising overfitting, ensuring that the resulting model is accurate and generalizable. GMDH is used in such fields as machine learning, forecasting, optimization and pattern recognition, due to its ability to handle complex, nonlinear relationships in data. Its inductive nature allows it to discover patterns and interdependencies without requiring strong a priori assumptions, making it particularly effective for highly complex systems. By balancing model complexity and accuracy through self-organization, GMDH ensures that the model reflects the underlying relationships in data. This approach has influenced modern machine learning techniques and is recognised as one of the earliest approaches to automated machine learning and deep learning. A GMDH model with multiple inputs and one output is a subset of components of the base function (1):

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

where fi are elementary functions dependent on different sets of inputs, ai 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):

Y ( x 1 , … , x n ) = a 0 + ∑ i = 1 n a i x i + ∑ i = 1 n ∑ j = i n a i j x i x j + ∑ i = 1 n ∑ j = i n ∑ k = j n a i j k x i x j x k + ⋯ {\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 }

Usually, more simple partial models with up to second degree functions are used. Other names include "heuristic self-organization of models" or "polynomial feedforward neural network". 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.

History

… excerpt ends here. Continue reading the full article.

Illustrations

Group method of data handling: Fig.1. A typical distribution of minimal values of criterion of regularity for Combinatorial GMDH models with different complexity.
Fig.1. A typical distribution of minimal values of criterion of regularity for Combinatorial GMDH models with different complexity.

Worked examples

Example 1 — a first encounter with Group method of data handling

Start with the simplest possible case. Write down what Group method of data handling claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Group method of data handling before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Group method of data handling ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Group method of data handling

In research
Group method of data handling appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Group method of data handling in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Group method of data handling is common in secondary-school and first-year university syllabi. It links to neighbouring topics Artificial neural networks, Classification algorithms, Computational statistics, so understanding it makes those chapters shorter.
In everyday life
Look for Group method of data handling outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Group method of data handling in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Group method of data handling means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Group method of data handling out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Group method of data handling in simple terms?

Group method of data handling (GMDH) is a family of inductive, self-organizing algorithms for mathematical modelling that automatically determines the structure and parameters of models based on empirical data. GMDH iteratively generates and evaluates candidate models, often using polynomial functi…

Why does Group method of data handling matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Group method of data handling?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Group method of data handling.

Tags

  • Artificial neural networks
  • Classification algorithms
  • Computational statistics
  • Regression variable selection
  • Soviet inventions
  • Ukrainian inventions

Keep exploring