MatthieuCourbariaux / BinaryConnect

Training Deep Neural Networks with binary weights during propagations
GNU General Public License v2.0
378 stars 109 forks source link

Neural Networks with Few Multiplications #1

Closed bhack closed 9 years ago

bhack commented 9 years ago

Do you will include code also for http://arxiv.org/abs/1510.03009?

MatthieuCourbariaux commented 9 years ago

The code for "Neural Networks with Few Multiplications" ( http://arxiv.org/abs/1510.03009 ) is available at https://github.com/hantek/binary_conv . The documentation is not very extensive (yet). Hantek (Zhouhan Lin) is currently working on it.

Edit: The code is now available at https://github.com/hantek/BinaryConnect and the documentation is more extensive (see Hantek comment below).

bhack commented 9 years ago

Thanks

hantek commented 9 years ago

Hi bhack,

Just to let you know that we have released the code for http://arxiv.org/abs/1510.03009 . Please check it here: https://github.com/hantek/BinaryConnect