yarnn 0.1.0

Yet Another rust Neural Network framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.rand]
version = "0.7.0"

[dependencies.rand_distr]
version = "0.2.1"

[package]
authors = ["Andrey Tkachenko <andreytkachenko64@gmail.com>"]
description = "Yet Another rust Neural Network framework"
documentation = "https://github.com/andreytkachenko/yarnn"
edition = "2018"
homepage = "https://github.com/andreytkachenko/yarnn"
keywords = ["deep-learning", "neural-networks", "machine-learning", "framework"]
license = "MIT OR Apache-2.0"
name = "yarnn"
readme = "../README.md"
repository = "https://github.com/andreytkachenko/yarnn"
version = "0.1.0"