All Projects → yhilpisch → Dawp

yhilpisch / Dawp

Licence: other
Jupyter Notebooks and code for Derivatives Analytics with Python (Wiley Finance) by Yves Hilpisch.

Projects that are alternatives of or similar to Dawp

Java Guide
A guide of modern Java (Java 17)
Stars: ✭ 378 (-1.31%)
Mutual labels:  jupyter-notebook
Deep Learning From Scratch
深度学习入门-基于Python的理论与实现》,包含源代码和高清PDF(带书签);慕课网imooc《深度学习之神经网络(CNN-RNN-GAN)算法原理-实战》
Stars: ✭ 381 (-0.52%)
Mutual labels:  jupyter-notebook
Vpgnet
VPGNet: Vanishing Point Guided Network for Lane and Road Marking Detection and Recognition (ICCV 2017)
Stars: ✭ 382 (-0.26%)
Mutual labels:  jupyter-notebook
Bap
Bayesian Analysis with Python (Second Edition)
Stars: ✭ 379 (-1.04%)
Mutual labels:  jupyter-notebook
Bert Multitask Learning
BERT for Multitask Learning
Stars: ✭ 380 (-0.78%)
Mutual labels:  jupyter-notebook
Python4datascience.ch
从0开始接触Python处理数据科学问题。包含Python0基础入门、科学计算工具入门、数学与计算机基础入门、统计学习入门。
Stars: ✭ 381 (-0.52%)
Mutual labels:  jupyter-notebook
Pg Is All You Need
Policy Gradient is all you need! A step-by-step tutorial for well-known PG methods.
Stars: ✭ 372 (-2.87%)
Mutual labels:  jupyter-notebook
2020 benfords
Stars: ✭ 384 (+0.26%)
Mutual labels:  jupyter-notebook
Deep Learning In Python
Hands-on, practical knowledge of how to use neural networks and deep learning with Keras 2.0
Stars: ✭ 379 (-1.04%)
Mutual labels:  jupyter-notebook
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (-0.52%)
Mutual labels:  jupyter-notebook
Caiman
Computational toolbox for large scale Calcium Imaging Analysis, including movie handling, motion correction, source extraction, spike deconvolution and result visualization.
Stars: ✭ 378 (-1.31%)
Mutual labels:  jupyter-notebook
Augmented Neural Odes
Pytorch implementation of Augmented Neural ODEs 🌻
Stars: ✭ 381 (-0.52%)
Mutual labels:  jupyter-notebook
Powerlaw
Stars: ✭ 379 (-1.04%)
Mutual labels:  jupyter-notebook
Financeops
Research in investment finance with Python Notebooks
Stars: ✭ 378 (-1.31%)
Mutual labels:  jupyter-notebook
Bayesian Neural Network Blogpost
Building a Bayesian deep learning classifier
Stars: ✭ 382 (-0.26%)
Mutual labels:  jupyter-notebook
Causalml
The open source repository for the Causal Modeling in Machine Learning Workshop at Altdeep.ai @ www.altdeep.ai/courses/causalML
Stars: ✭ 376 (-1.83%)
Mutual labels:  jupyter-notebook
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (-0.52%)
Mutual labels:  jupyter-notebook
2019 Cs109a
https://harvard-iacs.github.io/2019-CS109A/
Stars: ✭ 384 (+0.26%)
Mutual labels:  jupyter-notebook
Human Activity Recognition Using Cnn
Convolutional Neural Network for Human Activity Recognition in Tensorflow
Stars: ✭ 382 (-0.26%)
Mutual labels:  jupyter-notebook
Yolo V5
🎨 Pytorch YOLO v5 训练自己的数据集超详细教程!!! 🎨 (提供PDF训练教程下载)
Stars: ✭ 379 (-1.04%)
Mutual labels:  jupyter-notebook

Derivatives Analytics with Python (Wiley Finance)

This repository provides all Python codes and Jupyter Notebooks of the book Derivatives Analytics with Python by Yves Hilpisch.

Oder the book here http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1119037999.html or here www.amazon.com/Derivatives-Analytics-Python-Simulation-Calibration/dp/1119037999/.

There are two code versions available: for Python 3.6 and Python 2.7 (not maintained anymore).

Python Packages

There is now a yaml file for the installation of required Python packages in the repository. This is to be used with the conda package manager (see https://conda.io/docs/user-guide/tasks/manage-environments.html). If you do not have Miniconda or Anaconda installed, we recommend to install Miniconda 3.6 first (see https://conda.io/miniconda.html).

After you have cloned the repository, do on the Linux/Mac shell:

cd dawp
conda env create -f dawp_conda.yml
source activate dawp
cd python36
jupyter notebook

On Windows, do:

cd dawp
conda env create -f dawp_conda.yml
activate dawp
cd python36
jupyter notebook

Then you can navigate to the Jupyter Notebook files and get started.

Python Quant Platform

You can immediately use all codes and Jupyter Notebooks by registering on the Quant Platform under http://wiley.quant-platform.com.

Python for Algorithmic Trading Course & Certificate

Check out our Python for Algorithmic Trading Course under http://pyalgo.tpq.io.

Check out also our Python for Algorithmic Trading Certificate Program under http://certificate.tpq.io.

Company Information

© Dr. Yves J. Hilpisch | The Python Quants GmbH

The Quant Platform (http://pqp.io) and all codes/Jupyter notebooks come with no representations or warranties, to the extent permitted by applicable law.

http://tpq.io | [email protected] | http://twitter.com/dyjh

Quant Platform | http://wiley.quant-platform.com

Derivatives Analytics with Python (Wiley Finance) | http://derivatives-analytics-with-python.com

Python for Finance (O'Reilly) | http://python-for-finance.com

Python for Algorithmic Trading Course | http://pyalgo.tpq.io

Python for Finance Online Training | http://training.tpq.io

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].