AD-Rosetta-Stone VS autodidact

Compare AD-Rosetta-Stone vs autodidact and see what are their differences.

AD-Rosetta-Stone

Examples of Automatic Differentiation (AD) in many different languages and systems (by qobi)

autodidact

A pedagogical implementation of Autograd (by mattjj)
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
AD-Rosetta-Stone autodidact
2 1
26 922
- -
10.0 10.0
almost 6 years ago almost 4 years ago
Scala Jupyter Notebook
GNU General Public License v3.0 only 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.

AD-Rosetta-Stone

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

autodidact

Posts with mentions or reviews of autodidact. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-11.
  • Autodidax: Jax Core from Scratch (In Python)
    4 projects | news.ycombinator.com | 11 Feb 2023
    I'm sure there's a lot of good material around, but here are some links that are conceptually very close to the linked Autodidax.

    There's [Autodidact](https://github.com/mattjj/autodidact), a predecessor to Autodidax, which was a simplified implementation of [the original Autograd](https://github.com/hips/autograd). It focuses on reverse-mode autodiff, not building an open-ended transformation system like Autodidax. It's also pretty close to the content in [these lecture slides](https://www.cs.toronto.edu/~rgrosse/courses/csc321_2018/slid...) and [this talk](http://videolectures.net/deeplearning2017_johnson_automatic_...). But the autodiff in Autodidax is more sophisticated and reflects clearer thinking. In particular, Autodidax shows how to implement forward- and reverse-modes using only one set of linearization rules (like in [this paper](https://arxiv.org/abs/2204.10923)).

    Here's [an even smaller and more recent variant](https://gist.github.com/mattjj/52914908ac22d9ad57b76b685d19a...), a single ~100 line file for reverse-mode AD on top of NumPy, which was live-coded during a lecture. There's no explanatory material to go with it though.

What are some alternatives?

When comparing AD-Rosetta-Stone and autodidact you can also consider the following projects:

mercury-ad - Mercury library for automatic differentiation

autograd - Efficiently computes derivatives of numpy code.

Tensor-Puzzles - Solve puzzles. Improve your pytorch.

owl - Owl - OCaml Scientific Computing @ https://ocaml.xyz