How to use both MFE and MFCC Features in one Neural Network

is there a way of neural network architecture to use them both

Hi @buraksenb, yes, but you’ll have to replace your convolutional layers with ‘Dense’ layers.