Docs.rs
  • auto-diff-0.5.0
    • auto-diff 0.5.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • pipehappy1
    • Dependencies
      • ndarray ^0.12 normal
      • ndarray-linalg ^0.11 normal
      • num-traits ^0.2 normal
      • rand ^0.7 normal
      • rand_distr ^0.2 normal
      • tensor-rs ^0.5.0 normal
      • criterion ^0.3 dev
      • csv ^1.1 dev
      • openblas-src ^0.9 dev
      • tensorboard-rs ^0.2.2 dev
    • Versions
    • 35.75% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate auto_diff

  • Version 0.5.0
  • All Items
  • Modules
logo
Change settings

Crate auto_diff

source · [−]
Expand description

A machine learning library with a 1st order learning approach

Introduction

Install

Example

Licese

Re-exports

pub use var::Module;
pub use var::Var;

Modules

collection
compute_graph
op
optim

Gradient based optimization.

rand
var