Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.02 KB

File metadata and controls

31 lines (18 loc) · 1.02 KB

Convolutional-Neural-Network

Vanilla CNN example on the cats & dogs dataset.

Convolutional Neural Network: Convolutional Neural Network1

CNN Architecture: Convolution Layer

Pooling Layer

Fully Connected Layer

Added

  • Batch Norm
  • Dropout

Confusion Matrix: Confusion Matrix1