deep-hedging icon indicating copy to clipboard operation
deep-hedging copied to clipboard

Deep Hedging Demo - An Example of Using Machine Learning for Derivative Pricing.

Results 3 deep-hedging issues
Sort by recently updated
recently updated
newest added

What is the input "w" in the CVaR loss function. ```python def CVaR(wealth = None, w = None, loss_param = None): alpha = loss_param # Expected shortfall risk measure return...

Hello I am encountering the following error when attempting to run the notebook in Google Colab ``` #@title **Run the Deep Hedging Algorithm (Simple Network)!** %autoreload 2 optimizer = Adam(learning_rate=lr)...

I needed to make a few tweaks to get the Qt app running. Opening this PR to track them in case it's useful