Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 235 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 235 Bytes

Neural Network Ensemble

Here we create an ensemble of weak neural nets to make them perform better than a single strong neural net. This is done by training multiple autoencoders weakly for a target dataset. We average the results.