Docs.rs
  • fast-neural-network-0.7.0
    • fast-neural-network 0.7.0
    • Permalink
    • Docs.rs crate page
    • GPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • AbduEhab
    • Dependencies
      • indicatif ^0.17.8 normal
      • ndarray ^0.16.1 normal
      • rand ^0.8.5 normal
      • rayon ^1.10.0 normal
      • serde ^1.0.210 normal
      • serde_json ^1.0.128 normal
      • criterion ^0.5.1 dev
    • Versions
    • 49.15% 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

fast_neural_network0.7.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • neural_network::Layer
  • neural_network::Network

Enums

  • activation::ActivationType

Functions

  • activation::arc_tanh
  • activation::der_arc_tanh
  • activation::der_elu
  • activation::der_leaky_relu
  • activation::der_relu
  • activation::der_sigm
  • activation::der_softmax
  • activation::der_softplus
  • activation::der_swish
  • activation::der_tanh
  • activation::elu
  • activation::leaky_relu
  • activation::relu
  • activation::sigm
  • activation::softmax
  • activation::softmax_array
  • activation::softplus
  • activation::swish
  • activation::tanh