mikegashler / waffles

A toolkit of machine learning algorithms.
http://gashler.com/mike/waffles/
86 stars 33 forks source link

Add a Pooling Layer for Addition #21

Closed StephenAshmore closed 7 years ago

StephenAshmore commented 7 years ago

A Pooling Layer for Addition should be added. There are some neural networks (see #19 ) that use pointwise operations to compute inputs for downstream layers. Addition would be useful here.

StephenAshmore commented 7 years ago

Pushed a first version. Needs some testing.

StephenAshmore commented 7 years ago

Closing this one up, will merge the rest of testing it into issue #31. Right now, it should work just fine.