Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 485 Bytes

Option-prices-deep-learning

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.