Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 363 Bytes

File metadata and controls

5 lines (4 loc) · 363 Bytes

These notebooks are keras learning notes

Human vs Horses.ipynb - This use transfer learning and image augmentation techniques

Fashion_MNIST_CNN.ipynb - This uses convolution and max pooling to build a convolution network for Fashion mnist classification

MLP_MNIST.ipynb - This uses neural networks to build a classifier for mnist data classification.