Neural Network Option Pricing#
This site documents a Machine Learning for Finance project on neural network surrogates for European option pricing under Black-Scholes dynamics.
The project investigates the following question:
Can a feed-forward neural network accurately approximate the Black-Scholes pricing function for European call options?
The documentation is organized into two complementary parts:
narrative documentation, which explains the mathematical and experimental choices;
API documentation, which is generated from the Python docstrings.
Project Documentation
- Project Overview
- Methodology
- Experiment Pipeline
- Experiments
- Reproducibility
- Command Reference
- Testing and Validation
- API Reference
- nn_option_pricing.black_scholes
- nn_option_pricing.config
- nn_option_pricing.dataset
- nn_option_pricing.evaluation
- nn_option_pricing.model
- nn_option_pricing.monte_carlo
- nn_option_pricing.noise
- nn_option_pricing.noisy_experiment
- nn_option_pricing.noisy_svr_experiment
- nn_option_pricing.pipeline
- nn_option_pricing.plots
- nn_option_pricing.svr
- nn_option_pricing.training