Docs.rs
  • newron-0.5.1
    • newron 0.5.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • hugues31
    • Dependencies
    • Versions
    • 25.9% 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
    • 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

newron0.5.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • dataset::ColumnMetadata
  • dataset::Dataset
  • dataset::Row
  • layers::dense::Dense
  • layers::dropout::Dropout
  • layers::relu::ReLU
  • layers::sigmoid::Sigmoid
  • layers::softmax::Softmax
  • layers::tanh::TanH
  • loss::categorical_entropy::CategoricalEntropy
  • loss::mse::MSE
  • metrics::confusion_matrix::ConfusionMatrix
  • optimizers::sgd::SGD
  • sequential::Sequential
  • tensor::Tensor

Enums

  • dataset::ColumnType
  • dataset::DatasetError
  • dataset::RowType
  • layers::LayerEnum
  • layers::layer::LearnableParams
  • metrics::Metric

Traits

  • layers::layer::Layer
  • loss::loss::Loss

Functions

  • utils::round_f64
  • utils::round_vector