Predicting option prices using Black-Scholes model and deep learning networks
options notebook: Contains the code for simulating the data set. Simulate Stock prices using geomtric brownian motion. Take various combinations of volatility, risk-free rate, time to maturity and Strike prices. Predit call option price using Black-Scholes Model.
ML_options notebook: Training, validation and testing of Deep Learning networks to predict call option prices.