MAS-II · Statistical Learning · Free Lesson

Interpret neural network results.

Free CAS MAS-II (Modern Actuarial Statistics II) lesson in Statistical Learning. 15 min read, ~2,252 words.

A pricing actuary trains a feedforward network on policy-level pure premium and gets a validation RMSE of 412 against a GLM benchmark of 438. Before recommending the network, you have to explain what it learned, why it generalizes, and which inputs drove the lift. That is interpretation, not training.

Architecture in one sentence. Input is multiplied by weight matrix , shifted by bias , passed through activation , and the result becomes the input to the next layer. The output layer's activation has to match the response.

KEY: If the output activation is sigmoid and the network reports , that is the predicted probability the observation belongs to class 1, not a regression score. Round only when a class label is needed.

You read two curves: training loss vs. epoch and validation loss vs. epoch. Three patterns:

Read the full lesson, free →
Worked examples and practice. Free with a free account, no card.

Common mistakes

Bottom line

Exam shortcut

If the question asks "predicted probability" and the output activation is sigmoid, compute directly; ignore everything in the hidden layers. If the question asks for variable importance and gives a table of permuted-vs-baseline losses, rank by the difference, not the ratio; the largest gap is the most important variable.

The full lesson (about 2,252 words, 15 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.

Learning objectives

Browse all free MAS-II lessons or jump into free MAS-II practice questions.