Optimization framework, large MLP, binary and ternary nets...
Created by: vloncar
This PR includes the work done at the Hackathon. The branch is a continuation of work done in #144. It includes:
- Optimization framework
- Large MLP (enabled by changing the
Strategy
configuration key) - Binary and ternary network improvements (merged dense + activation), built on top of the optimizer framework.
- Probably other things I forgot...
Thanks to @thesps @jngadiub @ssagear @violatingcp @GiuseppeDiGuglielmo @nhanvtran and others for the code!