What are model weights?

Any advice on how to interpret them would be great too. Thanks!

The parameters of your model that neurons use to determine whether or not to fire. The optimal values are learned via back propagation during training and can then be serialized and deployed for inference.

1 Like