keunwoochoi/music-auto_tagging-keras

Filters kernel

gdf47 opened this issue · 1 comments

gdf47 commented

I want to ask you: What kind filters can we use for Conv2D? I see only 3*3 (That's the dimension) but I don't know what this Matrix has as parameters or coeffecients. Or when I just give that function Conv2D with numbers of filters and the filter's dimension, does it choose random coeffecients for this Matrix? Can you give me some informations about it?

Or when I just give that function Conv2D with numbers of filters and the filter's dimension, does it choose random coeffecients for this Matrix?

Yes.

some informations about it?

Keras docs/codes and any tutorial on cnns?