Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 251 Bytes

File metadata and controls

6 lines (4 loc) · 251 Bytes

CNN_Classification

The repository implements the a simple Convolutional Neural Network (CNN) from scratch for image classification.

I experimented with it on MNIST digits and COIL object dataset.

The main files are cnnTrain.m and cnnTrain_coil.m