Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 187 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 187 Bytes

simple_cnn_with_numpy

simple CNN using numpy

Features:

  • im2col
  • adam
  • cross-entropy loss
  • leaky relu
  • fully connected layer
  • convolutional layer with padding
  • max pooling layer