drug 0.0.1

A differentiable computation graph for neural networks.
Documentation

What is this

This is a package for writing differential programs (i.e. neural networks) in rust. I'll actually publish it to crates.io once I get a few canonical examples working, such as RNNs.

  • Check out an example cargo run --example mnist --release!
  • Please give me feedback