You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
CNN deep network consist of inbuilt feature extraction (flattening) layer along with classification layers. By omitting the feature extraction layer (conv layer, Relu layer, pooling layer), we can give features such as GLCM, LBP, MFCC, etc directly to CNN just to classify alone. This can be acheived by building the CNN architecture using fully connected layers alone. This is helpful for classifying audio data.
http://cs231n.github.io/convolutional-networks/ visit this page for doubts regarding the architecture. I have used C->R->F->F->F architecture
Cite As
Selva (2026). CNN classifier using 1D, 2D and 3D feature vectors (https://uk.mathworks.com/matlabcentral/fileexchange/68882-cnn-classifier-using-1d-2d-and-3d-feature-vectors), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.4 (340 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux