Replace the FC layers of a CNN with any ML classifier (SVM, RF, NB, etc.)

后端 未结 0 738
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-29 08:29

I\'m trying to remove the Dense layers from my CNN given below:

from keras.models import Sequential
from keras.layers import Convolution2D
from keras.layers impor         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题