Changes between Version 2 and Version 3 of Other/Summer/2021/BinaryNeuralNetworks


Ignore:
Timestamp:
Jul 27, 2021, 6:21:12 AM (3 years ago)
Author:
sjm401
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2021/BinaryNeuralNetworks

    v2 v3  
    2626Training machine learning systems is currently very slow. Recent work has shown promise by using simpler representations of numbers than the commonly used floating point ones. In this project, you will create and measure neural networks which use only binary or integer numbers for both training and inference.
    2727
    28 == Development Tools Tutorials ==
     28== Works Developing On ==
     29
     30-[https://github.com/sausheong/gonn GoNN Github]
     31-[https://github.com/myakubov18/MLFPGA/tree/binary MLFPGA Github]
    2932
    3033== Week 1 Activities ==