Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 210 Bytes

File metadata and controls

8 lines (5 loc) · 210 Bytes

cvconvnet

C++ implementation of a convolution neural network.

Essentially it is conv-net http://conv-net.sourceforge.net/, with additional layers including a linear neuron and a max pooling layer.