Skip to content

nomoriel/phase2vec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phase2vec

Embeddings for dynamical systems.

Install

Create a new conda virtual environment:

conda create -n phase2vec python=3.8

Activate the newly created environment:

conda activate phase2vec

Install this repo

For production usage:

pip install git+https://github.com/nitzanlab/phase2vec.git  

OR for development usage:

git clone https://github.com/nitzanlab/phase2vec.git     # if you like to use git over https

pip install -e phase2vec

About

Embeddings for dynamical systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 70.5%
  • Python 29.5%