Changes between Version 2 and Version 3 of Other/Summer/2021/BinaryNeuralNetworks
- Timestamp:
- Jul 27, 2021, 6:21:12 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2021/BinaryNeuralNetworks
v2 v3 26 26 Training 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. 27 27 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] 29 32 30 33 == Week 1 Activities ==