HuwCampbell / grenade

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

Topic/gradients #12

Closed HuwCampbell closed 7 years ago

HuwCampbell commented 7 years ago

Getting somewhat there. This moves more type information into the Network, so that backprop can be separated further.

Also, as a benefit, I can now create a random network just from the types.