Skip to content

Commit

Permalink
add links for dim reduce and data splits
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Nov 17, 2023
1 parent 450bf34 commit 66ed538
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,21 @@ embeddings obtained from transformers. The key contributions are:
[`nlpsig.PrepareData`](https://nlpsig.readthedocs.io/en/latest/data_preparation.html)
allows you to easily construct paths/streams of embeddings which can be used
for several downstream tasks.
- Simple API for performing dimensionality reduction on the embeddings obtained
from transformers by some simple wrappers over popular dimensionality
reduction algorithms such as PCA, UMAP, t-SNE, etc.
- Simple API for performing dimensionality reduction with
[`nlpsig.DimReduce`](https://nlpsig.readthedocs.io/en/latest/dimensionality_reduction.html)
on the embeddings obtained from transformers by some simple wrappers over
popular dimensionality reduction algorithms such as PCA, UMAP, t-SNE, etc.
- This is particularly useful if we wish to use path signatures in any
downstream model since the dimensionality of the embeddings obtained from
transformers is usually very high.
- We present some _Signature Network_ models for longitudinal NLP tasks in the
[`sig-networks`](https://github.com/ttseriotou/sig-networks) library which
uses these paths constructed in this library as inputs to neural networks
which utilise path signature methodology.
- We also have simple classes for constructing train/test splits of the data and
for K-fold cross-validation which are specific for the Signature Networks in
- We also have
[simple classes](https://nlpsig.readthedocs.io/en/latest/classification_utils.html)
for constructing train/test splits of the data and for K-fold cross-validation
in which are general and are applied to examples in the Signature Networks in
the [`sig-networks`](https://github.com/ttseriotou/sig-networks) library.

## Installation
Expand Down

0 comments on commit 66ed538

Please sign in to comment.