cu-ecen-aeld / final-project-kodachi77

final-project-kodachi77 created by GitHub Classroom
0 stars 0 forks source link

Research FPGA-optimized networks and pick architecture #3

Closed kodachi77 closed 3 days ago

kodachi77 commented 4 days ago

Review major architectures and techniques that are hardware friendly:

DOD

kodachi77 commented 3 days ago

For more details see:

kodachi77 commented 3 days ago

Considering constraints of the platform coupled with the fact that "full" platform consumes 40% of available FPGA resources we will use SFC architecture described in FINN paper. It is effectively 3 FC layers fully binarized with 256 neurons each.

Current goal is to achieve at least 93-95% accuracy.

We will start from 1bit activation and 1bit weights. Then increase if we fail accuracy threshold.