prophet 0.0.4

A neural network implementation with a focus on cache-efficiency and sequential performance.
Documentation
[![Build Status](https://travis-ci.org/Robbepop/prophet.svg?branch=master)](https://travis-ci.org/Robbepop/prophet)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Crates.io Version](https://img.shields.io/crates/v/prophet.svg)](https://crates.io/crates/prophet)
<!-- [![Coverage Status](https://coveralls.io/repos/github/Robbepop/string-interner/badge.svg?branch=master)](https://coveralls.io/github/Robbepop/string-interner?branch=master) -->

PROPHET
=======

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

Take a look into the [documentation](https://docs.rs/prophet) to get to know how to use it!

Link to [crates.io](https://crates.io/crates/prophet).

Future Plans
------------

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