Docs.rs
libdt-2.0.3
libdt 2.0.3
Permalink
Docs.rs crate page
GPL-2.0
Links
Repository
crates.io
Source
Owners
antoniprzybylik
Dependencies
libdt-macros ^2.0.2
normal
optional
nalgebra ^0.32.3
normal
rand ^0.8.5
normal
float_eq ^1.0.1
dev
libdt-macros ^2.0.2
dev
rand ^0.8.5
dev
Versions
10.87%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module trainer
libdt
2.0.3
Module trainer
Module Items
Structs
Traits
In crate libdt
libdt
Module
trainer
Copy item path
Source
Structs
§
CGTrainer
Trainer using Conjugate Gradient Method.
GDTrainer
Simple gradient descent trainer.
LMTrainer
Trainer using Levenberg-Marquardt Method.
Traits
§
Trainer
Neural network trainer.