Submitted by AutoModerator t3_11pgj86 in MachineLearning
henkje112 t1_jcxlc7t wrote
Reply to comment by ViceOA in [D] Simple Questions Thread by AutoModerator
Look into Convolutional Neural Networks as your architecture type and different types of spectrograms as your input features. The different layers of the CNN should do the feature transformation, and your final layer should be dense, with a softmax (or any other desired) activation function.
ViceOA t1_jd20dzj wrote
>Look into Convolutional Neural Networks as your architecture type and different types of spectrograms as your input features. The different layers of the CNN should do the feature transformation, and your final layer should be dense, with a softmax (or any other desired) activation function.
Thanks for your precios advices, im grateful!
Viewing a single comment thread. View all comments