Samyssmile / edux

EDUX is a developer friendly Java library for machine learning educational tasks
https://samyssmile.github.io/edux/
Apache License 2.0
47 stars 16 forks source link

Write a MaxPooling Layer #147

Open Samyssmile opened 9 months ago

Samyssmile commented 9 months ago

One day our MLP will become a CNN, for which we need a MaxPooling Layer.

https://www.deeplearningbook.org/contents/convnets.html

shabataeva commented 8 months ago

This one should be done togather with conv Layer. ???

Samyssmile commented 8 months ago

@shabataeva @acsolle66 I think this is trully testable only with conv layer yes.

Samyssmile commented 6 months ago

This is blocked by #152