drug 0.0.2

A differentiable computation graph for neural networks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is a package for writing differential programs (i.e. neural networks) in
rust.

* Look at the documentation `docs.rs/drug` for a better description
* Check out an example `cargo run --example mnist --release`!
* Please give me feedback

# Versions

## 0.0.2
* Saving functionality
* New optimizers: momentum, Adam, RMSProp
* Nodes are now all part of one enum, rather than boxed traits
* Changed some function type signatures as per clippy suggestions

## 0.0.1
*  Initial release