You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
About
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.