Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ To dig deeper, see the [documentation](https://tdhook.readthedocs.io).

- [Integrated Gradients](https://tdhook.readthedocs.io/en/latest/notebooks/methods/integrated-gradients.html): [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Xmaster6y/tdhook/blob/main/docs/source/notebooks/methods/integrated-gradients.ipynb)
- [Steering Vectors](https://tdhook.readthedocs.io/en/latest/notebooks/methods/steering-vectors.html): [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Xmaster6y/tdhook/blob/main/docs/source/notebooks/methods/steering-vectors.ipynb)
- [Linear Probing](https://tdhook.readthedocs.io/en/latest/notebooks/methods/linear-probing.html): [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Xmaster6y/tdhook/blob/main/docs/source/notebooks/methods/linear-probing.ipynb)
- [Dimension Estimation](https://tdhook.readthedocs.io/en/latest/notebooks/methods/dimension-estimation.html): [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Xmaster6y/tdhook/blob/main/docs/source/notebooks/methods/dimension-estimation.ipynb)

## Config

Expand Down
18 changes: 18 additions & 0 deletions docs/source/methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,28 @@ Methods
</div>
</div>

.. grid-item-card::
:link: notebooks/methods/dimension-estimation.ipynb
:class-card: surface
:class-body: surface

.. raw:: html

<div class="d-flex align-items-center">
<div class="d-flex justify-content-center" style="min-width: 50px; margin-right: 20px; height: 100%;">
<i class="fa-solid fa-cube fa-2x"></i>
</div>
<div>
<h5 class="card-title">Dimension Estimation</h5>
<p class="card-text">Estimate intrinsic dimension of data manifolds using TwoNN, Local PCA, and related methods.</p>
</div>
</div>

.. toctree::
:hidden:
:maxdepth: 2

notebooks/methods/integrated-gradients.ipynb
notebooks/methods/steering-vectors.ipynb
notebooks/methods/linear-probing.ipynb
notebooks/methods/dimension-estimation.ipynb
Loading
Loading