Topological Data Analysis w/ Gudhi

Please go through the introductory article in the series…
And the article below which describes the Theory of Topological Data Analysis and shows examples from another Python Tool for TDA called scikit-tda
In this article we are going to continue where we left off… and we will see topological data analysis with a python tool called Gudhi. Which is very mature and well tested.

Gudhi is NOT that well known amongst Data Scientists
The Gudhi library is an open source library for Computational Topology and Topological Data Analysis (TDA). It offers state-of-the-art algorithms to construct various types of simplicial complexes, data structures to represent them, and algorithms to compute geometric approximations of shapes and persistent homology.
The GUDHI library offers the following interoperable modules:

First, Lets Install Gudhi
conda install -c conda-forge gudhi
conda install jupyter notebook numpy pandaspip install scipy matplotlib

Lets see how to create persistence diagrams and simplicial complexes…
Tuto-GUDHI-persistence-diagrams.ipynb
Tuto-GUDHI-simplicial-complexes-from-data-points.ipynb
Source Code [Jupyter Notebooks + Data Sets] & Github Repo
https://github.com/GUDHI/TDA-tutorial
About us
This is our website http://automatski.com

