Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VRehnberg authored May 19, 2021
1 parent 04fb6d3 commit 76ada26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
A PyTorch implementation of TwoNN for estimating intrinsic dimensions.

## Details
Implements the same algorithm as Facco et al. [1] with possibly one exception. The fitting of *d* from
Implements the same algorithm as Facco et al. [1] with possibly one exception. The fitting of $`d`$ from

$$
```math
d = - \frac{\log(1 - F(\mu))}{\log(\mu)}
$$
```

is done with the denominator as dependent, it is unclear to me how it was done in the paper.

Expand Down

0 comments on commit 76ada26

Please sign in to comment.