This repository contains Implementation of different Neural Networks for Image Classification in TensorFlow - Python.
- Implement LeNet using TensorFlow - Keras. Notebook
- Evaluate LeNet on the MNIST dataset for handwritten digit recognition.
- Implement MiniVGGNet using TensorFlow - Keras. Notebook
- Evaluate MiniVGGNet on the cifar10 dataset.