Skip to content

Commit

Permalink
Fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Lez committed Oct 15, 2024
1 parent 1723e00 commit 7d5d12e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ linear_regions = enum_linear_regions_rat(f, g)
@show lenth(linear_regions)
```

If this code was useful, please consider citing [https://arxiv.org/abs/2405.20174](this paper), using
If this code was useful, please consider citing [this paper](https://arxiv.org/abs/2405.20174), using
```
@article{lezeau2024tropical,
title={Tropical Expressivity of Neural Networks},
Expand All @@ -54,4 +54,4 @@ If this code was useful, please consider citing [https://arxiv.org/abs/2405.2017
```

## References
[1] [https://arxiv.org/pdf/1805.07091](*Tropical Geometry of Deep Neural Networks*), Liwen Zhang, Gregory Naitzat and Lek-Heng Lim.
[1] [*Tropical Geometry of Deep Neural Networks*](https://arxiv.org/pdf/1805.07091), Liwen Zhang, Gregory Naitzat and Lek-Heng Lim.

0 comments on commit 7d5d12e

Please sign in to comment.