TerpreT VS gtn_applications

Compare TerpreT vs gtn_applications and see what are their differences.

gtn_applications

Applications using the GTN library and code to reproduce experiments in "Differentiable Weighted Finite-State Transducers" (by facebookresearch)
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
TerpreT gtn_applications
1 1
42 79
- -
10.0 0.0
almost 7 years ago almost 2 years ago
Python Python
GNU General Public License v3.0 or later MIT License
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.

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).

gtn_applications

Posts with mentions or reviews of gtn_applications. 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
    FB research has their own version of automatic differentiation of WFSTs: https://github.com/gtn-org/gtn

    See also https://github.com/facebookresearch/gtn_applications which contains examples of applications such as handwriting recognition and speech recognition.

What are some alternatives?

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

gtn - Automatic differentiation with weighted finite-state transducers.

k2 - FSA/FST algorithms, differentiable, with PyTorch compatibility.