Docs.rs
learntk-0.3.0
learntk 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Documentation
crates.io
Source
Owners
josephrhobbs
Dependencies
indicatif ^0.17.3
normal
rand ^0.8.5
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
learntk
0.3.0
All Items
Crate Items
Structs
Crate
learntk
Copy item path
Source
Expand description
Main library for the LearnTK machine learning package.
Structs
ยง
Network
Holds a neural network.
ReLU
Holds a ReLU activation function for vectors.
Sigmoid
Holds a sigmoid activation function for vectors.
Softmax
Holds a softmax activation function for vectors.
Training
Dataset
Holds a training dataset.
Vector
Stores a column vector of floating-point values.