HuwCampbell / grenade

Deep Learning in Haskell
BSD 2-Clause "Simplified" License
1.44k stars 84 forks source link

Topic/tape #22

Closed HuwCampbell closed 7 years ago

HuwCampbell commented 7 years ago

This went a bit deeper than I expected.

Opening up the Tape meant that the Fuse layer could be implemented efficiently, but then also, I could make a Network a Layer, which deprecated Fuse and opened up a lot of composability.

Concat and Merge layers then now allow for a world of DAG style graphs to be easily entertained.