prophet 0.0.4

A neural network implementation with a focus on cache-efficiency and sequential performance.
Documentation

Build Status MIT licensed Crates.io Version

PROPHET

A simple neural net implementation written in Rust with a focus on cache-efficiency and sequential performance.

Take a look into the documentation to get to know how to use it!

Link to crates.io.

Future Plans

  • Parallelization with Vulkan.
  • Improved layer architecture to support convolutional layers.
  • Generic float type support (e.g. for future f16, f32, f64, f128)