Using const generics to build neural networks

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • gamma

    Computational graphs with reverse automatic differentation in the GPU

  • https://github.com/c0dearm/gamma/pull/1 first pr :)

  • dumbnet

    a no_std neural network

  • this looks a lot like what i did with dumbnet (docs), only that back then const generics were not available and i had to use typenum.

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

    InfluxDB logo
  • NetCompression

    Proof of concept of running a sparse network bare metal on a 2$ riscv CPU, using a custom network compiler.

  • I post it here in case you find something useful inside. https://github.com/Imakoala/NetCompression

  • neurotic

    The compile-time feedforward neural network library that no one asked for

  • I too did something similar pre const generics, using nalgebra for the compile-time data type sizes. There are dozens of us... dozens!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts