keunwoochoi / music-auto_tagging-keras

Music auto-tagging models and trained weights in keras/theano
MIT License
616 stars 142 forks source link

Filters kernel #37

Open gdf47 opened 6 years ago

gdf47 commented 6 years ago

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?

keunwoochoi commented 6 years ago

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?