prophet 0.4.1

A neural network implementation with a focus on cache-efficiency and sequential performance.
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 = "prophet"
version = "0.4.1"
authors = ["Robbepop"]
description = "A neural network implementation with a focus on cache-efficiency and sequential performance."
documentation = "https://docs.rs/prophet"
readme = "README.md"
keywords = ["deep-learning", "neural-networks", "machine-learning", "classifier"]
categories = ["science"]
license = "MIT"
repository = "https://github.com/robbepop/prophet"
[dependencies.rand]
version = "0.3.15"

[dependencies.num]
version = "0.1.40"

[dependencies.ndarray]
version = "0.10"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.log]
version = "0.3.8"

[dependencies.ndarray-rand]
version = "0.6"

[dependencies.itertools]
version = "0.6"

[dependencies.serde_derive]
version = "1.0"
optional = true
[dev-dependencies.approx]
version = "0.1.1"

[features]
serde_support = ["serde", "serde_derive", "ndarray/serde-1"]
benches = []
default = ["serde_support"]
[badges.travis-ci]
repository = "Robbepop/prophet"

[badges.appveyor]
service = "github"
branch = "master"
repository = "Robbepop/prophet"