Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 564 Bytes

PKRL

PKM RE-PKM
PKM RE-PKM

This is the Code for the Master's Thesis "Residual Enhanced Probabilistic Koopman-based Representation Learning" by Tobias Pielok.

Requirements

  • tensorflow 2.1
  • tensorflow_probability
  • sklearn
  • matplotlib
  • scipy

Easy install via Conda

  1. Create a suitable conda envorinment and activate it
  2. Pull the repository
  3. Run conda develop . in the main folder which contains setup.py