k2 VS TerpreT

Compare k2 vs TerpreT and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
k2 TerpreT
2 1
1,046 42
1.5% -
7.1 10.0
3 days ago over 6 years ago
Cuda Python
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

k2

Posts with mentions or reviews of k2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-08.
  • Differentiable Finite State Machines
    4 projects | news.ycombinator.com | 8 Jun 2022
    This uses dense (soft/weighted) transitions from any state to any state, and then some regularization to guide it to more sparse solutions.

    In practice, the number of states can be huge (thousands, maybe millions), so representing this as a dense matrix (a 1Mx1M matrix is way too big) is not going to work. It must be sparse, and in practice (all FST you usually deal with) it is. So it's very much a waste to represent it as a dense matrix.

    That's why there are many specialized libraries to deal with FSTs. Also in combination with deep learning tools. See e.g. K2 (https://github.com/k2-fsa/k2).

  • What are some good speech recognition papers I can implement?
    3 projects | /r/MLQuestions | 1 Feb 2021
    k2

TerpreT

Posts with mentions or reviews of TerpreT. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-08.
  • Differentiable Finite State Machines
    4 projects | news.ycombinator.com | 8 Jun 2022
    If you're interested in these kinds of things, many years ago we created TerpreT (https://arxiv.org/pdf/1608.04428.pdf and https://github.com/51alg/TerpreT) to look into generic program synthesis problems, using a set of very different techniques (gradient descent, ILP, SMT) on different problem settings (turing machines, boolean circuits, LLVM IR-style basic blocks, and straight assembly).

What are some alternatives?

When comparing k2 and TerpreT you can also consider the following projects:

espnet - End-to-End Speech Processing Toolkit

gtn - Automatic differentiation with weighted finite-state transducers.

fairseq - Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

gtn_applications - Applications using the GTN library and code to reproduce experiments in "Differentiable Weighted Finite-State Transducers"