Docs.rs
  • concision-neural-0.1.21
    • concision-neural 0.1.21
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • FL03
    • Dependencies
      • approx ^0.5 normal optional
      • concision-core ^0.1.21 normal
      • either ^1 normal
      • ndarray ^0.16 normal
      • num ^0.4 normal
      • num-complex ^0.4 normal optional
      • num-traits ^0.2 normal
      • paste ^1 normal
      • rayon ^1 normal optional
      • rustfft ^6 normal optional
      • scsys-derive ^0.2.3 normal
      • serde ^1 normal optional
      • serde_derive ^1 normal optional
      • serde_json ^1 normal optional
      • strum ^0.27 normal
      • thiserror ^2 normal
      • tracing ^0.1 normal optional
      • lazy_static ^1 dev
    • Versions
    • 32.81% of the crate is documented
  • Go to latest version
  • 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

concision_neural0.1.21

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • Dropout
  • HyperparametersIter
  • KeyValue
  • LayerBase
  • ModelFeatures
  • layers::LayerBase
  • layers::Linear
  • layers::ReLU
  • layers::Sigmoid
  • layers::Tanh
  • layers::attention::MultiHeadAttention
  • layers::attention::QkvParams
  • layers::attention::ScaledDotProductAttention
  • layers::attention::multi_head::MultiHeadAttention
  • layers::attention::qkv::QkvParams
  • layers::attention::scaled::ScaledDotProductAttention
  • model::StandardModelConfig
  • model::Trainer
  • model::config::StandardModelConfig
  • model::model_params::ModelParamsBase
  • model::trainer::Trainer
  • types::Dropout
  • types::HyperparametersIter
  • types::KeyValue
  • types::ModelFeatures
  • types::dropout::Dropout
  • types::features::ModelFeatures
  • types::hyperparameters::HyperparametersIter

Enums

  • Hyperparameters
  • NeuralError
  • error::NeuralError
  • types::Hyperparameters
  • types::hyperparameters::Hyperparameters

Traits

  • Layer
  • NetworkConfig
  • Predict
  • Train
  • TrainingConfiguration
  • layers::Layer
  • layers::attention::Attention
  • model::Model
  • traits::NetworkConfig
  • traits::Predict
  • traits::Train
  • traits::TrainingConfiguration
  • traits::config::NetworkConfig
  • traits::config::TrainingConfiguration
  • traits::predict::Predict
  • traits::train::Train

Type Aliases

  • NeuralResult
  • error::NeuralResult
  • model::ModelParams
  • model::model_params::ModelParams