Comparison of generalised additive models and neural networks in applications: A systematic review
This systematic review of 143 studies comparing Generalised Additive Models (GAMs) and neural networks on tabular data finds no consistent superiority for either approach, suggesting they are complementary tools where GAMs offer a competitive performance advantage in smaller datasets while preserving interpretability.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to predict the future based on a list of facts (like weather data, house prices, or medical records). You have two main tools in your toolbox to do this:
- The "Generalised Additive Model" (GAM): Think of this as a careful, transparent architect. It builds a prediction by looking at each piece of information one by one and drawing a smooth, understandable curve for how that specific piece affects the result. It's like saying, "If the temperature goes up, the ice cream sales go up like this." You can see exactly how it works.
- The "Neural Network" (NN): Think of this as a super-fast, super-complex black box. It's a digital brain that connects all the dots at once, finding hidden patterns and wild relationships that a human might miss. It's incredibly powerful, but if you ask it why it made a prediction, it often can't explain itself clearly. It just gives you the answer.
For years, people have argued: "Which one is better?" This paper is a massive systematic review (a giant study of other studies) that looked at 143 different research papers involving 430 real-world datasets to settle the score.
Here is what they found, broken down simply:
1. The "Who Wins?" Question
The researchers didn't just ask the authors of those papers who they thought won; they took the actual numbers (the scores) and crunched them together.
- The Result: There is no consistent winner.
- The Analogy: It's like a boxing match where sometimes the careful architect wins, sometimes the black box wins, and often they end in a tie. Neither tool is universally superior. If you look at the most common ways to measure success (how close the prediction is to reality), they are generally on the same level.
2. When Does the "Black Box" Shine?
The study found that the Neural Network (the black box) tends to have a slight edge in two specific situations:
- When the data is huge: If you have a massive dataset (like millions of rows), the black box can sometimes find patterns the careful architect misses.
- When there are many variables: If you are juggling hundreds of different factors, the black box handles the complexity well.
However, the paper notes that this advantage is shrinking. As time goes on, the careful architect (GAM) is catching up, and the gap is getting smaller.
3. When Does the "Architect" Shine?
The GAM (the transparent model) remains a very strong competitor, especially in smaller datasets.
- The Big Plus: The main reason to choose the GAM isn't just about being slightly more accurate; it's about interpretability. Because it's built like a clear blueprint, you can understand why it made a decision. In fields like science or medicine, knowing why is often just as important as being right.
4. The "Missing Manual" Problem
One of the most interesting findings wasn't about the models, but about how the studies were written. The researchers found that many papers were missing crucial details.
- The Analogy: Imagine reading a recipe for a cake, but the author forgot to list the amount of sugar or the oven temperature. You can't really tell if the cake turned out good because of the recipe or just luck.
- The Reality: In many of the 143 papers reviewed, the authors didn't report how big their dataset was, how many variables they used, or how complex their neural network was. This makes it hard to trust the results or repeat the experiments. The paper calls for scientists to start writing down these details more clearly.
The Final Verdict
The authors conclude that these two tools shouldn't be seen as enemies fighting for the top spot. Instead, they are complementary tools.
- If you need to squeeze out every tiny bit of extra accuracy from a massive, complex dataset, the Neural Network might be your go-to.
- If you need a model that is accurate and explainable (so you can tell a doctor, a judge, or a scientist exactly how it works), the GAM is often the better choice.
The paper suggests that for most everyday "tabular" data (rows and columns of numbers), the performance difference is so small that you should choose the model based on whether you care more about raw power or clear understanding.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.