Implementation of Convolutional Neural Networks with MATLAB Class
This project offers a MATLAB class implementation of Convolutional Neural Networks (CNNs), originally developed by Yann LeCun. The implementation demonstrates practical applications including handwritten digit recognition, face detection, and robot navigation through layered architecture with convolution, pooling, and fully connected layers.