neural_network 0.1.0

Modular neural network with an implementation of back propagation learning algorithm.
Documentation
[package]
name = "neural_network"
description = """
Modular neural network with an implementation of back propagation learning algorithm.
"""
version = "0.1.0"
authors = ["ZakCodes <zakary.kamal.fs@outlook.com>"]
homepage = "https://github.com/ZakCodes/neural_network.git"
repository = "https://github.com/ZakCodes/neural_network.git"
documentation = "https://docs.rs/neural_network"
license = "Apache-2.0"

keywords = ["AI", "neural_network", "modular"]
categories = ["Science"]

[dependencies]
rand = "0.3"
fast_io = "1.2.1"