Samyssmile / edux

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

Write Convolutional Layer for MLP #146

Open Samyssmile opened 7 months ago

Samyssmile commented 7 months ago

One day our MLP will become a CNN, for which we need a convolutional layer

Convolve Mechanis must be written in Matrix class

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

Samyssmile commented 5 months ago

This is blocked by #152