prophet 0.4.0

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

PROPHET - Neural Network Library

Linux Windows Coverage Docs Crates.io Licence
travisCI appveyor coveralls licence chat licence

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

Currently only supports supervised learning with fully connected layers.

Planned Features

  • Convolutional Layers: Foundations have been layed out already!
  • GPGPU Support by Vulkano
  • Even more flexible learning methods