Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 212 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 212 Bytes

cnn

Matlab Convolution Neural Network

This is a matlab implementation of a convolution neural network following the work of Yann LeCun.

It is meant to be organized so that each layer is a modular unit.