Skip to content

Files

Latest commit

 

History

History
8 lines (6 loc) · 327 Bytes

ReadMe.md

File metadata and controls

8 lines (6 loc) · 327 Bytes

Convolutional Neural Network

Here some convolution nenual network write using tensorflow.

Name Source Comment
basic cnn basic_convolution_mnist.py here is a example to solve mnist problem
alexNet alexNet.py classical cnn AlexNet implement