Skip to content

plojyon/diffprog-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiffProg homework

1.1. Numerical differentiation (numDiff)

1.2. Forward mode automatic differentiation (forwardAutoDiff)

2.1. ODE solver (ode)

Usage

# 1.1.
cargo run -q --bin numDiff
# 1.2.
cargo run -q --bin forwardAutoDiff
# 2.1.
python ode/main.py

About

Homework assignments for Differentiable programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published