nn_option_pricing.model#

PyTorch model definitions for option pricing.

Functions

make_activation(name)

Create an activation layer from a stable configuration name.

Classes

PricingMLP([input_dim, hidden_layers, ...])

Feed-forward neural network for scalar option price regression.