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.