phinate / differentiable-analysis-examples

A set of differentiable analysis examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

examples

A set of differentiable analysis examples.

Binder DOI

setup

Clone this repo, then in your virtual environment (Python 3.7+):

python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install -r requirements.txt

From here, I can already link this environment to Jupyter via VSCode automatically, but failing that, you'll also want to install jupyter:

python3 -m pip install jupyter
python3 -m jupyter notebook  # run!

tutorial

Click here to watch my tutorial for this repo on YouTube!

About

A set of differentiable analysis examples.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%