Crates.io | think_cap |
lib.rs | think_cap |
version | 0.0.1 |
source | src |
created_at | 2019-01-25 19:07:01.413227 |
updated_at | 2019-01-25 19:07:01.413227 |
description | A multilayer feedforward backpropagation neural network library |
homepage | |
repository | https://github.com/thinkcap/ThinkCap-core |
max_upload_size | |
id | 110664 |
size | 35,303 |
An easy to use neural network library written in Rust based on RustNN.
ThinkCap is a feedforward neural network library. The library generates fully connected multi-layer artificial neural networks that are trained via backpropagation. Networks are trained using an incremental training mode.