keymodels
Menu
OperationsFramework / modelModelAccessible

Neural network analysis

How can neural network analysis support strategic choice or positioning?

AccessibleStrategicTeam2 min read
Contents

In order to understand what neural network analysis is we need first to know what a neural network is.

An artificial neural network is a parameterised mathematical model composed of connected processing units. It is loosely inspired by biological neurons but does not reproduce the human brain or understand data as a person does. Neural-network analysis covers the design, training, validation, interpretation and monitoring of these models.

When to use it

Neural networks can model complex nonlinear relationships in forecasting, classification, language, vision, manufacturing and risk. They are most useful when there is enough representative data, the problem justifies their complexity and performance can be evaluated against a simpler baseline.

They can help ask:

  • Which products might a customer buy?
  • How might portfolio demand and cross-effects evolve?
  • Which observed variables predict a buying decision?
  • How should advertising allocation be tested?
  • Where might manufacturing bottlenecks occur?

Do not use a neural network simply because data are large or the method is fashionable.

Origins

Modern artificial-neural-network research grew from Warren McCulloch and Walter Pitts’s mathematical neuron, Donald Hebb’s learning ideas, Frank Rosenblatt’s perceptron and later work on multilayer training. The field has experienced repeated cycles of optimism and limitation. Contemporary models rely on statistics, optimisation, computing and data at a scale far removed from the original biological analogy.

What it is

Training adjusts model parameters to reduce an objective on examples. Validation helps choose architecture and settings; a separate test set estimates performance on unseen data. After deployment, monitoring checks drift, calibration, failure modes and real-world effects.

A network may detect patterns that are difficult to encode manually, but it can also learn leakage, historical bias, shortcuts and spurious correlations. Higher apparent accuracy does not establish causality or safety.

How to use it

Define the decision, target, users, harms and baseline. Verify that the target is observable and appropriate. Build representative training, validation and test data with provenance, lawful use, security and controls against leakage.

Compare a neural network with simpler models. Select metrics that reflect the cost of false positives, false negatives and unequal performance, not accuracy alone. Tune only on training and validation data; keep the test set isolated until final evaluation.

Use explainability and error analysis to understand reliance on sensitive or implausible signals. Test robustness across time, locations and subgroups. For consequential decisions, provide human review, appeal, documentation and clear accountability.

Deployment is a new experiment. Monitor drift, calibration and incidents; version data and models; define rollback and retirement criteria. Medical, financial, employment and safety uses require domain experts and applicable regulatory validation.

Practical example

A historical science-fair project by teenager Brittany Wenger applied a neural network to breast-cancer biopsy data and reported 99 per cent performance on its chosen task. The project was innovative, but a competition result is not clinical diagnostic validation and should not be described as changing diagnosis forever. Performance must be reproduced on representative external data, compared with clinicians and alternatives, and reviewed for patient safety and regulation before clinical use.1

Top practical tip

Start with a simple baseline and a failure-cost matrix. Use the neural network only if it adds robust, decision-relevant value on unseen data and can be governed after deployment.

Top pitfall

A model can be highly accurate on its test set and unsafe in practice because of leakage, distribution shift, biased labels or unreviewed automation. Validation is contextual and continuous.

Further reading

Further introductions and historical resources:

  • http://mitpress.mit.edu/books/mathematical-methods-neural-networkanalysis-and-design
  • http://www.wisegeek.com/what-is-neural-network-analysis.htm
  • http://metalab.uniten.edu.my/~chensd/courses/Neural%20Network%20 in%20MATLAB.pdf
  • http://www.statsoft.com/Textbook/Neural-Networks
  • http://www.ijcsit.com/docs/Volume%205/vol5issue01/ijcsit20140501140.pdf 1BBC Two Horizon, “Monitor Me” narrated by Dr Kevin Fong (2013)