bias and variance of trained neural network

Illustration
Mohamad - 2021-06-30T11:30:25+00:00
Question: bias and variance of trained neural network

How can we save the bias and variance of a trained network? thank you in advance  

Expert Answer

Profile picture of John Michell John Michell answered . 2025-11-20

 [x,t] = simplefit_dataset;
 net = fitnet(4);
 rng(0)
 [ net tr y e ] = train(net,x,t);
 biaserr = mean(e(:))
 varerr  = var(e(:))


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!