Neural Networks and Nonlinear Predictions

ECONORIA Evidence Lab 14

EVIDENCE LAB · 14

Neural Networks
& Nonlinear Prediction.

Neural networks construct flexible nonlinear functions from interconnected layers. Learn how architecture creates capacity—and why generalisation, transparency and economic judgement remain essential.

14 Laboratory85 Minutesσ(Wx+b) Activation
NNNETWORK

WEIGHTACTIVATELEARN

01 · FORWARD PROPAGATION

Layer by layer,
features become predictions.

h⁽ˡ⁾ = g(W⁽ˡ⁾h⁽ˡ⁻¹⁾ + b⁽ˡ⁾)
X

Input layer

Receives standardised economic features available at prediction time.

W,b

Parameters

Weights and biases determine how signals combine across connections.

g(·)

Activation

Nonlinear transformations such as ReLU allow flexible functional forms.

Ŷ

Output layer

Produces the continuous forecast, probability or classification score.

02 · LEARNING FROM ERROR

Optimise the loss.
Protect generalisation.

Loss function

L(θ)=mean(Y−Ŷ)²

Quantifies prediction error for the task being learned.

Gradient descent

θₜ₊₁=θₜ−η∇L(θₜ)

Updates parameters in the direction that reduces training loss.

Regularisation

L*=L+λΩ(θ)

Constrains capacity through penalties, dropout or early stopping.

NEURAL NETWORK ARCHITECTURE STUDIO

Shape the network.
Watch capacity respond.

Change depth, width, activation, learning rate, noise and regularisation. ECONORIA redraws the architecture and estimates training versus validation behaviour.

LIVE ARCHITECTURE4 → 6 → 6 → 1
PARAMETERS79
TRAIN LOSS
VALIDATION LOSS
GENERALISATION GAP

ARCHITECTURE VERDICT

03 · ECONOMIC DISCIPLINE

Flexible prediction does not replace
economic understanding.

Use temporal splits

Future observations must never leak into preprocessing or training.

Benchmark simply

A neural network must outperform transparent linear and tree models.

Interpret cautiously

Attribution methods approximate model behaviour, not causal mechanisms.

Monitor stability

Nonlinear models can fail abruptly when economic regimes change.

Complete Laboratory 14 →

EECONORIAEconomic knowledge for a changing world.

Capacity requires discipline.

© 2026 ECONORIA