Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 510 Bytes

File metadata and controls

13 lines (7 loc) · 510 Bytes

binary-nn

Build Status

This is a Binarized Neural Networks runtime written by Rust.

Description

binary-nn don't provide training features. it can be used only for predict, inference, phase.

You should train your network using your favorite tools. Then, export learned weights as files and import it to this library.