friedrich VS tch-rs

Compare friedrich vs tch-rs and see what are their differences.

friedrich

A Rust implementation of Gaussian Process regression. (by nestordemeure)

tch-rs

Rust bindings for the C++ api of PyTorch. (by LaurentMazare)
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
friedrich tch-rs
2 37
50 3,843
- -
0.0 7.5
4 months ago 8 days ago
Rust Rust
Apache License 2.0 Apache License 2.0
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.

friedrich

Posts with mentions or reviews of friedrich. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-15.
  • How far along is the ML ecosystem with Rust?
    6 projects | /r/rust | 15 Sep 2021
    For other algorithms, there is not yet a single library to rule them all (linfa might become that at some point) but searching for the algorithm you need on crate.io is likely to give you some results (obligatory plug to Friedrich, my gaussian process implementation).
  • Interactive Visualization of Gaussian Processes
    1 project | news.ycombinator.com | 2 Jun 2021
    For me the good reason to use gaussian regression is the fact that you get an uncertainty on the output.

    The big downside is that it takes expert knowledge (to design a proper kernel) and a solid implementation (to avoid the various numerical problems they can produce) to apply them to practical problem. Most implementation either break down very quickly or are not flexible enough for my taste.

    I have a Rust implementation [0] which tries to help with the flexibility aspect but it is still very far from perfect.

    [0]: https://github.com/nestordemeure/friedrich

tch-rs

Posts with mentions or reviews of tch-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-05.