autograd 0.4.0

A toy library to run computation graphs mimicking TensorFlow and Theano
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "autograd"
version = "0.4.0"
authors = ["perrier1034 <janne.dc.ib.sa@gmail.com>"]
description = "A toy library to run computation graphs mimicking TensorFlow and Theano"
readme = "README.md"
keywords = ["numerics", "machine-learning", "ndarray", "multidimensional", "neural-network"]
license-file = "LICENSE"
repository = "https://github.com/perrier1034/rust-autograd"

[lib]
name = "autograd"
path = "src/lib.rs"

[[bin]]
name = "mlp_mnist"
path = "examples/mlp_mnist.rs"
[dependencies.fnv]
version = "1.0.5"

[dependencies.rand]
version = "0.3.15"

[dependencies.ndarray]
version = "0.10.0"

[dependencies.glob]
version = "0.2"