dwd31415 / tensorflow-diff-eq

Simulate differential equations using TensorFlow

Home Page:https://dwd31415.github.io/tensorflow-diff-eq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differential Equations for TensorFlow

A python package for simulating differential equations using TensorFlow. Lorenz Attractor

Installation

This package is still in an early stage of development, therefore it is not yet available from PyPI. To install it, just clone this repository and run:

python3 setup.py install

Examples

Two simple examples, the classic harmonic oscillator and the Lorenz Attractor are available in the examples folder.

Documentation

The documentation for this package is hosted here. If you want to learn more about differential equations themself, I would recommend this MIT OCW Course.

TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc.

About

Simulate differential equations using TensorFlow

https://dwd31415.github.io/tensorflow-diff-eq/

License:Apache License 2.0


Languages

Language:HTML 99.8%Language:Python 0.2%