An open API service indexing awesome lists of open source software.

https://github.com/speedcell4/torchlatent

High Performance Structured Prediction in PyTorch
https://github.com/speedcell4/torchlatent

conditional-random-fields deep-learning latent-structures matrix-tree-theorem probabilistic-graphical-models pytorch

Last synced: 3 months ago
JSON representation

High Performance Structured Prediction in PyTorch

Awesome Lists containing this project

README

        

# TorchLatent

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/speedcell4/torchlatent/unit-tests.yml?cacheSeconds=0)
![PyPI - Version](https://img.shields.io/pypi/v/torchlatent?label=pypi%20version&cacheSeconds=0)
![PyPI - Downloads](https://img.shields.io/pypi/dm/torchlatent?cacheSeconds=0)

## Installation

`python -m pip torchlatent`

## Latent Structures

- [x] Conditional Random Fields (CRF)
- [x] Cocke–Kasami-Younger Algorithm (CKY)
- [ ] Probabilistic Context-free Grammars (CFG)
- [ ] Connectionist Temporal Classification (CTC)
- [ ] Recurrent Neural Network Grammars (RNNG)
- [ ] Non-Projective Dependency Tree (Matrix-tree Theorem)
- [ ] Dependency Model with Valence (DMV)
- [ ] Autoregressive Decoding (Beam Search)