scholar VS rustler_precompiled

Compare scholar vs rustler_precompiled and see what are their differences.

scholar

Traditional machine learning on top of Nx (by elixir-nx)

rustler_precompiled

Use precompiled NIFs from trusted sources in your Elixir code (by philss)
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
scholar rustler_precompiled
5 3
345 169
2.0% -
8.7 5.8
10 days ago 2 months ago
Elixir Elixir
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.

scholar

Posts with mentions or reviews of scholar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-14.
  • Data wrangling in Elixir with Explorer, the power of Rust, the elegance of R
    7 projects | news.ycombinator.com | 14 Apr 2023
    José from the Livebook team. I don't think I can make a pitch because I have limited Python/R experience to use as reference.

    My suggestion is for you to give it a try for a day or two and see what you think. I am pretty sure you will find weak spots and I would be very happy to hear any feedback you may have. You can find my email on my GitHub profile (same username).

    In general we have grown a lot since the Numerical Elixir effort started two years ago. Here are the main building blocks:

    * Nx (https://github.com/elixir-nx/nx/tree/main/nx#readme): equivalent to Numpy, deeply inspired by JAX. Runs on both CPU and GPU via Google XLA (also used by JAX/Tensorflow) and supports tensor serving out of the box

    * Axon (https://github.com/elixir-nx/axon): Nx-powered neural networks

    * Bumblebee (https://github.com/elixir-nx/bumblebee): Equivalent to HuggingFace Transformers. We have implemented several models and that's what powers the Machine Learning integration in Livebook (see the announcement for more info: https://news.livebook.dev/announcing-bumblebee-gpt2-stable-d...)

    * Explorer (https://github.com/elixir-nx/explorer): Series and DataFrames, as per this thread.

    * Scholar (https://github.com/elixir-nx/scholar): Nx-based traditional Machine Learning. This one is the most recent effort of them all. We are treading the same path as scikit-learn but quite early on. However, because we are built on Nx, everything is derivable, GPU-ready, distributable, etc.

    Regarding visualization, we have "smart cells" for VegaLite and MapLibre, similar to how we did "Data Transformations" in the video above. They help you get started with your visualizations and you can jump deep into the code if necessary.

    I hope this helps!

  • Scholar: Traditional machine learning for Elixir on top of Nx
    1 project | news.ycombinator.com | 29 Mar 2023
  • Does Elixir have an alternative to Scikit Learn?
    1 project | /r/elixir | 8 Feb 2023
  • Bumblebee: GPT2, Stable Diffusion, and More in Elixir
    5 projects | news.ycombinator.com | 8 Dec 2022
  • XL-ML: Native ML Algorithms for Elixir
    2 projects | /r/elixir | 10 Sep 2022
    We have recently started a similar effort on the Scholar package inside the Elixir Nx. Our goal is to fill in the gap of sklearn. For instance, here is a PR for KNN: https://github.com/elixir-nx/scholar/pull/21

rustler_precompiled

Posts with mentions or reviews of rustler_precompiled. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-06.
  • Write Elixir NIFs in Rust
    7 projects | news.ycombinator.com | 6 Aug 2023
    It's not a pain because of

    https://github.com/philss/rustler_precompiled

    The users of your library doesn't have to install anything. The library will seem like any Elixir library when they use it.

  • PasswordRs 0.1.0 released (Rust NIF for password hashing)
    4 projects | /r/elixir | 24 Apr 2023
    I created a elixir (wrapper) library to generate password hashes. Other Elixir libraries use a C NIF to generate password hashes. This libary uses a Rust NIF (using Rustler) and the Rust libraries the generate the different hashes. Additionally this library uses RustlerPrecompiled so you don't need to have a Rust compiler installed to use this library. It supports argon2, scrypt, brypt and pbkdf2.
  • Data wrangling in Elixir with Explorer, the power of Rust, the elegance of R
    7 projects | news.ycombinator.com | 14 Apr 2023
    We use the excellent Rustler Precompiled [1] library now so prebuilt binaries ship with the Elixir package. No Rust toolchain needed. :)

    [1] https://github.com/philss/rustler_precompiled

What are some alternatives?

When comparing scholar and rustler_precompiled you can also consider the following projects:

bumblebee - Pre-trained Neural Network models in Axon (+ 🤗 Models integration)

axon - Nx-powered Neural Networks

nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir

nx_signal - DSP with Elixir Nx

zigler - zig nifs in elixir

explorer - Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

password-hashes - Password hashing functions / KDFs

livebook - Automate code & data workflows with interactive Elixir notebooks

ractor - Rust actor framework