Skip to content

Commit

Permalink
Update 02-Tools-for-TDA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydeePeruyero authored May 27, 2024
1 parent 813a29d commit 80f1cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/02-Tools-for-TDA.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ By examining the persistence barcode plot, one can observe the distribution and

This visualization allows for the identification of significant topological features and their persistence across different scales. It provides insights into the robustness and stability of these features in the dataset, helping to reveal important structural patterns and understand the underlying topology of the data.

> ## Exercise 1: Creating a Manually Filtered Simplicial Complex.
> ## Exercise 1(Intermediate): Creating a Manually Filtered Simplicial Complex.
> In the following graph, we have $K$ a simplicial complex filtered representation of simplicial complexes.
> <a href="../fig/tda_09_filtracion_ex.png">
<img src="../fig/tda_09_filtracion_ex.png" alt="Exercise 1 Filtration" width="100%" height="auto"/>
Expand Down Expand Up @@ -456,7 +456,7 @@ gd.plot_persistence_barcode(diag,legend=True)
~~~
{: .language-python}

> ## Exercise 2: Torus.
> ## Exercise 2(Intermediate): Torus.
> To build a torus using the `tadasets.torus(n=num_points)` function and apply persistent homology.
> <a href="../fig/tda_09_torus.png">
<img src="../fig/tda_09_torus.png" alt="Exercise 2 Torus" width="50%" height="auto"/>
Expand Down

0 comments on commit 80f1cdb

Please sign in to comment.