Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MatthieuCourbariaux/BinaryNet

Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1
https://github.com/MatthieuCourbariaux/BinaryNet

Last synced: 7 days ago
JSON representation

Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1

Awesome Lists containing this project

README

        

# BinaryNet

This repository enables the reproduction of the experiments described in the article:
[BinaryNet: Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1.](http://arxiv.org/abs/1602.02830)

It is divided in two subrepositories:
* Train-time enables the reproduction of the benchmark results reported in the article
* Run-time demonstrates the XNOR and baseline GPU kernels described in the article