think_cap

Crates.iothink_cap
lib.rsthink_cap
version0.0.1
sourcesrc
created_at2019-01-25 19:07:01.413227
updated_at2019-01-25 19:07:01.413227
descriptionA multilayer feedforward backpropagation neural network library
homepage
repositoryhttps://github.com/thinkcap/ThinkCap-core
max_upload_size
id110664
size35,303
Avery Wagar (ajmwagar)

documentation

README

ThinkCap - Fast Multi-platform Nerual Networks.

An easy to use neural network library written in Rust based on RustNN.

Description

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.

Commit count: 46

cargo fmt