Snopoff / teaspoon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

The emerging field of topological signal processing brings methods from Topological Data Analysis (TDA) to create new tools for signal processing by incorporating aspects of shape. This python package, teaspoon for tsp or topological signal processing, brings together available software for computing persistent homology, the main workhorse of TDA, with modules that expand the functionality of teaspoon as a state-of-the-art topological signal processing tool. These modules include methods for incorporating tools from machine learning, complex networks, information, and parameter selection along with a dynamical systems library to streamline the creation and benchmarking of new methods. All code is open source with up to date documentation, making the code easy to use, in particular for signal processing experts with limited experience in topological methods.

Full documentation of this package is available here. The full documentation includes information about installation, module documentation with examples, contributing, the license, and citing teaspoon.

The code is a compilation of work done by Elizabeth Munch and Firas Khasawneh along with their students and collaborators. People who have contributed to teaspoon include:

We gratefully acknowledge the support of the National Science Foundation, which has helped make this work possible.

Installation

The teaspoon package is available through pip install with version details found here. The package can be installed using the following pip installation::

``pip install teaspoon``

To install the most up-to-date version of the code, you can clone the repo and then run::

pip install .

from the main directory.

The current draft of the code may still have dependency issues which will be fixed by version 1.0.0. Please reference the requirements page in the documentation for more details on other required installations.

Contacts

About

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 66.9%Language:Python 32.5%Language:TeX 0.4%Language:Makefile 0.1%Language:Batchfile 0.1%Language:HTML 0.0%