Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perslay cleanup #64

Merged
merged 4 commits into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .binder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ pot
networkx
gudhi
torch
tqdm
eagerpy
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ C. Oballe and V. Maroulas provide a [tutorial](https://github.com/coballejr/misc
Two libraries related to Gudhi:

- [ATOL](https://github.com/martinroyer/atol): Automatic Topologically-Oriented Learning. See [this tutorial](https://github.com/martinroyer/atol/blob/master/demo/atol-demo.ipynb).
- [Perslay](https://github.com/MathieuCarriere/perslay): A Simple and Versatile Neural Network Layer for Persistence Diagrams. See [this tutorial](https://github.com/MathieuCarriere/perslay/tree/master/tutorial).
- [Perslay](https://github.com/MathieuCarriere/perslay): A Simple and Versatile Neural Network Layer for Persistence Diagrams. See [notebook](Tuto-GUDHI-perslay-visu.ipynb).

### 07 - Alternative filtrations and robust TDA

Expand Down Expand Up @@ -123,7 +123,7 @@ In this [notebook](Tuto-GUDHI-optimization.ipynb), we will see how Gudhi and Ten

[ATOL tutorial](https://github.com/martinroyer/atol/blob/master/demo/atol-demo.ipynb)

[Perslay tutorial](https://github.com/MathieuCarriere/perslay/tree/master/tutorial)
[Perslay](Tuto-GUDHI-perslay-visu.ipynb)

[DTM-filtrations](Tuto-GUDHI-DTM-filtrations.ipynb)

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Two libraries related to Gudhi:
tutorial](https://github.com/martinroyer/atol/blob/master/demo/atol-demo.ipynb).
- [Perslay](https://github.com/MathieuCarriere/perslay): A Simple and
Versatile Neural Network Layer for Persistence Diagrams. See [this
tutorial](https://github.com/MathieuCarriere/perslay/tree/master/tutorial).
notebook](Tuto-GUDHI-perslay-visu.ipynb).

### 07 - Alternative filtrations and robust TDA

Expand Down Expand Up @@ -220,8 +220,7 @@ points](Tuto-GUDHI-ConfRegions-PersDiag-datapoints.ipynb)
[ATOL
tutorial](https://github.com/martinroyer/atol/blob/master/demo/atol-demo.ipynb)

[Perslay
tutorial](https://github.com/MathieuCarriere/perslay/tree/master/tutorial)
[Perslay](Tuto-GUDHI-perslay-visu.ipynb)

[DTM-filtrations](Tuto-GUDHI-DTM-filtrations.ipynb)

Expand Down
Loading