#neural-network #nn #classifier #backpropagation #machine-learning

deprecated think_cap

A multilayer feedforward backpropagation neural network library

1 unstable release

Uses old Rust 2015

0.0.1 Jan 25, 2019

#9 in #nn

Apache-2.0

23KB
310 lines

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.

Dependencies

~1.1–1.5MB
~25K SLoC