candle-ltc 0.1.0

LTCNN implementation using candle
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 3 items with examples
  • Size
  • Source code size: 29.49 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m Average build duration of successful builds.
  • all releases: 1m Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DimitriTimoz

Liquid Time Constant Neural Network

This repository is a rust implementation of the Liquid Time Constant Neural Network (LTCNN) as described in the paper "Liquid Time-Constant Networks" by Ramin Hasani, Mathias Lechner, Alexander Amini, Daniela Rus, Radu Grosu. The paper can be found here.

This implementation is a work in progress and is not yet complete. The goal is to implement the LTCNN in rust with the candle framework.