Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 274 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 274 Bytes

Implementations of the Lottery Ticket Hypothesis, specifically recreating Figure 1 and 4. Entails pruning custom Lenet feedforward network using oneshot and iterative pruning methods.

Done as 7th assignment for Deep Learning NWI-IMC070; all code implemented from scratch.