/ComputerVision

DeepLearning Projects for Computer Vision Problems

Primary LanguageJupyter Notebook

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.