A python package for simulating differential equations using TensorFlow.
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
Two simple examples, the classic harmonic oscillator and the Lorenz Attractor are available in the examples folder.
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.